Tech Blog





JS Fundamentals: Closures, The Fridge That Keeps Data Fresh

Closures explained easily: how they 'store' variables in memory like food in a fridge.


JS

October 15, 2025

JS Foundamentals: Scope, Explained Easy

Learn about the different engine phases and when the transpiling and bundling gets in the picture


JS

October 7, 2025

JS Foundamentals: Engine Phases

Learn about the different engine phases and when the transpiling and bundling gets in the picture


JS

October 3, 2025

JS Traps: Pass By Value And Pass By Reference

Learn the difference between pass by value and pass by reference in JavaScript, with clear examples and tips to avoid unexpected side effects


JS

October 1, 2025

How a Stuck Git Branch Taught Me About Git Garbage Collection

How I fixed a Git issue caused my local branch to fall out of sync and how it turned out to be a great learning about git garbage collection


Systems

June 30, 2025

$PATH Demystified: From Chaos to Clarity

Confused about $PATH and random tool issues? Here’s how I finally understood it (and cleaned up the mess), with real-world tips for developers


Systems

April 28, 2025

What Is Colima, Really? And Why Does It Work Like Docker?

A quick and curious dive into how Colima replaces Docker Desktop, why it still uses Docker commands, and what’s really happening behind the scenes in your dev environment


DevOps

April 19, 2025