Hey, I’m Carlos!

I create, maintain, and operate software. Sometimes I write about it here.

Hey, I’m Carlos!

UP: A Jekyll theme

After a while using Jekyll Bootstrap, I just realized that it was so much bloated. Then, few …

Things that make me dislike Java

So, I just compiled a little list of things that, I believe, make me dislike Java everyday a …

Rails AJAXSpin

A couple of days ago I wrote about how to build a simple and non intrusive AJAX status with …

Dotfiles Are Meant to Be Forked

Simple RoR AJAX Status

tl;dr

A simple tutorial explaining how to made a simple coffeescript that can …

Configuring a git server with gitolite

Setup

You will need:

  • git
  • git-daemon-run
  • ssh
  • gitolite

Install everything:

$ apt-get install …

GWT Bootstrap 2.0.4.0 released

For those wo don’t know, GWT-Bootstrap wants to port the Twitter Bootstrap widgets to GWT …

Quick intro to Google Guava

According to the project site on GitHub, The Guava project contains several of Google’s …

Guice Junit test-runner

Yesterday, I wrote a small article talking about Guice and JUnit, so, this time, I’ll …