Pravinspydra.hashnode.dev·Nov 11, 2024Understanding Custom Chaincode: A Key to Tailored Blockchain SolutionsBlockchain technology is increasingly gaining traction across various industries due to its inherent transparency, security, and decentralized nature. However, to fully leverage blockchain’s potential, enterprises often require customization to meet ...Discussspydra
Aman Rajhuamanraj.hashnode.dev·Nov 6, 2024Building a Real-Time Chat App with React js and Appwrite Cloud RealtimeCreate a Real-Time Chat App Without Servers or WebSockets – A Simple Guide Learn to build a lightweight real-time chat app without a backend server or WebSockets! This guide covers frontend-only techniques to create an interactive chat experience. In...Discuss·10 likes·77 readsappwrite realtime
Tanay Nagdetanaynagde.hashnode.dev·Oct 26, 2024Understanding Higher-Order Functions in JavaScriptThis blog is inspired by a conversation I had with ChatGPT while grappling with the concept of asyncHandler from the backend series by Hitesh Choudhary. As I faced challenges in understanding this important aspect of error handling in asynchronous pr...Discuss·1 likeJavaScript
Tilak Singhdeveloperdotcom.hashnode.dev·Oct 20, 2024Access Tokens and Refresh Tokens: A Quick GuideIn modern web and mobile apps, user authentication is critical. Two key components that help manage secure authentication are access tokens and refresh tokens. Here's a brief overview of what they are and how they work. What is an Access Token? An ac...DiscussWeb Development
Mohnish Kalaimaniaccessandrefresh.hashnode.dev·Sep 30, 2024Difference between Access Token and Refresh TokenAccess TokenRefresh Token Access Token is a token used to authenticate and grant access to resources for the the user.Refresh token are used to obtain a new Access Token. Access Token has a short lifespan.Refresh Token has a longer lifespan than ...Discuss·26 readsWeb Development
Shiva Nagendra Babu Koreshivanagendrababu.hashnode.dev·Sep 30, 2024🧑💻 Step-by-Step Guide for React Native Beginners: From Setup to Running Your First App! 🚀 @chai aur code1️⃣ Installing React Native Run the following command: npx react-native init Awesome01 ⚠️ Note: The init command is deprecated; you'll see a message advising to use npx @react-native-community/cli init after Dec 30, 2024. 2️⃣ Setting Up Andro...Discuss·1 like@hiteshchoudharylco
Himanshuraj Tiwariaccess-and-refresh-token-himanshu2918.hashnode.dev·Sep 29, 2024Access Token And Refresh TokenThe access token and refresh token and most commonly used technique for authentication. So let discuss more about this What is access token ? Access Tokens are short-lived tokens used to authenticate users. When a user logs into a web page, we set th...DiscussWeb Development
Pravinspydra.hashnode.dev·Sep 26, 2024Unlocking the Power of Custom ChainCode on Hyperledger FabricHyperledger Fabric has emerged as a leading framework for building enterprise-level applications. One of its standout features is the ability to create Custom ChainCode, which allows developers to implement bespoke business logic that aligns with the...Discussspydra
Vishesh Guptavisheshg.hashnode.dev·Sep 24, 2024React Router Crash Course | Chai aur react #12 SummaryIn this video, we explored React Router DOM, an essential library for adding navigation to React applications without reloading the page. Key Takeaways: React Router Basics: React Router DOM allows us to handle different routes in a React app effic...DiscussJavaScript
Chandi Charan Mahatodiff-between-refresh-and-access-token.hashnode.dev·Sep 20, 2024Difference Between Refresh Token and Access Token ayee Hindi mai sikhe.Access Token aur Refresh Token: Ek Samjhdaar Guide Aaj ke digital world mein, jab hum kisi app ya website ka use karte hain, toh security ka dhyaan rakhna bahut zaroori hota hai. Is process mein Access Token aur Refresh Token ka bada role hota hai. Y...Discuss·10 likesChaiCode