My WeMakeDevs meetup experience!To everyone reading this article, here's a short introduction of mine. I’m a Computer Science student, currently in the 3rd year of my Bachelor’s degree. I’ve been a huge tech savvy since my high school days. Used to read about all different types of...May 8, 2023·7 min read·143
Understanding HTTP, HTTPS and APIsBefore beginning this blog, I have a question for the readers. Do you folks know how by searching for something on our browsers, we get the desired information at our fingertips? How does this communication work? What is working in the backend? No, ...Jan 23, 2023·2 min read·79
How I got into Tech #WomenWhoTechFirst of all, I'd love to appreciate Hashnode for this initiative and for giving us the opportunity to talk about and share our stories through the platform. 💙 Here's a Quick Introduction I’m an undergraduate student (2020-2024) pursuing Computer Sc...Mar 21, 2022·3 min read·189
Create your first repository on GitHubHow do I get my Code on GitHub? Let's now talk about how can we can take our local git repo on our machine & how do we connect them in some way to a hosted GitHub repo. How do we connect them How do we set up the repo on GitHub What do we do to tell...Feb 4, 2022·5 min read·104
Getting started with GitHubOVERVIEW: Now that we are familiar with some of the git commands & their functionalities, it's time to get started with GitHub & its features. In this blog, I'll talk about: Cloning existing repositories via git. Setting up our GitHub account. confi...Jan 30, 2022·5 min read·60
git add & git commitOverview: In this blog I talk about - Why one should not create a repo inside a repo. Git workflow git add command git commit command git log command Pretty interesting stuff. Let's dive into it, shall we?🙌 Important : Before jumping onto 'Commi...Jan 23, 2022·5 min read·120
The Very Basics: git init & git statusOverview: In this blog, I've shared the use of some Terminal Commands like - mkdir, cd, ls, ls -a, two Git Commands - git status & git init(This command being one of the most important) & information about the Hidden folder - .git. What is a Reposito...Jan 17, 2022·4 min read·100