vickyxcodes.hashnode.devUnderstanding Variables and Data Types in JavaScriptImagine you have a lot of shoes, clothes, and other things but you don't have a rack for shoes, wardrobe for clothes, terrible right. So in any programming language just like these storage units lik2d ago·7 min read
vickyxcodes.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionIn CSS, targeting a specific element looks easy and it is actually easy. But when a same element is targeted by class, id, tag name then which will the browser gives priority is not that simple. In this blog you will learn about different types of se...Jan 31·4 min read
vickyxcodes.hashnode.devEmmet for HTML: A beginner’s guide to writing faster markupHave you ever felt so tired just by typing the <> angle brackets manually by hands. These makes coding so boring. But then comes Emmet to solve this problem. In this blog you will get to know what Emmet is, Why it is useful and much more. What Emmet...Jan 31·3 min read
vickyxcodes.hashnode.devUnderstanding HTML Tags and ElementsWhen you browse you see a lot of fancy websites nowadays, but they all start from HTML(Hyper Text Markup Language), which when looked alone doesn’t looks too fancy. Just as our body, if we take a skeleton will it look good? probably not, but this doe...Jan 31·3 min read
vickyxcodes.hashnode.devInside Git: How It Works and the Role of the .git FolderEver wondered when you run commands like git init, git add ., git commit -m msg What actually happens behind the scenes. What git actually is?, what is does?, how it stores all the history changes without taking a lot of spaces? Don’t worry i have go...Jan 31·3 min read