Build a REST API with Node.js, Express, and MySQL. This guide covers database setup, routing, and CRUD operations for backend development.
This guide explores all of the options you have for reading and writing JSON files in Node.js, including third-party packages like jsonfile.
Discover some of the best Node.js web scraping libraries, including Axios and Superagent, and techniques for how to use them.
Explore performance and features of VineJS and Zod for schema validation, with comparisons to other libraries like Yup.
Node.js v22.5.0 introduced a native SQLite module, which is is similar to what other JavaScript runtimes like Deno and Bun already have.
Use Playwright Extra, which provides plugins for CAPTCHA solving, proxy management, and stealth browser features.
Convert plaintext passwords into password hashes using the bcrypt library to protect sensitive user information.
Consider using UUID alternatives `cuid2` and `nanoid` when generating unique identifiers in your Node.js app for more security.
Use Chocolatey to install packages and software and deploy packages right from the Windows terminal.
You’ve written and deployed your application and gathered users – congrats! But what’s next? Improvements, getting rid of bottlenecks, increasing […]
Node-RED is a software development tool that provides a browser-based editor that makes it easy to automate flows for building IoT services.
Understand best practices for structuring Node.js projects, such as separating roles using folder structures and practicing modular code.