RCRohit Chamoliinrohitaurcurl.hashnode.dev·Jan 31 · 5 min readcURL Quickstart Guide: Your Low-level Server-to-server interfaceHave you ever imagined how application developers are able to test their backend code without creating a complete user? interface? Or even how they test whether a server is responding as it should before deploying their application? The solution is a...00
RCRohit Chamoliingitsecretaurrohit.hashnode.dev·Jan 16 · 8 min readInside Git: How It Works and the Role of the .git FolderHello everyone! We are going to discuss the.git folder in this blog. Most of you have never wondered what might be contained in this.git folder, and most of you do not even know it exists. Now, we are going to take a dive into the.git fold and explor...00
RCRohit Chamoliinevolution-from-pendrives-to-git.hashnode.dev·Jan 9 · 6 min readWhy Version Control Exists: The Pendrive ProblemThe Pendrive Bottleneck: Why Version Control is Mandatory When you walk into a modern software company today you will observe a buzz of activity: You can see constant Integration pipelines running automated tests, a dozen developers all throwing thei...00
RCRohit Chamoliinrohitaurgitbeginner.hashnode.dev·Jan 8 · 8 min readGit for Beginners: Basics and Essential CommandsWhat is git ? Git is a Distributed Version Control System (DVCS). It works like a time machine for our code, giving us the power to fix mistakes or change past decisions. However, there is one catch: we cannot jump to any random point in time. We mus...00
RCRohit Chamoliindevjourneyrohit.hashnode.dev·Sep 23, 2024 · 12 min readThe End of Learning java language ?I've been learning Java for 11 days now, and during this time, I've discovered many things that make Java unique compared to other programming languages. After learning object-oriented programming (OOP) concepts and practicing them, I've moved on to ...00