ARAnkit Ranjaninankitdevlop.hashnode.dev·Feb 1 · 1 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupBefore going to the topic, See as a person I am very lazy. if things can be done faster by doing minimal effort i will always choose that way. ( Don’t worry we will not compromise with effeciency and quality ) Emmet is one of my favorite built in fea...00
ARAnkit Ranjaninankitdevlop.hashnode.dev·Jan 31 · 4 min readUnderstanding HTML Tags and ElementIntroduction You know in today’s time we have plenty of webpages live on the internet. And the foundation of that webpage is HTML. So in todays I will walk you through about HTML in depth. What is HTML and why we use it? HTML stands for Hyper text ma...00
ARAnkit Ranjaninankitdevlop.hashnode.dev·Jan 26 · 4 min readCSS Selectors 101: Targeting Elements with PrecisionIn this blog we will cover everything around selectors in this following order. Why CSS selectors are needed Element selector Class selector ID selector Group selectors Descendant selectors And also Basic selector priority (very high level). ...00
ARAnkit Ranjaninankitdevlop.hashnode.dev·Jan 21 · 7 min readUnderstanding Network DevicesImagine in today time living without internet, how our life looks. Its hard describe the situation, may be most of employees will be happy as there are no work to do. GenZ will feel irritating as they are not able to post pictures/stories on the Inst...00
ARAnkit Ranjaninankitdevlop.hashnode.dev·Jan 17 · 4 min readWhy Version Control Exists: The Pendrive ProblemBefore Git, GitHub, and modern collaboration workflows, developers still had to ship software.But the way they managed “versions” was… messy. If you’ve ever seen folders like: final final_v2 final_final latest_final latest_final_please_work …t...00