blog.baruntiwary.devcURL Explained: From Basic Server Requests to API CallsIntroduction cURL (Client URL) is a utility tool built on top of multiple underlying libraries, including libcurl, libcurl-easy, libcurl-share, and more. In this article, we will learn how to use this tool throughout the Software Development journey....Jan 28·4 min read
blog.baruntiwary.devBarun's Experience: Learning Networking Devices While Setting Up a New OfficeNOTE: There is no sponsherhip from any company for this blog. In this article, with the real world analogy, we are going to learn about how the internet works and the key hardware and software components which helps us to access the internet. Analog...Jan 22·7 min read
blog.baruntiwary.devBasic Git Commands: Part 1Today, we will discuss the 6 most important Git commands you should know, whether you are a software developer, frontend engineer, backend developer, or even if you work in DevOps and cloud. If you are new to Git then first read this internal of git...Jan 15·6 min read
blog.baruntiwary.devA Guide to Git's Core Components and How They FunctionIn the previous article, we explored why Git is essential in modern development. Today, we are going to learn about the working of VCS and, more specifically, Git Internals. Open your favourite terminal as this article is going to be full of pratica...Jan 14·11 min read
blog.baruntiwary.devWhy the Recipe Reveal Team Opted for a Version Control SystemMajorly, every software has a huge amount of code files and code in it to combine all of them and build a useful software that can solve some real world problems. And in the early days of tech evolution, we didn’t have any Version Control System, whi...Dec 30, 2025·5 min read