Deep JavaScript: Metaprogramming with Proxies

Proxies enable us to intercept and customize operations performed on objects (such as getting properties). They are a metaprogramming feature. Read more

Similar

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 »

How to Build Resilient JavaScript UIs

Resilience is intrinsic to the web and therefore us, web developers. This article explores how graceful degradation, defensive coding, observability, and a healthy attitude towards failures better equips us before, during, and after an error occurs. (more…)

Read more »