Chart of Backend Web Frameworks 2021
A comprehensive 2021 chart categorizing backend web frameworks by language and architectural style (minimalist vs. robust).
A comprehensive 2021 chart categorizing backend web frameworks by language and architectural style (minimalist vs. robust).
Introducing Mongorester, a library to generate a full CRUD Express/MongoDB API with a single line of code, similar to Rails scaffolding.
Introduces make-fullstack-app, an NPX tool for quickly scaffolding full-stack projects with various backend and frontend framework combinations.
A guide to understanding and fixing CORS errors in Express.js, including whitelist configuration and middleware setup.
Announcing new and updated project templates for the merced-spinup tool, including React, Vue, Express, and CLI setups.
A tutorial on building a REST API using Node.js, Express, and the HarperDB Cloud database service.
A developer shares their preferred project structure and tooling for building medium-sized Express.js applications in Node.js.
A tutorial on connecting a MongoDB database to an Express.js application using Mongoose as the Object-Relational Mapping (ORM) library.
Explains the concept of middleware in Express.js, detailing its role in request handling and providing code examples.
A tutorial on setting up Continuous Deployment for an Angular application using Heroku and GitHub to automate deployments.
A tutorial on building a REST API using Node.js, Express, and PostgreSQL, covering setup, database connection, and server configuration.
A step-by-step tutorial on building a full-stack MERN application with user authentication and Material UI for the frontend.
A guide to using ES6 import statements in Node.js with Babel and Express for full-stack development.
Explains migrating PayPal's server-side templates to React/JSX for unified frontend/backend templating, covering challenges and solutions.
A tutorial on implementing file upload functionality using React.js for the frontend and Node.js with Express for the backend.
A technical guide on setting up remote debugging for Node.js applications deployed on Azure App Service (Linux) using WebStorm and SSH tunneling.
A developer explains choosing Node.js with Express and Pug for server-side HTML generation, and reusing templates on the frontend for a lightweight web UI.
Tips for building production-ready REST APIs with Node.js, covering HTTP methods, status codes, documentation, and framework choices.
A tutorial on using Nodemon to automatically restart a Node.js server during development, eliminating the need for manual restarts.
A tutorial on integrating Stripe payments into a React frontend and Express backend for a custom payment solution.