
Hello!
I'm
Sage
(they/them), aka
wavebeem
.
I'm a video game obsessed web developer and an official representative of the color green. Read more about me.
Recent posts
In defense of the for...of loop
Despite its introduction in ES2015 and implementation in all browsers over 8.5 years ago, I still see .forEach
used in favor of the modern for...of
loop. Sadly, .forEach
is ill-suited for modern await
-centric code, and complicates control flow. It’s time to revisit this commonly banned syntax.
Enhancing the Pokédex: input lag, React, and monitor refresh rates
I released a large update to the Pokédex, intended to better use screen real estate on large displays. Read on for screenshots, the full changelog, and a rant about React and performance.
Creating a colorized disjoint union of graphs
I used graph traversal to implement an error detection system for a graph editor at a previous job.