May 04, 2020
How to generate PDF from web pages
10 years ago I used some PHP libraries to generate PDFs. It’s time to move on.
April 09, 2020
Building secure and reliable systems
A new (and free) book from Google about building secure and reliable Systems… The Google way!
April 04, 2020
A weather API with Node.js, OvernightJS and TypeScript
While cleaning up my GitHub account I’ve found this little project I made a while ago: a weather API with Node.js, OvernightJS and TypeScript. I was pretty proud of it (it’s 100% TypeScript, there’s automatic documentation, linting and tests), so I said: “Let’s write a post about it”.
February 28, 2020
How to find the perfect solution
Let’s say you have a huge programming problem to solve. How do you solve it? What’s your approach?
February 04, 2020
FOSDEM 2020
I love my job. Conferences are one of the best part of my job. FOSDEM is one of the best conference I’ve attended.
October 05, 2019
A simple WordPress plugin to create flash briefing skills for Alexa
With my stupid simple WordPress plugin you can make your blog serve Alexa content for flash briefing skills
August 24, 2019
About software architecture
A good architecture is important, otherwise it becomes slower and more expensive to add new capabilities in the future Martin Fowler: Software Architecture Guide
May 20, 2019
Let’s go remote!
It’s time for programmers to push for 100% remote jobs. The “Remote Only Manifesto” is what our profession needs. Now.
April 15, 2019
How to write a microservice in Go with Go kit
Learn by doing! That’s why I’m writing a little microservice in Golang using Go kit. You should do that too!
February 15, 2019
How to add comments to package.json?
When you’re bored, you usually have your best ideas. Today I’ve figured out how to add comments to your package.json file without much hassle.