Native CSS nesting is coming to browsers soon. With nesting, that you might be familiar with from Sass or Less, you can greatly cut down on writing repetitive selectors. But you can also really work yourself into a corner if you’re not careful...
The evaluation of front-end frameworks officially started mid 2019, as part of the Platform Evolution program’s goal to evolve their technology platform and development processes to empower the Wikimedia Movement.
Is Lighthouse telling you to eliminate render-blocking resources? Learn what this means, why it's important, and how to fix it in your HTML, CSS, and JavaScript.
CSS can be hard to grasp when you're first learning it. Here are some things that tripped Nathan up when he was getting started that he wished he knew earlier on.
Master the art of the most powerful testing technique for Node.js: Component tests. Including super-comprehensive best practices list and an example app