RSSAmplifier

Blog

joost.im blog

joost.imRSS feed ↗9 posts

Latest posts

First time vibe coding - Building a Strava cycling stats dashboard

How I built a Strava cycling stats dashboard (with some help from Claude).

Making your Angular app multilingual with Angular's @angular/localize package

Short guide on making your Angular app multilingual.

This blog is written in raw HTML

Why I chose raw HTML as my preferred way of writing on this site.

RxJS - Hot and Cold observables

Learn the difference between hot and cold observables, how they work, and when to use each type.

Speeding up your development workflow with Git Worktrees

Learn how Git worktrees can speed up your development workflow by allowing multiple commits to be checked out simultaneously.

Detecting cycles in a linked list with Floyd's cycle detection algorithm

Learn how Floyd's cycle detection algorithm can detect cycles in linked lists with O(1) space complexity.

How to use SSH remotes on Github

Learn how to use SSH remotes on GitHub, including setup, key management, and multiple account configuration.

How to create a public fork of a private Github repository

Learn how to create a private fork of a public GitHub repository using git tricks and the --mirror flag.

RxJS - How can we preserve observable state after completion

Learn how to preserve the state of an observable after completion using the scan() operator in RxJS.