Blog Posts
-
Plotting the distribution of floating point numbers
Using a function in C's math library, we can create an enumeration of floating point numbers. Let's plot it!
-
What exactly is the accessibility API?
The accessibility API a browser exposes can be seen as a black box for web developers. Let's learn precisely what it is.
-
On anxiety and becoming a better software engineer
My thoughts on imposter syndrome, developer culture, and where I want to be in the future.
-
Exploring the "Is this a real or fake table?" algorithm in desktop browsers
Looking at some minimal codepens that demonstrate how browsers distinguish between "real" and "fake" tables for accessibility.