MSMohd Sameerinmohd-sameer.hashnode.dev00Sessions vs. JWT: Choosing Your Authentication Strategy4d ago · 3 min read · If you've ever logged into a website and found that you stayed logged in even after refreshing the page, you've experienced Authentication. But behind the scenes, how does the server remember who you Join discussion
MSMohd Sameerinmohd-sameer.hashnode.dev00The Node.js Engine: Navigating Callbacks and Promises4d ago · 3 min read · If you’ve ever used Node.js, you’ve likely heard it described as "non-blocking" or "asynchronous." But what does that actually mean for you as a developer? Imagine a waiter in a restaurant. If they stJoin discussion
MSMohd Sameerinmohd-sameer.hashnode.dev00Mastering the new Keyword in JavaScriptApr 23 · 3 min read · In JavaScript, we often need to create many objects of the same "type"—like players in a game, users in a database, or products in a cart. While you could manually type out each object, it’s inefficieJoin discussion
MSMohd Sameerinmohd-sameer.hashnode.dev00Understanding Callbacks in JavaScriptApr 23 · 3 min read · Imagine you’re at a busy restaurant. Instead of making you stand at the counter until your food is ready, the host gives you a buzzer. You go sit down, chat with friends, and relax. When the kitchen iJoin discussion
MSMohd Sameerinmohd-sameer.hashnode.dev00Goodbye Plus Signs: Mastering Template Literals in JavaScriptApr 23 · 3 min read · If you’ve ever had to build a dynamic string in JavaScript using the old-fashioned way, you know the pain. You’re juggling single quotes, double quotes, and a million plus signs (+), only to realize yJoin discussion