Jan 22 路 3 min read 路 What is the .git folder? When you run git init in a directory, Git creates a hidden .git folder. This folder is the heart of your repository鈥攊t's where Git stores everything it needs to track your project's history. Think of it like this: your workin...
Join discussionJan 21 路 11 min read 路 What DNS is actually? DNS, which stands for Domain Name System, is what allows humans to use simple and readable website names instead of remembering numeric IP addresses. When you type a website name like google.com into your browser, your computer ...
Join discussionJan 19 路 2 min read 路 What is git? Git is free and open-source distributed version control system. Version control: It tracks all the modification of code. Whenever you want to get back to previous version you should.Distributed : Every developer has a copy of project not...
Join discussionJan 17 路 4 min read 路 Suppose it is the year 2025 and you are a software developer at Excel Pros, what you are assuming is that this is another Excel based company where spreadsheets, formula and reports all day long are being written. But in reality, Excel Pros are creat...
Join discussion
Apr 25, 2025 路 4 min read 路 What is Judge0 ? Judge0 is an open-source online code execution engine that supports over 60 programming languages. It allows you to compile and run code remotely via a REST API, making it perfect for building coding platforms, online judges, or inte...
KMKumar and 1 more commented