Best of Node.js — March 2023
- 1
- 2
Amplication·3y
Working with Microservices with NestJS
NestJS allows us to easily create back-end systems using Node.js and TypeScript. It also provides a clear and efficient pattern for defining these systems, and through the use of specific OOP tools, we can also define scalable and extensible microservices. We’re going to be building a simple yet scalable backend for a bookstore.
- 3
DEV·3y
Mastering Docker for Node.js: Advanced Techniques and Best Practices
Learn advanced Docker techniques and best practices for containerizing a Node.js authentication API. Topics include multi-stage builds, environment variables, Docker volumes, and using Docker Compose. Follow along to optimize your Docker images and create secure, scalable applications.
- 4
- 5
Amplication·3y
The Django Node.js Alternative
NestJS is a strong alternative to Django with a different set of features that make it very attractive to web developers. NestJS runs over Node.js, the canonical runtime environment for server-side apps written in JavaScript. NestJS offers a powerful set of decorators that can be used to define controllers, services, and other elements.
- 6
- 7
- 8
- 9
- 10
- 11
LogRocket·3y
Using Helmet in Node.js to secure your application
Helmet.js is a middleware-based technology that improves security in Node.js applications by safeguarding HTTP headers. It protects against common security threats like XSS attacks and click-jacking. Integrating Helmet into a Node.js Express app is simple and only requires a few lines of code.
- 12
Community Picks·3y
5 Common Server Vulnerabilities with Node.js
Learn about 5 common server vulnerabilities with Node.js and how to mitigate them. Topics include injection vulnerabilities, cross-site scripting (XSS), denial-of-service (DoS), improper authentication and authorization, and insecure direct object references.
- 13
Medium·3y
Interview questions related to optimizing application performance in Node JS
Interview questions related to optimizing application performance in NodeJS are part of a set of interview questions. The questions will test the candidate’s knowledge of NodeJS and their ability to optimize performance in a range of scenarios, making it a valuable resource for companies looking to hire skilled NodeJS developers.