Frontend Engineer with 6+ years of experience developing scalable and efficient web applications. Looking to be a better software engineer everyday.
Nothing here yet.
TL;DR CSS specificity determines which styles are applied when there are conflicting rules. Itβs calculated based on the types of selectors used: inline styles (most specific), ID selectors, class/attribute selectors, and element selectors (least spe...

In this blog post, we explore the async and defer attributes in JavaScript, used with script tags to efficiently load external scripts onto a web page. We discuss three scenarios: using a script tag normally, with the async attribute, and with the de...
