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 »
Property based testing is another way to test programs. Instead of relying on hard-coded inputs and outputs, it checks characteristics of the output given the whole range of possible inputs. (more…)
Read more »
Since my previous article on async/await ended up getting popular I thought I'd follow up with more focused guide on flattening your JavaScript. We started this process on the CertSimple codebase a couple of weeks ago and while it was mostly stra... (more…)
Read more »
Explore how building a GraphQL solution for WordPress may diverge from the standard JavaScript guidelines on several circumstances. (more…)
Read more »
📦 Workbox: JavaScript libraries for Progressive Web Apps - GitHub - GoogleChrome/workbox: 📦 Workbox: JavaScript libraries for Progressive Web Apps... (more…)
Read more »