Mar 17 · 2 min read · The Boilerplate Tax We’ve all paid it. You start a new React/Next.js project, and the first two weeks are a repetitive blur of creating forms, wiring up validation rules, and connecting them to a Java
Join discussionMar 4 · 12 min read · Table of Contents The File Structure We're Working With What is a Component? (Function as a Component) Fragments — What They Are and What Happens Without Them Can You Write Components Inside main.
Join discussionFeb 23 · 9 min read · The 2am Call That Started Everything It was 2am on a Thursday. Our checkout page was crashing in production. I opened Sentry. It showed me this: TypeError: Cannot read properties of undefined (reading
Join discussion
Feb 10 · 2 min read · 1. The One Rule You Can’t Escape JavaScript cannot run by itself. It always needs HTML. Even React. Even big frameworks. At the end of the day, it’s always: <script></script> JS ko chalne ke liye HTML ka gate chahiye. 2. How JavaScript Ente...
Join discussion
Feb 10 · 4 min read · In React, change is not accidental. It is declared, tracked, and respected. That is the role useState plays, and it is far more important than most beginners initially realize. Many developers first encounter useState while building simple counters o...
Join discussion
Feb 10 · 3 min read · When building modern web applications, security is not a feature — it is a requirement. One of the most fundamental security decisions a developer makes is choosing HTTPS over HTTP. This article explains the technical differences between HTTP and HTT...
Join discussion