June 08, 2020
A Facebook crawler was making 7M requests per day to my stupid website
A Facebook crawler was making 7M requests per day to my stupid website, not much to say…
May 22, 2020
So, you want to be a programmer?
Plenty of people are wannabe programmers. They’ll tell you about their idea, all the research they’ve done, the cool features they’ve come up with. Very few actually do anything about it.
May 09, 2020
How I wrote two books in a week
I’ve published two books on Amazon in less than a week. More specifically two sudoku puzzle books. I didn’t want to publish just another app. I choose something you can print and touch. A book was the best choice.
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