6 post tagged with "JavaScript"

Twitter Typeahead callback
Posted 10/29/2013

Switching from Bootstrap Typeahead to Twitter Typeahead.

Read more

Meteor basics: serving static files.

Read more

How to 'unlock' a MongoDB instance that didn't stop properly before.

Read more

Jest and WebCrypto
Posted 2/20/2023

Surprising errors testing some crypto.subtle based functions with Jest: TextEncoder, TextEncoder, and subtle not defined?

Read more

InnerText vs. textContent!
Posted 8/13/2019

They are not the same and why it's important to know the difference. Spoiler alert: textContent FTW!

Read more

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?

Read more

Browse all tags