SDSarthak Duggalinsarthk1029.hashnode.dev·Feb 1, 2025 · 15 min readBuilding Your Own Git from Scratch in GoAs a professional software engineer, you must be using Git every day as it is the most widely used version control software. Many people believe that Git is very complex software. I did, too. But it isn’t. It’s a big piece of software with many featu...00
SDSarthak Duggalinsarthk1029.hashnode.dev·Sep 12, 2020 · 5 min readComposition in JavaScriptAlright, first things first. Before understanding composition in JavaScript, we need to understand some basic terms related to Object-oriented programming. We all know, we can achieve the functionality of OOP in any programming language by making cla...00
SDSarthak Duggalinsarthk1029.hashnode.dev·Jul 28, 2020 · 6 min readHow Node.js works behind the scenes?So, first things first, let me tell you a brief about Node.js. Node.js is the JavaScript runtime which is based on Google’s V8 Engine i.e, with the help of Node.js we can run the JavaScript outside of the browser, which is typically we cannot. Other ...03BDG