I have a weird way of describing software. And you’ll either know what I mean, or you won’t. It’s sort of strange, but software interfaces feel like they have a weight. When I use an interface, it can feel heavy, or it can feel light. Neither is better th... (more…)
Read more »
The this keyword in JavaScript is one of the most confusing parts of the language, but understanding how it works and to what it is referring is vital to writing applications with as few errors as possible. (more…)
Read more »
This blog post is part of the Mixmax 2017 Advent Calendar.
The previous post on December 2nd was about Mixmax’s new Sequence Picker SDK.
As of this writing, Mixmax has open-sourced dozens of packages
in our primary language, JavaScript. The li... (more…)
Read more »
Reading and writing layout properties are scary things to do in front end JavaScript, if you care at all about performance. Bad words like… (more…)
Read more »