A comprehensive guide to the world of modern CSS-in-JS solutions. What's the right choice for your case - CSS Modules, Styled Components, Emotion...? The list goes on. Here's something that can help you make an informed decision by describing the differences in how different libraries tackle the problem at hand. The authors explain the techniques used in modern CSS-in-JS libraries, their impact on Core Web Vitals, and how different libraries approach dev experience.
Quick intro to CSS variables, and an interesting opinion about why you should consider the benefits CSS variables might give you. Backed by a non-trivial, real-life example. Did you know that CSS variables can be unitless? Or that you can set them in inline styles too? You'll find that and more examples of CSS variables superpowers in this short article.
A set of principles to keep in mind when working on an Angular app, to save you some headaches in the long run. Simple to use and effective. I would argue that most of these principles would apply to any TypeScript project.