Skip to content Skip to sidebar Skip to footer
Showing posts from November, 2024

Determine Orientation Of Photos In Javascript?

We're using FileReader to get an image, from a photo taken on an iPhone, into the browser. We t… Read more Determine Orientation Of Photos In Javascript?

Typesafety In Javascript Or How To Avoid Pretty Hard To Detect Type Related Errors

I come from the Java world, i.e. a typesafe world and am right now doing a couple of things for whi… Read more Typesafety In Javascript Or How To Avoid Pretty Hard To Detect Type Related Errors

Destructuring With Nested Objects And Default Values

I'm using destructuring to declare some variables like this: const { a, b, c } = require('.… Read more Destructuring With Nested Objects And Default Values