Blog posts
Test driven development in Elixir
2017-01-29
For those sleeping in the corner, test driven development is simply having tests run every time you modify a file.
Coming from the rails world, I first looked into something like guard. But guard always felt complicated and bloated. I just want to watch a few files and have my elixir tests be run when they change.
Useful UNIX commands
2017-01-29
This is my list of less known but great UNIX command I use daily.
It’s mostly focused on development rather than sysadmin.
Using Makefiles
2017-01-29
Why do I think of Makefiles now? Simply because I opened a 3 months old project and it took me 10 minutes to figure out how to build it. Yes, I could have written a README, but it was a home project (I know I should have…).
Mitigating CSS gradient banding
2016-09-16
While working on a design that included a gradient, I noticed banding when the gradient was rendered by the browser.