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 »
Web development is always changing. One trend in particular has become very popular lately, and it fundamentally goes against the conventional wisdom... (more…)
Read more »
Deep Persistent Proxy Objects for JavaScript. Contribute to robtweed/DPP development by creating an account on GitHub. (more…)
Read more »
When your product spans web, iOS, and Android, sharing code between apps not only saves a lot of engineering time, but also results in user benefits: shorter iteration cycles, cross-platform availability, and consistency. Code sharing is particularly usef...
Read more »
Learn how to use the Object.defineProperty API to create lazy values and speed up the time it takes for your application to load. (more…)
Read more »