Building a JavaScript Testing Framework [video]

Read the post here: https://cpojer.net/posts/building-a-javascript-testing-frameworkTweet about this article: https://twitter.com/intent/tweet?text=Building%… Read more

Similar

Towards a Safer JavaScript

As programs become large, their complexity also grows. Bugs become harder to track down, mistakes easier to make. What if we could make small parts of our application more predictable? What if we could start to create fewer places where bugs originate? By... (more…)

Read more »

Wait for User to Stop Typing, in JavaScript

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 »