Ibrahim Abdullahiiamibrahimzengi.hashnode.dev·Oct 9, 2024useStateWhen you're building interactive applications with React, you often need a way to keep track of data that can change over time. For example, if you have a button that users can click to increase a counter, you'll need a way to store and update the co...DiscussReact Native
Dhruv Thakurdhruvth.hashnode.dev·Apr 24, 2024Difference between Refresh Token and Access TokenIn the realm of Authentication and Authorisation refresh and access token plays a very crucial role, here's the difference:- Access Token: access token is short-lived and grants access to some specific resources from the user or an application. Refre...Discuss@hiteshchoudharylco
Ashutosh Kumar (Ashu)ashusnapx.hashnode.dev·Mar 8, 2024Access token vs Refresh tokenWhat is access token? Access token is basically used to verify user if user is logged in or not. this simply stores a string, which contains info which user passed in it like email, username, etc. Access token has a smaller life span. now small means...Discuss·22 likes·32 readsaccess-token
Tanmay Ghoshquietbusybro.hashnode.dev·Jan 29, 2024How Python works from inside in ShortInternal Working of Python Python does not covert its code to Machine code instead coverts into Byte code format (.pyc or .pyo) CPU cannot understand this byte code and hence we need a interpreter to do this job that interpreter is called as Python V...Discuss#hiteshchoudhary
Javed Ansariofcljaved.hashnode.dev·Jan 24, 2024Understanding Access Tokens and Refresh Tokens in User SessionIntroduction When users sign in to a website or application, a session is established to eliminate the need for repeated credential entries. This session is managed through tokens, specifically the access token. The access token serves as proof of au...Discuss·36 readsaccess-token
Adarsh Jhaadarshwrites.hashnode.dev·Dec 17, 2023Access and Refresh Tokens in the BackendHey there everyone! First of all I'd like to let everyone know that this is my first ever blog on Hashnode so I'd love to recieve the feedback from you people. I will try and share the best of my learnings. So, have you ever wondered what happens a...Discuss·10 likesauthentication
SHASHI KANT SINGHsksinghdev.hashnode.dev·Aug 10, 2023First Day Of Developer Journey (html)First of all, Html means ''HYPER TEXT MARKUP LANGUAGE''. This is basic thing for developing web pages. It is basically used to make basic layout , structure etc. of web pages by which 50% of website is developed by this language. we use different cod...Discussiwritecode
Abhay Kumarab4k.hashnode.dev·Jul 3, 2023A brief introduction to Web and HTMLIntroduction to Internet In today's world, we are connected with our friends, colleagues and relatives using the internet, we all use the internet every day in our daily life. From food ordering, and cab booking to paying electricity bills, EMIs and ...Discussiwritecode
Jonathan Hobdelljhobdell.hashnode.dev·May 30, 2023DocumentationOK, let's not get into the "What does the 'F' in RTFM stand for?" debate. My preference is 'friendly' but the sentiment is the same, and is my topic for today: read the manual, or check the documentation. It is impossible to overemphasise the importa...Discuss#hiteshchoudhary
Jonathan Hobdelljhobdell.hashnode.dev·May 26, 2023Flex and Alignment in React NativeNo, not that kind of flex! Remember? In the web, flex changes the default main axis from horizontal to vertical. Well, in React Native, the main axis is set to horizontal by default; so if you want to change it to vertical, you have to change flex it...Discuss#hiteshisAwseome