Hey, I’m Carlos!

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

Hey, I’m Carlos!

How to make people love your product

I have seen a lot of posts like this subject, but almost all of them were about stuff you …

Dealing with Maven dependency hell

Every now and then an active java-based project enters a “dependency hell” state. …

Setting up a Go build with Glide on CircleCI

I’ve lost a considerable amount of time trying to bind those things together, so I …

Speeding up my ZSH load time

This is the story on how I sped up my terminal load time.

Flag-oriented Programming

booleans, am I right? What a wonderful piece of technology! They help us solve so many …

What is good code?

I’ve been wanting to write this for a long time, just to clarify my thoughts on the …

Continuous Delivery with GitHub, CircleCI, Docker and AWS Elastic Beanstalk

This is just a quick overview of how I did it in antibody’s homepage.

2º #connect(dev)

I gave a little intro on Docker and talked about when to use it or not.

Parse environment variables to structs in Go

In Go, it’s dead simple to get the value from an environment variable: