Use Models For Data: JavaScript object validation on init and assignment

Work with your data through well-defined, always-consistent models, instead of rando plain JS objects – GitHub – Pomax/use-models-for-data: Work with your data through well-defined, always-consiste… Read more

Similar

The JavaScript This Keyword

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 »

Handling 3rd-party JavaScript with Rollup

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 »