All articles
Notes on Node.js, JavaScript, system design and building with AI.
Building Agentic AI Into Your Product Using LangChain (Node.js Edition)
Learn to how to build agentic AI into your Node.js application using LangChain, Google Gemini, and a clean, production‑ready architecture.
readWhat Does Event-Driven Mean in Node.js?
Event‑driven architecture is a style where program flow is determined by events like user actions, timers, & network responses.
readModern JS Features You Should Use
JavaScript has evolved massively over the past few years. With recent development in JS, you can now write cleaner, safer, and more expressive code.
readHow Scale Giants Handle Millions of Requests
As your app grows, so does the need to efficiently manage incoming requests. We take a look at some popular NodeJs concepts use in managing large requests.
readEvent Loop in NodeJs
The event loop allows NodeJS to perform non-blocking I/O operations despite the fact that a single JavaScript thread is used by default.
readDesigning scalable Node.Js Applications
Patterns and architectural decisions that help Node.js apps scale reliably.
read