News

Understanding how browsers parse CSS and render websites is an important first step towards writing more efficient code. In this first piece on efficient CSS, we look at selectors, how the browser ...
If you've ever worked on a large programming project you know all about the joy of trying to read other people's code. And of course that's how everyone else feels about reading your code. That's why ...