Backend — Topic Index

Topic index generated on 2026-05-11 — grouped article list

Backend — Topic Index

Below is an index of articles grouped by topic. Click a heading to jump to the section.

Backend

Programming

  • Fastify: The Fast Node.js Web Framework
    • Comprehensive guide to Fastify - the high-performance Node.js web framework. Learn about Fastify’s features, plugins, schema validation, performance optimization, and how it compares to Express.
  • Fresh: The Full-Stack Web Framework for Deno
    • Comprehensive guide to Fresh - the full-stack web framework for Deno. Learn about Fresh’s island architecture, server-side rendering, and how to build modern web applications.
  • Hono: The Ultrafast Web Framework for Edge
    • Comprehensive guide to Hono - a web framework designed for edge computing. Learn about Hono’s features, multi-runtime support, middleware system, and how to build high-performance applications.
  • PocketBase: The Open-Source Backend-in-a-Box
    • Explore PocketBase, the open-source backend providing database, auth, realtime subscriptions, and file storage in a single binary for full-stack apps.

Web Development


If you find missing articles or inaccurate groupings, run ./scripts/update_index.py with appropriate flags.

Building RESTful APIs with Node.js

Learn to build robust RESTful APIs with Node.js including Express setup, routing, middleware, authentication, and best practices.

Bun vs Node.js Complete Guide 2026

Comprehensive comparison of Bun and Node.js: performance, compatibility, use cases, and choosing the right JavaScript runtime for your project

Serverless Architecture Complete Guide 2026

Master serverless architecture in 2026: learn about function-as-a-service, managed databases, event-driven patterns, and building scalable applications without infrastructure …

Fastify: The Fast Node.js Web Framework

Comprehensive guide to Fastify - the high-performance Node.js web framework. Learn about Fastify's features, plugins, schema validation, performance optimization, and how it …

Fresh: The Full-Stack Web Framework for Deno

Comprehensive guide to Fresh - the full-stack web framework for Deno. Learn about Fresh's island architecture, server-side rendering, and how to build modern web applications.

Hono: The Ultrafast Web Framework for Edge

Comprehensive guide to Hono - a web framework designed for edge computing. Learn about Hono's features, multi-runtime support, middleware system, and how to build high-performance …

gRPC Fundamentals and Best Practices

Master gRPC fundamentals - Protocol Buffers, service definitions, streaming patterns, and best practices for building high-performance microservices.