Proxies enable us to intercept and customize operations performed on objects (such as getting properties). They are a metaprogramming feature. (more…)
Read more »
This presentation was recorded at GOTO Copenhagen 2017 http://gotocph.com Kasper Lund - Software Engineer at Google ABSTRACT Want a more productive way to bu... (more…)
Read more »
Learn about the legacy, architecture, and methods used to reduce 48k lines of code to 10 as we take a deep dive into GitHub’s Javascript SDK. (more…)
Read more »
Object.create method is another method to create new object in JavaScript. (more…)
Read more »
JavaScript is cool (don't @ me), but how can a machine actually understand the code you've written? As JavaScript devs, we usually don't have to deal with compilers ourselves. However, it's definitely good to know the basics of the JavaScript engine and s... (more…)
Read more »