Latest Articles
-     Why Does this Hate Me? Demystifying JavaScripts thisWhy JavaScript's `this` keyword breaks brains and hearts—explained with relatable memes. programming
-     JavaScript Math is a LieA hilariously painful journey through floating point math in JavaScript. Yes, 0.1 + 0.2 ≠ 0.3. programming
-     A Functions Existential CrisisA lighthearted guide to recursion—aka that thing you call within itself until it forgets why it started. programming
-     Promises in JavaScript: Trust Issues in CodeAn absurdly fun breakdown of promises, async/await, and why your code never waits when you want it to. programming