#2articles1week
Read more stories on Hashnode
Articles with this tag
PART I · The history of Agile methodology is rooted in the field of software development and project management. Agile is a set of principles and...
React Hook Form is a popular library for managing forms in React applications. It allows you to build forms with minimal boilerplate code and provides...
Securing JWT (JSON Web Tokens) involves considering both how you generate and manage the tokens on the server side and how you store and handle them...
(CREATE + VERIFY) Working with JWT (JSON Web Tokens) in a Node.js application involves several steps: generating a token sending it to the...
React.js Frontend · WORKING WITH .ENV IN FRONTEND CREATE-REACT-APP BUNDLER In Create React App (CRA), the .env files are used to set environment...
Node.js Backend · WHAT ARE ENVIRONMENT VARIABLE Environment variables are dynamic values that can affect the behavior of software applications and...