Search

Post types:
Categories:
📖

Rating my Opinion [#3]

Read Article

How do you determine quantitative worth for a de facto subjective experience? Is there even any point? Can you make related "values" actually relatable if those "values" are arguably …

📖

Seeing the Subway Gods & Thoughts on Music

Read Article

Last night involved a lot of brass, beats and beer, courtesy of Too Many Zooz and some unexpected friends. Needless to say, it was a huge amount of fun, so I figured I'd jot down a few thoughts that occurred to me over the course of the evening.

🔖

Accessible data visualisations with D3.js

Read Note

A comprehensive guide to ensuring simple charts and graphs are accessible. Focuses on D3, but most of the tips and suggestions can easily be ported to any visual UI. These …

📖

Strictly Typed Object Keys in TypeScript

Read Article

Want to type a data object so that a given key (e.g. "foo") can only be paired with a specific type (e.g. Bar)? Now you can!