Hey, I’m Carlos!

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

Hey, I’m Carlos!

I wrote Antigen in Go: Antibody

Learning Go was in my TODO list for a while, and finally I did something about it. This post …

Running a Selenium Grid with docker-compose

At ContaAzul, we had 31 Windows machines powering our Selenium tests - one running the grid and …

Docker: The very basics

Or “what the hell is this Docker thing?”

Intro

According to their website, …

Docker Protips™

Like my old post on git, this is somewhat a collection of useful Docker …

QCon Sao Paulo - 2015: A short overview

So, this week I attended to QCon-SP.

The conference was great (congratulations everyone 🍻), …

Using Mockito's InjectMocks

FYI: Like the previous post, this is a really quick tip.

Let’s imagine we have …

Introducing JVM - The Java Version Manager

Last years it becomes more and more common to work in different projects running on different …

Dump a PostgreSQL table as insert statements

FYI: Like the previous post, this is a really quick tip.

This week I’m working …

Find non-ASCII chars

FYI: This is a really quick tip.

Sometimes things break because of random characters, …