Sumit Saha's Articles & Writing
Read Sumit Saha's latest writing, including freeCodeCamp contributions, Medium articles, and other published insights on software, startups, and teaching.
freeCodeCamp Contributions
How Declarative Partial Updates Work in HTML
HTML has always supported streaming. The server doesn't need to build an entire page in memory before sending it to the browser. It can send the initial HTML first, then...
How to Build a Secure AI PR Reviewer with Claude, GitHub Actions, and JavaScript
When you work with GitHub Pull Requests, you're basically asking someone else to review your code and merge it into the main project. In small projects, this is manageab...
How to Set Up WebAuthn in Node.js for Passwordless Biometric Login
JWT auth feels clean until a stolen token still looks valid to your server. That's the real problem: a bearer token proves possession of a token, but it doesn't prove po...
The AI Coding Loop: How to Guide AI With Rules and Tests
Building great software isn't about perfect prompts, it's about a disciplined process. In this guide, I'll share my workflow for shipping secure code: defining clear goa...
How Execution Context Works in JavaScript – A Handbook for Devs
Execution Context is one of the most fundamental yet most misunderstood concepts in JavaScript. It defines how JavaScript code is evaluated and executed, and it plays a ...
Medium Articles
Node.js Event Loop Patterns for High Concurrency
Topic: web-performancenodejsjavascript-event-loop
Refactoring Legacy JavaScript with OpenAI Codex Guide | Sumit Saha
Topic: javascriptopenai-codexcode-refactoring
Stop Writing API Routes: Next.js Server Actions for Mutations
Topic: nextjsnextjs-server-actionreact-server-component
A guide to Prototype in JavaScript
Topic: javascriptprototype-chain
The Power of Asynchronous Programming in JavaScript
Topic: asynchronous-programmingjavascript
Other Published Articles
CODING DREAMS INTO REALITY: Guidelines for SAAS product development
The Financial Express




