Anusha Tomardifference-between-cjs-and-esm.hashnode.dev·2 hours agoCookies and Sessions: Everything You Need to Know!Imagine walking into your favorite coffee shop. Every morning, the barista knows exactly what you want - a caramel latte with extra foam. But what if they forgot who you were each time you walked in? Frustrating, right? This is exactly what happens o...Discuss·10 likescookies
Anusha Tomardifference-between-cjs-and-esm.hashnode.dev·2 hours agoJavaScript Modules Explained: CommonJS vs ESM - A Beginner's GuideThe Evolution of JavaScript Modules JavaScript has come a long way from its early days of global variables and script tags. As web applications grew more complex, developers needed a way to organize code, manage dependencies, and create more modular,...Discuss·1 likecjs and esm
VethaBalanlinux-learnings.hashnode.dev·Dec 5, 2024My learning on LinuxHi, Today I learned about the Linux essentials. Why Linux? In this modern world, most of the technologies are running on Linux. After I learned Python programming language, I lost interest to dive deep into data structures and algorithms and also dat...Discuss·3 likesLinux
Abdul Rahman Moinrefresh-token-vs-access-token.hashnode.dev·Nov 29, 2024Refresh Token vs Access TokenWhat is an Access Token? An access token, typically JWT, is an encrypted thing that saves the time of the user and the server cost the website owner. But what actually is it? It is an encrypted token or string that is equal (when it got decrypted) to...Discussrefresh-token
pallavi chauhaninnovateitworld.hashnode.dev·Nov 23, 2024Full Stack Development for Beginners: Mistakes to AvoidEntering the world of Full Stack Development can be an exciting and rewarding experience. However, it’s a field that comes with its challenges, especially for beginners. Mistakes are inevitable, but recognizing and avoiding common pitfalls can make y...DiscussFull Stack Development mistakes to avoid
Boniface Gordianbonifacegordian.hashnode.dev·Nov 22, 2024How APIs Drive SaaS Platforms: A Beginner-Friendly Guide with ExamplesIntroduction Let's say you’re building a hotel booking app. People have to look at the rooms that are available, book their stay, and pay all online. But how does your app talk to the payment provider or get the most up-to-date information on rooms? ...DiscussSaaS
Jatin Shastrijatinshastri.hashnode.dev·Nov 22, 2024AWS DynamoDB: Your Go-To NoSQL DatabaseIn today’s data-driven world, organizations demand scalable, high-performance databases to store and manage massive volumes of data. AWS DynamoDB, a fully managed NoSQL database service by Amazon Web Services, has emerged as a top choice for develope...Discuss·10 likesAWS
Ritesh Benjwalblog.riteshbenjwal.in·Nov 21, 2024Building a Stock Simulator Platform: A Technical JourneyAs developers, creating platforms that blend gamification, and real-world practicality can be both challenging and rewarding. One such project I worked on was a Stock Simulator Platform. This platform was designed to help students and aspiring trader...Discussnestjs
Pradumna SarafforfreeCodeCampfreecodecamp.org·Nov 19, 2024How to Build a Flexible API with Feature Flags Using Open Source ToolsFeature flagging has changed the paradigm of how backend developers can test and modify the things they build. With feature flags, we can enable and disable a feature or change the functionality of something on the fly with a single click (no need to...DiscussOpen Source
Asawerasawer.hashnode.dev·Nov 19, 2024Node.js Path Module: A Comprehensive Guide for Beginners1. What is the path Module? The path module is a built-in Node.js module used to work with file and directory paths. It provides utilities to: Construct paths. Normalize paths. Resolve absolute paths. Extract specific parts of paths (like directo...DiscussNode.js