TKTushar Kandpalintushar-kandpal.hashnode.dev·Jan 17, 2022 · 2 min readAtomic CSS: Styling ApproachIn common terms, Atomic refers to of/forming a single irreducible unit or component in a larger system. In order to approach atomic CSS, we can map classes to a single style, rather than many. This will result in more smaller set of rules, which...00
TKTushar Kandpalintushar-kandpal.hashnode.dev·Jan 10, 2022 · 2 min readTemporal Dead Zone (let & const in JS)Pre-requisites: Basic idea about let, const & var Hoisting Declaration Vs Initialisation ES6 provides 3 ways to declare any variable i .e var, let, const. Alike var, let & const declarations are hoisted too but very differently than var. The var ...00
TKTushar Kandpalintushar-kandpal.hashnode.dev·Nov 18, 2020 · 3 min readFork & Branch Git WorkFlow 🛤️Recently, I contributed to an open-source project Twindle, which is beginner-friendly and would like to help other beginner Devs through my learning.😇 Out of many, the hurdle of creating the very first Pull Request for a newbie can't be neglected fo...00