© 2026 Hashnode
When building a login system, the biggest question is: “How do I remember that a user is logged in?” There are two popular ways to do this in Node.js: Session-based authentication Token-based authentication (JWTs) Both work well, but they have di...

Welcome back to our comprehensive JavaScript series! In Part 1, we covered the fundamental building blocks of JavaScript. Now it's time to bring your JavaScript knowledge to life by learning how to interact with web pages, handle user events, and cre...
