Apr 12 · 7 min read · So I remember the first time I printed a custom Python object. I was maybe a few weeks into learning OOP, felt pretty good about myself for writing a whole class with attributes and methods, and then
Join discussion
Mar 14 · 4 min read · Imagine you’re writing a 50-page thesis. You reach page 40, delete a "useless" paragraph, save the file, and close it. The next morning, you realize that paragraph was the soul of your project. In the
Join discussion
Jan 12 · 4 min read · #What is Git? Git is a distributed version control system. In simple words, Git helps you track changes in your code so you can: Save different versions of your project Go back to the old code if something breaks Work with a team without overwriti...
Join discussion
Jan 8 · 5 min read · What is Git :- Git is a distributed version control system that helps developers track changes in their code and work together easily. what does “Version Control” mean? Imagine you are writing a blog or coding a project: Day 1: You write basic code ...
Join discussion
Dec 12, 2025 · 4 min read · There are lots of ways to host websites over the internet, and GitHub-Pages is one of them. In this blog, I will teach you how you can host your application on GitHub. In the end, you will get an idea that what is GitHub pages and how to host website...
Join discussion
Oct 30, 2025 · 3 min read · In this article, we review Dioc lbrary in Hoppscotch codebase. We will look at: What is Hoppscotch? What is Dioc library? Dioc usage in Hoppscotch I study patterns used in an open source project found on Github Trending. For this week, I review...
Join discussionOct 20, 2025 · 3 min read · 🧠 Introduction When you press the power button, your computer springs to life — but what really happens before your desktop appears? Behind the scenes, your system performs a chain of steps, starting from BIOS and ending with your operating system f...
Join discussionJul 16, 2025 · 5 min read · When I first started coding, I didn’t know GitHub at all — but in today’s world, it’s basic knowledge you must have. So I went after it. This is how I pushed my first code to GitHub. In this post, I’m just sharing my first time pushing to GitHub — wh...
Join discussion
Jan 17, 2025 · 2 min read · Creating and initializing a new project involves several key steps, including setting up your project directory, initializing it with npm, and integrating it with Visual Studio Code (VS Code) for development. Below is a comprehensive guide detailing ...
Join discussion