Switching from Bootstrap Typeahead to Twitter Typeahead.
Meteor basics: serving static files.
How to 'unlock' a MongoDB instance that didn't stop properly before.
Surprising errors testing some crypto.subtle based functions with Jest: TextEncoder, TextEncoder, and subtle not defined?
They are not the same and why it's important to know the difference. Spoiler alert: textContent FTW!
BSON is a great tool to serialize anything in Javascript. Including binary stuff. But why does it return a Binary when deserializing what was originally a UInt8Array. And what to do about it?