thecleancommit.hashnode.devCSS Selectors 101You can write perfect HTML. Clean tags. Good Structure. Proper nesting. But until CSS enters the picture, everything still looks plain. But until CSS enters the picture, everything still looks plain. The first question CSS needs to answer is not how ...Jan 30·4 min read
thecleancommit.hashnode.devEmmet for HTMLIf you’ve just started writing HTML, it probably feels.. slow. You type and opening tag. Then closing tag. Then you indent. Then you repeat the same thing again and again. Nothing is hard, but everything feels extremely boring and manual. This is exa...Jan 29·3 min read
thecleancommit.hashnode.devUnderstanding HTML Tags and ElementsWhen you open a website, what you actually see is not code. it’s the result of code.HTML is the very first layer that makes this possible. Before colors, layouts, animations, or frameworks, there is HTML quietly doing one job really well: describing ...Jan 29·3 min read
thecleancommit.hashnode.devHow a Browser WorksFrom a URL to pixels on your screen Let’s start with a simple question: What actually happens after you type a URL and press Enter? Most of us learn that “the browser opens a website.” That’s not wrong but it’s incomplete. A browser doesn’t open web...Jan 29·4 min read
thecleancommit.hashnode.devGetting Started with cURLWhy Talking to Servers Matters Every application you use is constantly talking to servers. When you open a website, your browser asks a server for data. When you log in, your credentials are sent to a server. When an app refreshes, syncs, or loads ne...Jan 29·4 min read