Published inFrontend SimplifiedThe Frontend Dev’s Guide to GraphQL (Without the Backend Jargon)As a frontend developer, you’ve felt the pain. You need to render a simple user profile card. You call /api/user/:id to get the name…Nov 5Nov 5
Published inFrontend SimplifiedI Decided to Move on from NPM | npm vs yarn vs pnpm vs bunI’ve been stick to npm for a long time. But overtime it feels like nothing is changing or improving. Despite being the default package…Oct 3Oct 3
Published inFrontend SimplifiedJavaScript is Single-Threaded. How is it Asynchronous?JavaScript is single-threaded, but asynchronous. How? We break down the Event Loop, queues, and the runtime ‘team’ that makes it possible.Aug 15Aug 15
Published inFrontend SimplifiedA Deep Dive into the JavaScript Job Queue and PromisesA deep dive into the JavaScript Job Queue. Learn how Promises use the microtask queue to provide reliable, asynchronous behavior.Aug 14Aug 14
Published inFrontend SimplifiedWhy “this” is “undefined” (And How to Finally Understand It)Fix undefined this in JavaScript. Learn why it happens and master it with arrow functions and modern React Hooks.Aug 10Aug 10
Published inFrontend SimplifiedJWT (JSON Web Token)— A Technical Deep DiveWhen we discuss about authentication, the first thing that comes into mind is JSON Web Token (JWT). However most of us don’t have proper…Aug 1Aug 1
Published inFrontend SimplifiedNo growth for Frontend Engineers in 2025Why Your Growth as a Frontend Developer Has No Limits (If You Think Beyond the Code).Jul 6Jul 6
Published inFrontend SimplifiedIs Angular taking back on React…?For the past few releases, We saw a huge shift in the philosophy of Angular. It is moving from Sophisticated and Rigid to Developer-First…Jul 4Jul 4
Published inFrontend SimplifiedStep by Step Guide to Mastering real-time data with Server-Sent EventsDo your users need to sacrifice performance to know what is going on realtime? They deserve realtime time-sensitive data realtime but not…Jun 24Jun 24
Published inFrontend SimplifiedThe Real-Time Data Conundrum: What Nobody Tells You About Polling, WebSockets, and SSEWe’ve all been there. You’re building a new feature, and the requirement is simple: “the user needs to see updates in real-time.” A bead of…Jun 17Jun 17