Sankalp Barriarsankalpblog.hashnode.dev路May 15, 2024NextJs Folder structureNextjs is a very popular framework build above react and also a frontend+backend framework. It comes with a very interesting routing which resides inside its folder structure. So let's dive into it. we are following 'src' directory as our root and a ...1 likeiwritecode
Jaanijaaniwrites.hashnode.dev路Apr 5, 2024Live Server :Behind the ScenesStarted Learning HTML and CSS from Youtube YouTube: Install a coding editor like Visual Studio Code. You: Downloads and sets up VS Code. YouTube: Install some extensions, like Live Server by Ritwick Dey. You: Live Server? Okay. But what is a live se...1 likeiwritecode
Pranav Hajarepranavhajare.hashnode.dev路Mar 2, 2024Understanding Access Tokens and Refresh Tokens in AuthenticationHey there, fellow developers! Today, let's have a cozy chat about something crucial in the realm of web development - "Access Tokens" and "Refresh Tokens." Don't worry; we'll keep it light 馃槉. Access Token What's the Deal? So, imagine access tokens a...JWT token,JSON Web,Token,Token authentication,Access token,JSON token,JWT security,JWT authentication,Token-based authentication,JWT decoding,JWT implementation
Mritunjay Kumarcodecomponents.hashnode.dev路Feb 28, 2024Sending Email Verification with Node.js: A Beginner's GuideIntroduction: Sending email verification is a crucial step in many web applications, ensuring that users' email addresses are valid and helping to secure their accounts. In this guide, we'll walk through the process of sending email verification usi...3 likes路59 reads#Codecomponents
Hruthik kshruthik.hashnode.dev路Feb 3, 2024Mutable vs. Immutable in Python:Mutable: Mutable objects are those whose values or content can be changed after creation. Changes to mutable objects are reflected directly in the memory location where they are stored. Immutable: Immutable objects, on the other hand, cannot be ...10 likesPython
Gaurav Ghugegarryghuge.hashnode.dev路Jan 31, 2024Html, Css & Javascripthtml basic normal today we do a just assignment page of the pw skills and converted into a design i applied the design for this with css normal HTML is below <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewp...#chaiandcode
Vishesh Guptavisheshg.hashnode.dev路Jan 25, 2024How to debug the react native app over network without USB cableYou can refer to this solution on github for how to debug or connect and run your react native application over network without USB cable :- This is the tried and Tested solution :- https://github.com/facebook/react-native/issues/31105 Update : S...React Native
dhruvin Vaghanijavascript002.hashnode.dev路Dec 18, 2023Unlocking the Secrets of Access Tokens and Refresh Tokens: A Dive into Secure User Authentication in Web ApplicationsAccess tokens and refresh tokens are components of the OAuth 2.0 authentication and authorization framework, which is commonly used to secure and manage access to resources in web applications. Access tokens and refresh tokens are used to authorize u...1 like路81 readsNode.js