Skip to content

Blog

A roundaboutMay 11, 2026

Knowledge sharing culture

Staying up to date with everything that goes on in front-end web development is hard. Knowledge sharing can often help lighten the load.

A hand reaching from the groundMar 29, 2026

Jump starting a car battery

A dead battery isn't a good enough reason to be left stranded. In this article, I go over how I jump start my car's battery.

A harvester in a fieldFeb 15, 2026

The future of bills & receipts

Going paperless is an admirable endeavor. If not well thought through though, it can lead to a way worse experience.

A ghost crab in seaweedJan 27, 2026

NVIDIA graphics fails after Arch update

From time to time, a full system update may cause a black screen on Arch Linux after a system restart. Let's dive into debugging this issue.

A hand holding a green plantDec 25, 2025

Setting up VSCode for Git

In this article, I walk you through setting up Visual Studio Code as your Git editor.

A man near a crashed airplaneNov 1, 2025

The confident developer

It's always an impossible goal to be 100% confident in the code I'm shipping. Adding tests certainly gets me closer.

An elderly man running beside the beachSep 30, 2025

Learning to learn

In this article, I explain how, over the years, I developed a learning strategy that works for me.

A Stormtrooper guarding a deskAug 10, 2025

Perspective of a non-geek

Professionally doing what you love is not always on the table. Find out how I navigate the web development landscape as a non-geek.

Ace of Spade playing cardJun 28, 2025

Jack of most trades

Jack of all trades, master of none. What about a jack of most trades and a master of one?

A green-leaved tree with multiple branchesMay 1, 2025

Checking out multiple Git branches

Ever had to check out a branch while working on another one?

Two birds perching on tree branchesMar 23, 2025

Setting up multiple Git accounts

Discover how I set up multiple Git accounts on a single device.

Holding wrapsJan 30, 2025

React HOC simplified

This is my attempt to explain what Higher Order Components (HOCs) are and how they are used in React.