How to Build a Serverless Backend with AWS Lambda and Nodejs
A tutorial on building a serverless backend using AWS Lambda and Node.js, covering FaaS concepts and practical deployment steps.
A tutorial on building a serverless backend using AWS Lambda and Node.js, covering FaaS concepts and practical deployment steps.
Announcement of the free book 'The Road to GraphQL' for mastering GraphQL with JavaScript, React, and Node.js through practical applications.
A tutorial on building a GraphQL server with Node.js, comparing it to REST APIs and demonstrating how to reduce over-fetching.
A guide to using ES6 import statements in Node.js with Babel and Express for full-stack development.
Explains the philosophy and benefits of creating small, focused modules in Node.js, comparing them to Lego blocks for building complex systems.
A tutorial on setting up a Node.js backend server using HapiJS for a React application, covering basic server creation and project structure.
A tutorial on building a REST API using the Koa.js framework for Node.js, covering setup, features, and testing.
A step-by-step tutorial on deploying a full-stack MERN (MongoDB, Express, React, Node.js) web application to the Heroku cloud platform.
A tutorial on building a full-featured GraphQL server using Apollo Server and Express, covering authentication, database integration, and more.
A guide on implementing a contact form email API endpoint directly within a Nuxt 2 SSR application using serverMiddleware.
A tutorial on implementing file upload functionality using React.js for the frontend and Node.js with Express for the backend.
An introduction to the Node.js Security Working Group, its role in securing Node.js core and modules, and how to get involved.
A guide to setting up HTTPS with a valid SSL certificate for a local development domain and using it with a Node.js server.
A technical guide on setting up remote debugging for Node.js applications deployed on Azure App Service (Linux) using WebStorm and SSH tunneling.
Explains how flawed Regular Expressions can cause ReDoS attacks, crippling Node.js services with catastrophic backtracking and high CPU usage.
Interview with V8 JavaScript engine tech lead Benedikt Meurer on competition, performance testing, and a story of breaking YouTube in Chrome.
A guide to setting up and debugging Node.js applications written in TypeScript using Visual Studio Code.
A guide to implementing integration testing for Node.js microservices using the Pact.js framework for consumer-driven contract testing.
A technical guide on using Puppeteer to scrape and save a complete copy of a website, including all assets, for performance audits.
Introduces `thanks`, an npm tool to help developers discover and donate to open source maintainers of their project dependencies.