blog.ashishkumarsaini.devUnderstanding Variables and Data Types in JavaScriptLet's imagine you and your friends are moving to a city for your new job. Both of you have packed the necessary items that would be needed initially in the new city. You have packed your bags with lab12h ago·7 min read
blog.ashishkumarsaini.devJavascript OperatorsWhen we start learning JS, after variables, we first encounter the operators. When some variables are declared, you need to perform some operations on those variables. Operators help to do some calculFeb 22·5 min read
blog.ashishkumarsaini.devCSS Selectors 101: Targeting Elements with PrecisionWhy CSS Selectors Are Needed HTML creates elements, but CSS needs a way to choose which elements to style. CSS selectors are the “targeting system” of CSS. Without selectors: CSS wouldn’t know where to apply styles Every rule would apply to everyth...Feb 1·3 min read
blog.ashishkumarsaini.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat is Emmet? Emmet is a shorthand syntax that expands into full HTML code. Instead of writing long HTML tags manually, you just write the shorthand and you code editor (in this blog we are using VS code) automatically converts the shorthand into th...Feb 1·4 min read
blog.ashishkumarsaini.devHTML Basics – Understanding the Structure of a WebpageWhat is HTML and Why Do We Use It? HTML (HyperText Markup Language) is the standard language used to create web pages. When you open any website, the basic structure of that page is written in HTML. It is also known as the skeleton of any webpage. Si...Jan 31·6 min read