Git rebase and Editing Past Commits using Interactive rebase - An Opensource SpecialApr 7, 2023·9 min read
Docker: Simplify Application Deployment using ContainerizationIntroduction: During the application development process, developers work in a specific environment, commonly referred to as the development environment. However, when it comes to deploying the application in the production environment, various chall...Jun 2, 2023·4 min read
Using Multiple Node VersionsIntroduction to Node Version Manager (NVM) NVM (Node Version Manager) is a tool that allows you to install and switch between multiple Node.js versions on your local machine. It makes it easy to manage different Node.js environments, ensuring that yo...Feb 6, 2023·3 min read
Raising Multiple Pull Requests Simultaneously.It is the most difficult for a beginner to create multiple pull requests in GitHub they say that the new commits merge with the Previous Pull Request. They often request maintainers to quickly merge it so that they can work on the new issue and creat...Feb 3, 2023·4 min read
Preparing For GSoC :> Gathering InformationI think this series of blogs will be a good help to all the budding people out there aiming for Google Summer Of Code. It all began in early October 2022, when I heard about Hacktoberfest. The goal of the event was to make at least four pull requests...Feb 2, 2023·5 min read
My First Hackathon ExperienceI was amazed by the tags and posts of people on LinkedIn who had won hackathons. So, when I came across the 24-hour offline hackathon "hackCBS", also known as Delhi University's First-ever Hackathon-cum-conference, I knew I had to give it a shot ✊🏻....Jan 23, 2023·4 min read
Form Handling and Validation in React: `useForm` HookIntroduction Recently, I was working on a project and I ran into a problem with a form with multiple input fields that were giving the same error message even when the user left the different required fields blank.To fix this problem, I started explo...Jan 15, 2023·7 min read
Setup and Collaboration using Github CodespacesIf you haven't read my blog on the Power of GitHub Codespaces, do check it out (unleash the power of codespaces).We have talked about its features, requirements and how can you use it in your favour 😎. Now let's start with creating a codespace... Cr...Jan 11, 2023·2 min read