ravinadevblogs.hashnode.devGetting Started with cURLWhen we start learning web development, most of our focus goes into HTML, CSS, JavaScript, and frameworks. But behind every website and app, there is one very important thing happening all the time — communication with a server. To understand this co...4d ago·3 min read
ravinadevblogs.hashnode.devUnderstanding HTML Tags and ElementsIntroduction: HTML as the Skeleton of a Webpage When we open any website, what we see is text, images, buttons, and links.Behind all of this, HTML is working quietly. HTML (HyperText Markup Language) is the skeleton of a webpage.Just like a human bod...5d ago·3 min read
ravinadevblogs.hashnode.devEmmet for HTMLWhy Writing HTML Without Emmet Feels Slow You had to: Type every tag manually Remember closing tags Maintain indentation Now imagine writing lists, cards, forms, menus every day. This is feels slow What Is Emmet (Very Simple Words) Emmet is a sh...6d ago·3 min read
ravinadevblogs.hashnode.devWhy Version Control ExistsBefore Git, before GitHub, before cloud storage — developers still built software. So how did they collaborate…….?, They use to passed code… using pendrives.Yes. Literally passing entire code into a pendrive. the biggest problem was to track changes ...6d ago·4 min read
ravinadevblogs.hashnode.devInside GitMost of us beginner Developer think git it just give these command git add → git commit → git push → pray nothing breaks But Git becomes really easy once you understand one thing: Git is not a set of commands. Git is a database. And that database liv...Feb 14·4 min read