[33] Introduction JWT Stands for JSON Web Tokens. It is a way to manage authentication and authorization in web applications. JWTs are concise,...
[32] useState It manages the state in a functional component. For example, toggle visibility of text. const [visible, setVisible] =...
[31] Why do we need to fetch data from APIs? Fetching data from APIs is like getting information from a specialized messenger. An API is like a...
[30] Introduction Git is a free and open source distributed version control system designed to handle everything from small to large projects with...
[29] Intermediate Code The task of compiler is to convert the source program into machine program. But, it is not always possible to generate such a...
[28] Two tier architecture This Two tier architecture is similar to a basic client-server model. The application at the client end directly...