Posts
Sun, April 5, 2026
Build your Homelab with Raspberry Pis
I had a bunch of raspberry pis collecting dust, so I turned them into a homelab.
Read more →
Mon, March 30, 2026
Hey, I'm back.
10 years of dev, AI shaking everything up, and a comeback. Here's my journey and what's changed in this industry.
Sun, June 13, 2021
Git flow workflow simply explained
What is git flow and how to implement in your projects ? That's what I'm talking about in this article !
Sat, April 10, 2021
How to deploy your FastAPI application on AWS Lambda with Serverless
FastAPI is a great python framework that allows you to create a REST API easily. How to deploy that application on AWS Lambda ? That's the purpose of this tutorial !
Sat, August 1, 2020
Merge vs rebase strategies with git
Which strategy to adopt when merging a branch ? Do I merge directly ? Or rebase before ? That's what I'm talking about in this article !