Category: javascript

  • A guide to frontend tooling

    Frontend tooling can feel overwhelming, with competing tools, deprecated projects, and new alternatives appearing every few years. This article explains what each category of tool does and where things stand today.

  • How Node.js works

    You use Node.js daily but have you ever looked at what is actually happening under the hood? This article explains the single-process architecture, the event loop, and the async patterns that make Node.js behave the way it does.

  • What is Node.js?

    Node.js brought JavaScript to the server for the first time, and the tools you use every day depend on it. This article explains what Node.js is, where it came from, and how it compares to newer runtimes like Deno and Bun.