Read Debugging tricky parameterized types

Debugging tricky parameterized types

Parameterized functions are fantastic. I’m talking about the functions that operate around some abstract piece of data, without doing anything that would require specific knowledge…

Read On File Switching in Rescript

On File Switching in Rescript

I use Rescript at work, and find that I often want to switch between interface and implementation files. Less often, I also want to inspect…

Read React Native Animated Text

React Native Animated Text

On Cyber Monday I sprang for William Candillon’s course on animation with React Native. I love his style. And I like how beautiful his examples…

Read On media uploads, and annoying S3 APIs.

On media uploads, and annoying S3 APIs.

While working on Storytime Studio a couple of weeks ago I decided to upgrade my media uploading approach. I had started with the naive “I’ll…