KPKritika Pattalam Bharathkumarinblog.kritikapattalam.com·Jan 5, 2022 · 2 min readHTML RoadmapHere is a list of things one should learn while starting with HTML. Note: Though this does not cover all that HTML has to offer, but covers a list of things one should know to start with web development. HTML Roadmap 1. HTML main level tags Doctype ...00
KPKritika Pattalam Bharathkumarinblog.kritikapattalam.com·Dec 6, 2021 · 2 min readDo you use git? Then this is for you...For anyone who uses git, git add is the most commonly used terminal command to add files. But have you ever wondered if you can add only newly created files or just a specific type of file? Well, you can, and what's more interesting is you can do mor...01A
KPKritika Pattalam Bharathkumarinblog.kritikapattalam.com·Oct 19, 2021 · 2 min readCreate a DOWNLOAD link in a single line of HTMLAs a website user, one would have come across links or buttons which say "Click to download" or "Download" on a website. Have you ever wondered how can you add one to your website?. Keep reading!!!. As part of this blog let us see how one can crea...00
KPKritika Pattalam Bharathkumarinblog.kritikapattalam.com·Sep 26, 2021 · 4 min readFirst Step to Learning Vue JS - 3As part of this blog, let's see how to get started with Vue JS -3. Just like any other tech stack, the first step is to print a hello world, as much as anyone can say that it is the easiest thing. But that first step can be overwhelming for anyone w...01E
KPKritika Pattalam Bharathkumarinblog.kritikapattalam.com·Sep 14, 2021 · 7 min readDisplay random quotes from Chuck Norris APIWhat a fun way to learn JavaScript than by building projects. In my previous blog post, I showed how one can build a random quote generator using arrays, it was simple and beginner-friendly. It would have helped one understand how to get started whe...00