Integrating Minitest with Shippable
I know, everyone uses Travis. I have nothing against it. But in case you want to test and/or …
I create, maintain, and operate software. Sometimes I write about it here.
I know, everyone uses Travis. I have nothing against it. But in case you want to test and/or …
Recently I saw a job description of a Brazilian company, more or less like this:
Be a …
Estimated reading time of a post is a feature that became popular, I believe, with Medium. …
Once upon a time, my blog was OpenSource. People liked it and forked it tons of times, but they …
I followed @mdo recent article “Using Sass with Jekyll”, and wanted to point out …
Every once in a while I see somewhere a wrong import to the old, deprecated junit.framework …
Have you ever wrote JUnit tests extending a class that does some before and after work, so you …
Exponential backoff is an algorithm that uses feedback to multiplicatively decrease the …