LLLu-Vuong Leincoderarchive.hashnode.dev·Oct 15, 2020 · 3 min readCSS Specificity ExplainedWhat is CSS Specificity? CSS Specificity is a set of rules and how a browser decides which CSS styles are applied to an element. This is based on matching rules made up of different CSS selectors. CSS Specificity becomes important as it could be a re...01S
LLLu-Vuong Leincoderarchive.hashnode.dev·Oct 15, 2020 · 5 min readCoping with Imposter Syndrome 🙏Fear not if you experience this feeling, it's a common emotion for many developers...even experienced developers! Feeling Overwhelmed? 😨 The life of a software engineer, whether you are a junior or a senior developer can at times, be overwhelming. Y...00
LLLu-Vuong Leincoderarchive.hashnode.dev·Oct 15, 2020 · 4 min readEvent Delegation in JSWhat is Event Delegation? ❓ You can look at Event Delegation as a method of handling events for multiple elements via an event listener on one parent element. Essentially the child elements events will bubble up via Event Bubbling to the parent eleme...00
LLLu-Vuong Leincoderarchive.hashnode.dev·Oct 15, 2020 · 4 min readWriting a High Quality README! 🔥How good are your README files? Many developers know this file is important when creating project but how well do you write your README files? Do you know how you should go about writing a high quality README? There is no one right way to write o...01E