blog.dhiraj.devUnderstanding JavaScript Promises with Shaktimaan vs Dr. JackalOkay let's understand Promise with Shaktimaan. In one episode Dr Jackal created a clone of Shaktimaan. The clone looked exactly like the real Shaktimaan but he was working for evil. People in the city4h ago·4 min read
blog.dhiraj.devUnderstanding Variables and Data Types in JavaScriptWhen we start learning JavaScript, one of the first things we hear about is variables. But what exactly is a variable and why do we need it? If programming is about working with data, then variables a4d ago·5 min read
blog.dhiraj.devCSS Selectors 101: Targeting Elements with PrecisionWhen you write CSS, you are not just writing styles. You are also telling the browser which elements should get those styles. That’s where CSS selectors come into picture. Selectors are how you choose elements on the page. Without selectors, CSS woul...Jan 29·4 min read
blog.dhiraj.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupIf you are learning HTML, you probably noticed one thing very quickly. Writing HTML can feel slow and repetitive. You type opening tag, closing tag, then again opening tag, closing tag. For bigger layouts, this becomes boring and time consuming. This...Jan 29·4 min read
blog.dhiraj.devUnderstanding HTML Tags and ElementsWhenever we open a website, what we see on screen is built using HTML. Text, headings, buttons, images and sections all of these start from HTML. HTML is the first thing a browser reads when it loads a page. So if you want to understand how websites ...Jan 29·4 min read