Blog.

Writing on cinema and code. Set diaries. Notes when an idea tries to stand up.

All Caramella Javascript Short films Festival How to
+26 more
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
5 Sept 2025

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.

letterboxd
5 Sept 2025

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.

lastfm
19 Feb 2025

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.

git