The Pseudocode Programming Process
More from Dillon Shook
I’ve started a new project new this week with the dream of solving one of my own problems, and with any luck, will help a bunch of other people with the same problem along the way. The problem is that search results are becoming increasingly shoddy. The noise is now greater than the signal. I’m sure you’ve started to feel this too after...
Save yourself lots of time by testing multiple variables at once
Thinking about thinking when coding, and the differences in what we see in our minds eye
There’s a new color specification kid on the CSS block: oklch. In a nutshell it’s a better version of HSL (hue/saturation/lightness) that keeps the perceived lightness of colors consistent as you rotate hues. It’s a pretty sweet upgrade to the CSS color specification that got adopted and implemented in all major browsers (poor people stuck on IE...