Blog
Stuff I write about
-
State machines and state management
updated! State management is one of the most complicated, and opinionated topics in modern and JavaScript-focused front-end development. Let's make it easier. -
Different approaches to fluid typography and layouts
Fluid web page design can be more user-friendly, because it adjusts to the user's set up. There are several approaches to achieving this. -
Hiding side content in responsive design
A trick to hide content in specific responsive layout patterns without the need for media queries. But with a few gotchas. -
Use the child-element count in CSS
A little CSS trick to get a count of child elements on your parent selector. -
A nth-child CSS trick
A little CSS trick that allows you to use nth-child values in the CSS calc() function.