In this post, I will do my best to explain one of the most fundamental parts of JavaScript: the execution context. (more…)
Read more »
Cosmic JS, an API-first cloud-based CMS API, is debuting its new pricing and service tiers for Enterprise teams. Built for the speed of…...
Read more »
Let's say you have a search feature on your website that you want to live-update while the user types. The naive implementation would be to send a query to your server on every keystroke. This quickly falls apart, however, because users easily type faster... (more…)
Read more »
Ran each three times and used the lowest timing for each.
Timings taken on a g-2vcpu-8gb digital ocean instance using the time command.
Input value of 10 given to each.
(more…)
Read more »
Intentional code is the best code. Patrick shares how to apply design patterns to write cleaner JavaScript. (more…)
Read more »