Blog.
Writing on cinema and code. Set diaries. Notes when an idea tries to stand up.
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.
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.
How to Use Multiple Git Users on the Same Computer
Managing multiple Git accounts on the same computer is a common need for developers working on both personal and professional projects. Here's a comprehensive guide on how to configure and manage multiple Git accounts effectively.