Posts
Paulo Suzart
Cancel

Hi Ho! Its been a long time without writing here. As you might know, I’ve just launched a new web/mobile (Guiato) platform to help retailers reach their customers with their existing brochures/pamp...

Intro Before going further, please take a look at Parallel SSH and system monitoring in Clojure. Combining my need for monitoring an EC2 instance running nginx, bamboo and artifactory, with my wil...

This is a quick post to show an example of clojure comparator for sorting a list with sort. At work a friend wrote dozen lines of java to sort a list of characters that represents t-shirt sizes. T...

As you may know, I’ve started in a new company last early this month. It is being a huge change in all aspects, technology, people, process, environment, etc. Well, this week I wanted to migrate s...

Hi again! Long time without writing here. But for a good reason. One of the most promising web frameworks for clojure is noir. It is actually an abstraction on top of ring and Compojure, both succ...

First post of the year! To talk about clojure, of course. I’ve written (pt_br) about clojure macros before. And yes, it is really powerful. I’m using macros to help me setting up a connection with...

Some seconds after the last post, @paraseba commented that a text version of this notation may be even more helpful. Here it is: $ means provided by some interaction with redis. * means prov...

One of the greatest NoSQL key-value databases I value most, is redis. It is simple, fast and tasty. You interact with redis through its protocol. They are divided by commands that you can apply to...

Korma is a clojure framework (by @ibdknox) that provides great SQL abstractions. You can work purely with clojure code without inserting SQL strings into your code. Consider the following entities...

Twitter Finagle is an amazing framework for RPC communication, and my interest is its HTTP features for creating RESTful APIs. As I bloged at codemountain, I’m using finagle for a personal project...