Sending emails through Nuxt 2
A guide on implementing a contact form email API endpoint directly within a Nuxt 2 SSR application using serverMiddleware.
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.
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.
A tutorial on using Sinon.js to stub Passport authentication middleware and database calls in a Node.js and Koa API for isolated testing.
A tutorial on implementing user authentication in a Node.js Koa application using Passport.js, PostgreSQL, and Redis for sessions.
Tips for building production-ready REST APIs with Node.js, covering HTTP methods, status codes, documentation, and framework choices.
A guide to hosting single or multiple web applications on a single, cost-effective Digital Ocean Droplet, covering setup for static sites and Node.js apps.
A V8 developer discusses recent performance improvements in V8 6.3, including work on lazy deoptimization and optimizing Object constructor calls from webpack.
A guide to setting up and creating your first ASP.NET Core application on a Mac, covering prerequisites and using Yeoman.
A tutorial on using Nodemon to automatically restart a Node.js server during development, eliminating the need for manual restarts.
A guide to freeing up disk space by using a terminal command to recursively delete node_modules folders from local Node.js projects.