Alpit Kumaralpit.hashnode.dev·Aug 1, 2024Day 20 - A Friendly Guide to LocalStorage and SessionStorage in JavaScriptScreenshot:- Hey there! Have you ever wondered how websites remember your preferences or keep you logged in even after you close the tab? Well, that's where LocalStorage and SessionStorage come into play. In this article, we’ll dive into these two f...DiscussJavaScript
Hooman PegahmehrforApplication Supportappsupport.academy·Jul 5, 2024Play by Play: NodeJS Express Session's storage configurationSetting up sessions and using express-session in an Express application is essential for managing user state across multiple requests. Why We Need Sessions Stateful Interactions: HTTP is a stateless protocol, meaning each request from a client to a ...DiscussPlay by Play: Nodejs App DevelopmentNode.js
Aayush Paigwaraayushpaigwar.hashnode.dev·Jun 22, 2024How to Use Shared Preferences to Keep Users Logged In on Flutter AppsNeed for Managing the Session in Flutter Apps 🤔 Managing user sessions is crucial for providing a seamless user experience in mobile applications. In this blog, you will learn how to store and save the login session using shared_preferences in a Flu...Discuss·152 readsFlutter
Asfia Aimanasfiaaiman.hashnode.dev·Jun 12, 2024Understanding Laravel Authentication: Best Practices and TipsIn the realm of Laravel development, user authentication serves as the gatekeeper, ensuring only authorized individuals access your application's valuable resources. But with an array of options at your disposal, choosing the most suitable authentica...Discussoauth
gunjan agarwalgunjanagarwal.hashnode.dev·Apr 21, 2024Web Storage APIsIn this blog, we explore the Web Storage API provided by modern web browsers. This API allows websites to store data directly within the user's browser. There are three main types of Web Storage APIs: Local Storage: Enables data storage across brows...Discuss·17 likes·30 readsweb storage api
Subham Dashsubhamdash.hashnode.dev·Mar 24, 2024JavaScript Session StorageIn the realm of web development, creating seamless user experiences is paramount. One powerful tool in a developer's arsenal for achieving this goal is session storage. In this article, we'll delve into session storage, understand its capabilities, a...Discuss·178 readssessionStorage
Madhu Sainimadhusaini22.hashnode.dev·Mar 14, 2024Understanding Cookies, Local Storage, and Session Storage: A Beginner's GuideHave you ever wondered how websites remember your preferences, keep you logged in, or store your shopping cart items even after you close the browser? It's all thanks to the magic of cookies, local storage, and session storage. These technologies pla...Discuss·10 likes·72 readscookies
Mutiat Adepojuriike.hashnode.dev·Feb 29, 2024Efficient Data Storage in JavaScript: Understanding Local and Session Storage with Input FormsData storage on the client side is essential for providing a seamless web browsing experience. Two options are available to achieve this: Local Storage and Session Storage. This tutorial will help you understand the concepts of Local Storage and Sess...Discuss·2 likes·86 readsJavaScript
Akash Thoriyaakashthoriya.hashnode.dev·Feb 10, 2024Local Storage, Session StorageExpert-Level Explanation Local storage and session storage are web storage solutions for storing key-value pairs in a web browser. Local storage persists data even when the browser is closed and reopened, whereas session storage keeps data for a sing...DiscussJavaScript Fundamentals for InterviewsJavaScript
PAVAN SAI PADAVALAwebdevexplain.hashnode.dev·Feb 9, 2024Client - Side RenderingIntroduction Earlier we had discussed about the client-server architecture- DNS Lookup, HTTP communication Protocol, Now we came across the topic- how the client be able to parse html page received from the server? simply, we can say how client rende...Discuss·1 likeDOM