This app works best with JavaScript enabled.
Hey, I'm Kevin.
Welcome to my playground! I'm a software engineer, UI architect, engineering manager and a big CSS lover.
Writing
about engineering and code. Currently working at
Finaps
.
July 06, 2020 • 5 min read
Modern CSS grid solutions to common layout problems
Responsive layouts are one of the more complicated problems in CSS. With the addition of CSS grids, we are now able to solve complex problems.
June 27, 2020 • 4 min read
Fluid interfaces using CSS
Fluid interfaces allow you scale elements of your website based on on the available space, without using media-queries
January 12, 2020 • 6 min read
Demystifying the component architecture
Our little UI components do more for us than we give them credits for. Their internals are more complex than we know.