-

What installing a new OS teaches about Disk Partitions
Installing a new operating system turned out to be less about the OS and more about understanding the disk underneath…
-

I prefer stability now: Switching from Manjaro to Debian
Control and novelty once excited me. Today, predictability feels freeing. After five years on Manjaro, this is why Debian fits…
-

JavaScript: What really is an Error?
Before errors are caught, logged, or handled, they are created. This post explains what a JavaScript Error really is.
-

Understand Errors and Exceptions once and for all
Errors and Exceptions are about system state, and control flow. Learn what Errors are, how Exceptions work, and why unhandled…