Blog.
Writing on cinema and code. Set diaries. Notes when an idea tries to stand up.
25 Mar 2026
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.
javascript
9 Mar 2026
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.
javascript