piyusss.hashnode.devThe 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 ...Aug 10, 2024·5 min read
piyusss.hashnode.devAnimation 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...Jul 3, 2024·5 min read
piyusss.hashnode.devJWT 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...Jun 20, 2024·5 min read
piyusss.hashnode.devDay 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...Jun 18, 2024·4 min read
piyusss.hashnode.devDay 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...Jun 17, 2024·2 min read