When to use the id attributeThe id attribute is arguably one of the most popular attributes used in HTML, second only to the class attribute. It serves a lot of purposes, which means it can easily be misunderstood or misused. Let's take a look at what it's really for, what it's...Feb 15, 2023·8 min read
How to limit dependency on 3rd party tools and librariesNPM and other package managers have made integrating 3rd party libraries easier than ever. Need to build a UI? There's a package for that. Need to format time? There's a package for that. Need to add authentication? There's a package for that. Nowada...Jan 2, 2019·3 min read