@adi31
Nothing here yet.
Nothing here yet.
Jan 30 · 5 min read · 1. The "Pendrive Analogy": How We Used to Work Imagine you and three friends—Rahul, Sarah, and Mike—are building a mobile app. Since you don't have a central system to track changes, you do what feels natural: you use a physical pendrive. You spend a...
Join discussion
Jan 29 · 5 min read · 1. The Magic Folder: Understanding .git When you run git init, you’ll notice a hidden folder named .git pops up in your project root. This is Git. Everything else in your folder is just your "Working Directory" (the stuff you’re currently messing wit...
Join discussion
Jan 29 · 6 min read · Overview In this article, we are going to learn about CSS selectors, why we need selectors, and the meaning and working of CSS. But before starting the CSS journey, if you don’t know HTML, follow the HTML article. Why we need CSS As we all know, HTML...
Join discussionJan 28 · 4 min read · Ever wondered how websites are structured? Behind every webpage you see, there's a fundamental language working tirelessly to organize and present content. That language is HTML (HyperText Markup Language), and it's the very skeleton of the web. What...
Join discussion