Nextjs 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 ...
Started 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...
Hey 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...
Introduction: 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...
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 ...
html 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...
You 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...
Access 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...