Ken Muse
Adopting a Dark Theme in Hugo
I decided it was time to modernize my Hugo-based site just a bit further. This week, I implemented a dark theme in SCSS. I used a simple trick to make it easier for me to update the look-and feel.

Read this article

Unexpected Optimizations (Why More Is Less)
With programming, things aren’t always what they seem. In fact, sometimes more is less. More specifically, sometimes we get better performance by doing the opposite of what we’ve learned is right. Let’s explore an example and how it applies to cloud-scale systems and big data.

Read this article

Azure Real World: Optimizing PHP Applications for the Cloud
Originally published in 2012, this was my first published article, a guest post for MSDN covering some of the tricks we found for optimizing and improving the performance of PHP with classic Web and Worker Roles on Azure. With the original post having since been removed from MSDN, the contents are now posted here for anyone interested in understanding this older Azure technology.

Read this article