RSSAmplifier

Blog

Vivek Agrawal

First-principles Engineering

access2vivek.comRSS feed ↗5 posts

Latest posts

The simple question that solved my learning priorities problem

Too many technologies. Too many learning paths. One question helped me finally decide what to focus on next. The post The simple question that solved my learning priorities problem first appeared on Vivek Agrawal .

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 it. While preparing my system for a Debian dual boot setup, I explored Linux disk partitions, cleaned caches and unused packages, and discovered that my system usage dropped from 80GB to just 47GB. The post What installing a new OS teaches about Disk Partitions first appeared on…

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 the engineer I’ve become. The post I prefer stability now: Switching from Manjaro to Debian first appeared on Vivek Agrawal .

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. The post JavaScript: What really is an Error? first appeared on Vivek Agrawal .

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 Errors crash systems. The post Understand Errors and Exceptions once and for all first appeared on Vivek Agrawal .