#webdev
Read more stories on Hashnode
Articles with this tag
In Express.js, session management and authentication form the backbone of modern web applications. They ensure users stay logged in across multiple...
Middleware is the backbone of any Express.js application. It enables developers to handle requests, manipulate data, and implement reusable logic...
When users enter passwords or other sensitive information in a web application, it's crucial to provide them with the best possible experience. One...
As web developers, we frequently deal with URLs. Whether we're parsing query strings, manipulating paths, or simply constructing links, URLs are a...
Man-in-the-middle (MitM) attacks pose a significant threat to web security. In these attacks, a malicious actor intercepts communication between a...
Clickjacking, also known as UI redressing, is a type of attack where malicious actors trick users into clicking on something different from what they...