Sazerac: Data-Driven Testing for JavaScript

I recently built Sazerac to address a problem that I often run into when writing JavaScript tests. I’ve found that in order to create a……

Similar

JavaScript Party 120: WFH?

With most of us working from home for the first time (or for a long time), we thought it’d be a good idea to share our experiences and opinions on how to manage it. We discuss how to optimize your location, your schedule, your communications, and the rest... (more…)

Read more »

Logic Gates in JavaScript

Code, by Charles Petzold, is a fascinating look at building computers from the ground up. Starting in Chapter 11, it walks through creating logic gates. These can be used (amongst other things) to add numbers together. (more…)

Read more »