Home
The blog
Thoughts, guides and tutorials on programming, web development, design and startups
Subscribe to newsletter
Latest blog posts
I started my game development journey
Sep 19th, 25
After years of web development, I decided to explore game creation. Here's what I learned about Unity, game art, the creative mindset shift, and why learning how to learn is the most important skill today.
exploration
game-dev
discovery
Web programming in the AI era and the future of the job
Sep 6th, 25
Since the release of ChatGPT and the 2020s AI breakthroughs, it is everywhere. It radically changed how we interact with technology. There is a lot of discussion online about wether or not AI will replace developers. I recently have been invited to talk about it and I want to share my thoughts about the subject in this post
web
ai
Let's let AI take our jobs
Aug 23rd, 25
thoughts
philosophy
My neovim and tmux workflow : writing code fun again
Aug 15th, 25
After a year with neovim and tmux, coding feels fun again. Here's why I switched from VSCode to terminal-based tools and how it transformed my workflow.
web
toolset
I built and deployed my first go backend
Jul 18th, 25
Recently I've fallen in love with Go. The language simplicity, it's powerful concurrency model and the exhaustiveness of its standard library sets it apart. For the last month, I built and deployed for a client a blog app backend API using go. In this post, I will talk about tools I used, challenges I faced and a comparison of cloud providers for deploying a go backend.
go
backend
discovery
web
devops
infra
I built a browser extension this week
Jul 11th, 25
This week, I built digestmark.app, a browser extension to help you summarize web content. I've always wanted to experiment with web extension.In this post, I talk about what I learned, the tools I used and what the browser extension business looks like.
ai
javascript
productivity
web
indie-project
Reflections on stepping down as CTO after two years
Jul 1st, 25
Two weeks after finishing my high school exams, I walked into a small company as an intern. I was 18 convinced I could learn more by building real solutions than sitting in university classrooms. Fast forward two years, I'm stepping down to pursue new challenges.
thoughts
A tour of Go
May 29th, 25
Go is a general-purpose language designed with simplicity and efficiency in mind. It's a compiled language that runs fast and is easy to understand. In this post, we'll explore the key features of Go and why it's a great choice for many types of applications.
go
programming
discovery
web
Welcome
May 18th, 25
It's something I've been wanting to do for a while now. Welcome to my new personalized blog built from scratch with Nextjs, MDX and TailwindCSS. My goal is to share here my thoughts, experiences, and learnings with you.
web
nextjs
typescript