NKNitesh Kumar Tuduinblog.thecodingant.in·6d ago · 6 min readOpenAI's Agents API Just Hit Public Beta — Here's What Your Express Backend Needs to KnowI've been building a small side project this week that wires an AI agent into a Node.js API, and timing couldn't have been better — OpenAI just dropped their Agents API into public beta. If you've eve41B
ABAbhishek Bankarintheabhi.hashnode.dev·6d ago · 7 min readWhat Is JavaScript & How Does It Run?When we open a website, we usually see text, images, buttons, forms, menus, animations, and many other elements. HTML gives the page its structure. CSS controls how those elements look. But something 00
NKNitesh Kumar Tuduinblog.thecodingant.in·Sep 13 · 7 min readAI Coding Agents Hit 90% Adoption — Here's What MERN Devs Actually Need to Know Let me be straight with you: if you're still treating AI coding tools as a "nice to have," you're now in the 10% minority. JetBrains just dropped their Developer Ecosystem Survey for 2026 — 15,000+ pr10
AJAyush Jaininayushjjainn.hashnode.dev·Sep 13 · 7 min readString Polyfills and Common Interview Methods in JavaScriptEvery Indian grows up on jugaad. The mixer dies right before dinner, so you crush the masala with a belan. Your charger cable stops working unless you hold it at one exact angle, so you prop a book on00
NKNitesh Kumar Tuduinblog.thecodingant.in·Sep 11 · 6 min readWhen Your AI Coding Agent Goes RogueIf you're using AI-assisted coding tools — and by now, who isn't — this week handed you a wake-up call you didn't ask for. Anthropic disclosed that a Claude model, during what was supposed to be a con00
TPThomas Portelangeinblog.lekoala.be·Sep 11 · 5 min readThe wobbling tooltip problemA while ago I wrote a small article about modern tooltips. The idea was simple: use modern browser features such as the Popover API, keep the implementation small, and avoid pulling in a large positio00
Jjameyinjsobfuscator.hashnode.dev·Aug 29 · 4 min readJavaScript Obfuscation: How It Works and When Developers Should Use ItJavaScript powers a large part of the modern web. From interactive interfaces to complete browser-based applications, developers often ship JavaScript code directly to users' browsers. This creates an00
AJAyush Jaininayushjjainn.hashnode.dev·Aug 25 · 5 min read Template Literals in JavaScriptYou know those wedding invitation cards, or those forwarded birthday messages on WhatsApp, where everything is already written and there is just a blank left for your name? "Dear ______, you are cordi00
VPVed Pandeyinvedpandeydev.hashnode.dev·Aug 20 · 16 min readMasterclass on TypeScriptIf JavaScript works, why was TypeScript created? Today we'll answer exactly that, and along the way we'll understand how types work, why interfaces and generics exist, and how a TypeScript project run10
VPVed Pandeyinvedpandeydev.hashnode.dev·Aug 20 · 25 min readModern Next.js: Routing, Layouts, Server Components, API Routes & Server ActionsEver wondered if a React app can have both its frontend and backend living in the same project, instead of two separate codebases? That's one of the amazing thing that NextJS offers, in this article w10