Paul Berescaboreditguy.com·Dec 14, 2023NestJS Helmet - Increased SecurityWhen you ride a bike you need a helmet, but what about when developing backend applications? Today we'll talk about how we can use Helmet in a NestJS application to secure it and make sure our users won't get an 'ouchie'. Before we dive into the intr...10 likes·238 readsnestjs
Dhyan Amit Shahdhyanshah.hashnode.dev·Nov 14, 2023Enhancing Node.js and Express Security with Helmet 🛡️Introduction Security is a crucial aspect of web development, and when building applications with Node.js and Express, it's essential to implement measures to protect against various vulnerabilities. One powerful tool for securing your Express applic...11 likes·105 readsBackend Web DevelopmentNode.js
Hosea kipngetichhoseakipngetich.hashnode.dev·Aug 4, 2023Securing your Express web application with helmetAttackers are always looking for vulnerabilities to exploit and get access to things they shouldn't. Building secure web applications is very important and should be a priority in your development. Prerequisites To get started and have a better under...10 likeswebsecurity
Subhamcodexam.hashnode.dev·Jun 13, 2023How to use Helmet.js to secure your Node.js Express appIf you are developing a web application with Node.js and Express, you might want to use Helmet.js to improve your security. Helmet.js is a module that helps you set some HTTP headers that can protect your app from common attacks. In this article, you...10 likes·42 readshelmet.js