PPiyushinpiyusss.hashnode.dev·Aug 10, 2024 · 5 min readThe Evolution of Node.jsA Decade of Disruption and Development Node.js, introduced by Ryan Dahl in 2009, has transformed the way developers approach server-side programming, bringing JavaScript into the backend with unparalleled efficiency. Its journey from a niche project ...00
PPiyushinpiyusss.hashnode.dev·Jul 3, 2024 · 5 min readAnimation with GSAPGSAP (GreenSock Animation Platform) is a robust JavaScript library for creating high-performance animations. It's widely used for animating HTML, CSS, SVG, and Canvas elements, and it's known for its speed, flexibility, and ease of use. GSAP is often...00
PPiyushinpiyusss.hashnode.dev·Jun 20, 2024 · 5 min readJWT and Session-based authenticationWhat is authentication? Authentication is the process of verifying the identity of a user, device, or system. It ensures that the entity trying to access a resource or service is who or what it claims to be. Authentication is a crucial aspect of secu...00
PPiyushinpiyusss.hashnode.dev·Jun 18, 2024 · 4 min readDay 27 React with MeUser Authentication with firebase User authentication is an essential feature for most web applications. Firebase provides a robust and straightforward way to handle authentication. First step is to go to the firebase site and create an account, ther...00
PPiyushinpiyusss.hashnode.dev·Jun 17, 2024 · 2 min readDay 26 React with MeDeployment of our app Deploying a React application refers to the process of making your React project accessible on the internet so that users can interact with it. For Deploying we'll be using Netlify as it will take only few minutes to deploy your...00