KKrishindirtykitchen.hashnode.dev·Feb 8, 2023 · 2 min readWhat is JSX?JSX is not HTML in JavaScript #EndOfArticle #JustKidding #PleaseReadOn Like, npm is not an acronym for node package manager, JSX also has a misconception. Leave a smile if you are today's year old if you have just learned npm is not node package ma...00
KKrishindirtykitchen.hashnode.dev·Feb 7, 2023 · 5 min readPackages, Lock files and Node Modules - A Deep DiveIntroduction In software development, managing dependencies is a crucial aspect in building and maintaining projects. This article aims to provide a comprehensive understanding of package.json, package-lock.json, and node_modules, which are essential...00
KKrishindirtykitchen.hashnode.dev·Aug 19, 2022 · 2 min readDIV is an "inline" Element - Part 1What if I say, DIV is not a block-level element, and it is an inline element. Okay, This is how even I reacted when I heard it first. If you don't believe, let us have a look here. https://codepen.io/krish0489/pen/oNqmwBv The HTML File looks pretty...00
KKrishindirtykitchen.hashnode.dev·Jul 20, 2022 · 4 min readCSS Selectors - A quick viewTo style an element, you need Cascading Style Sheet (CSS). We can also bring Javascript and spice up how we style our DOM if required but in this article, we will see only CSS. Parts of CSS A CSS file consists of a set of rules that will be applied t...01C