Posts
All the articles I've posted.
-
How to Evaluate a System Design?
Published: at 06:30 AMA simple guide to evaluating system designs using three key principles - fidelity, simplicity, and cost effectiveness.
-
My Experience with Next.js Why It's Bad (And Getting Worse)
Published: at 09:30 AMWhy I'm stepping away from Next.js — and what you need to know about the middleware vulnerability.
-
How `Localhost` Works?
Published: at 03:30 PMA simple yet powerful deep dive into how localhost and 127.0.0.1 work under the hood for developers.
-
Why Does JavaScript Fetch Need Two Awaits?
Published: at 05:30 AMUnderstand why JavaScript's Fetch API uses two await calls and what happens if you skip parsing the response body.