Full Crud Mongo/Express API in One Line with MongoRester
Introducing Mongorester, a library to generate a full CRUD Express/MongoDB API with a single line of code, similar to Rails scaffolding.
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 creating microservices with Merver, a lightweight Node.js web framework built on core HTTP libraries.
A beginner's guide to setting up a web server using Express.js, covering installation, basic server setup, and routing.
Announcing new and updated project templates for the merced-spinup tool, including React, Vue, Express, and CLI setups.
A technical guide on automating GIF to MP4 conversion for web performance using Node.js and the FFmpeg library.
A tutorial on connecting to a MongoDB database using the Mongoose ODM library in JavaScript, including setup, schemas, and queries.
Explains JavaScript event handling in browsers and Node.js, covering built-in DOM events, custom events, and practical implementation.
A comprehensive reference guide for developers covering essential Bash commands, Git workflows, VSCode tips, Node.js basics, and community resources.
A guide on fixing Node.js memory allocation errors in Netlify builds by setting environment variables to increase the JavaScript heap limit.
Notes from a course on building custom CLI tools using oclif and TypeScript, covering debugging, prompts, and scaffolding.
A guide on using Expo to simplify React Native development, covering setup, project creation, and configuration.
A tutorial on building a REST API using Node.js, Express, and the HarperDB Cloud database service.
A software engineer's CV detailing 16+ years of experience, technical skills, and career history in web and software development.
A developer shares their preferred project structure and tooling for building medium-sized Express.js applications in Node.js.
A technical guide on building a blog using Markdown, frontmatter for metadata, and NPM packages like markdown-it for HTML conversion.
Explores if large Node.js module dependencies impact performance in regular apps vs. Serverless functions, based on community insights.
A technical analysis comparing Deno and Node.js, focusing on Deno's design improvements like security, URL imports, and eliminating node_modules.
An in-depth technical look at how the Mocha test runner works, from parsing to execution, based on the author's experience on the core team.
A beginner's guide to Deno, a secure JavaScript/TypeScript runtime, covering its benefits and how to start using it.