merced-express - Express with a Ruby on Rails Feel
Introducing Merced-Express, a Node.js/Express framework with Rails-like CLI tools for generating models, controllers, and auth in a MongoDB project.
Introducing Merced-Express, a Node.js/Express framework with Rails-like CLI tools for generating models, controllers, and auth in a MongoDB project.
A concise reference guide covering the basics of Express.js and MongoDB/Mongoose, including setup, routing, middleware, and request/response handling.
A tutorial on setting up an Express.js server, using templating engines (EJS, Mustache, Handlebars, Pug), and creating APIs for full-stack development.
A comprehensive 2021 chart categorizing backend web frameworks by language and architectural style (minimalist vs. robust).
A developer details building a custom React/Node.js web app to track stats, Elo ratings, and trophies for a competitive Among Us league.
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.
Advice for coding bootcamp students struggling with JavaScript, discussing whether to stay or quit and offering encouragement.
A guide to handling both synchronous and asynchronous errors in Express.js applications, including custom error handlers.
Explains three useful Express.js middlewares: Morgan for logging, and custom ones for camelCase conversion and removing empty properties.
A guide to setting up and writing endpoint tests for an Express.js application using the Jest testing framework and Supertest.
A technical guide on setting up continuous deployment from GitHub to Glitch using secure webhooks and a custom Node.js/Express route.