Skip to content

Blog

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.

Painting of mountainsDec 31, 2024

React & Jest: ResizeObserver is not defined

If you've encountered the above error while running Jest tests, try this solution out.

Tangled ropesNov 20, 2024

JavaScript object key order

JavaScript does not always guarantee insertion order. So, what order does it follow?

Magma on a mountainOct 29, 2024

SOLID principles in JavaScript frameworks

If SOLID principles seem hard to apply to JavaScript frameworks, this is my attempt to make it simpler.

A person sifting grainSep 15, 2024

Mobile data app discrimination

When using mobile data, some apps don't have access to the Internet.

Penguins on grassAug 28, 2024

No webcam? No problem

What if you're requested to switch on your webcam during an interview and you don't have one? Your Android phone's got a camera, right?

Glasses, camera, diary, magnifying glass, photos on a mapJul 31, 2024

Set & Map in JavaScript

Have you ever wondered why, when and where you would possibly use Set or Map in JavaScript? Join me in discovering these intriguing data structures.