posts_

"parallelizing" php and keeping it simple (04 jul 2023)

There are many problems to which “If it’s silly and it works, it isn’t silly” might apply. These sorts of problems come up surprisingly often in software engineering. It’s tempting to reach for complex solutions and we need to constantly remind ourselves to keep it simple.

putting dominator trees to work (07 apr 2023)

Web performance is unique compared to other types of performance work, largely due to the fact that we need to serve Javascript code to browsers on nearly every request to make sites interactive.