Blog.
Writing on cinema and code. Set diaries. Notes when an idea tries to stand up.
From meditation to functional programming: Result, Pipe, and an uncomfortable question about frameworks
I just wanted to track my meditation sessions. I ended up rethinking how I write code, adopting functional patterns like Result and Pipe. And I asked myself an uncomfortable question.
How I Display My Recent Strava Activities on My Website Using the Strava API
I wanted to show my sports activities on my personal website. Instead of using embed widgets, I integrated the Strava API to fetch data at build time with Astro.
The Real Parameter: Why Iterating Matters More Than Writing Code
I built a self-hosted analytics system using Claude. But the interesting part isn't the code — it's the iterative process that turned an idea into a working product in just a few hours.
How I Display My Latest Watched Movies Using Letterboxd RSS Feed
As a filmmaker and cinephile, I wanted to showcase my latest watched movies on my personal website. Instead of manually updating a list every time I watch something new, I decided to automate this process using Letterboxd's RSS feed and some smart integration.
Last.fm API tutorial: display your recently played music on your site
Practical guide: how to use the Last.fm (Audioscrobbler) API to fetch your recent tracks and display them on your website. JavaScript examples, no backend needed.