Skip to main content

Command Palette

Search for a command to run...

#backend

Articles tagged with #backend

  1. Why Node.js is Perfect for Building Fast Web Applications

    Every technology makes a bet. Node.js's bet was this: most web applications aren't slow because they do too much computation. They're slow because they spend most of their time waiting — waiting for a database to respond, waiting for a file to load, waiting for an external API to return. If you build a runtime optimised around that specific reality, you get something genuinely fast for the work most web apps actually do.

    May 9, 202611 min read1