MAMinsu Agrahariinminsu-agrahari-dev.hashnode.dev·Mar 27 · 3 min readTypeScript InternalsTypeScript Internal working Question Covered: Different Stages in flow Internal working Why it is needed Result passed on different states Full Code Flow TS Code → Lexer → P00
MAMinsu Agrahariinminsu-agrahari-dev.hashnode.dev·Feb 19 · 4 min readCSS Selectors 101: The Web StylistWhy CSS selectors are needed In this article, you will know about the CSS Selectors, how HTML element are selected from HTML file and give style to them. So let started. The above clip, explain virt00
MAMinsu Agrahariinminsu-agrahari-dev.hashnode.dev·Feb 15 · 5 min readUnderstanding HTML 101 - Tags & ElementsA website is made up of 3 major ingredient, which are: Technology Analogy HTML (Hyper Text Markup Language) The Skelton of webpage CSS (Cascading Style Sheets) Add Design / Styling to webpag00
MAMinsu Agrahariinminsu-agrahari-dev.hashnode.dev·Feb 15 · 4 min readCSS Selectors 101: Targeting Elements with PrecisionWhy CSS selectors are needed In this article, you will know about the CSS Selectors, how HTML element are selected from HTML file and give style to them. So let started. The above clip, explain virt00
MAMinsu Agrahariinminsu-agrahari-dev.hashnode.dev·Feb 15 · 2 min readEmmet: The essent of web-developmentEmmet is a web development toolkit that helps the developer to write HTML and CSS code much faster by using abbreviations that expands into full code lines. Emmet is not complicated as you think soo. It is a helping tool that helps the developer to d...10