Blog Posts
-
How to Build a Drop Down Menu with Modern CSS
You can build a drop down menu with advanced functionality with CSS alone, thanks to recent advancements to the language. No onMouseOut listeners in sight!
-
How to stop page scrolling when you have an open dialog element
A CSS one-liner to help with your <dialog> implementation.
-
Distraction Driven Development
You're now a distraction filter.
-
How I learned to code: the art of letting go
Inpsired by other articles, here is my journey to where I am today as an engineer, and beyond.
-
In praise of the switch statement
A tutorial on how to use an underused tool in Javascript - the switch statement.
-
Project stuck? Think about how you’re breaking it down & question everything
If you find yourself in the middle of a project that doesn’t seem to be moving forward - take a step back and question everything.