JavaScript And The Web

73,939,133 / Truncatable Primes | Reg Braithwaite - A nice writeup about how brute force can be useful in solving a Project Euler style math problem.

Programming Tools and Practices

Jest 22: Refinements & Custom Runners | Jest Blog - This looks like a solid refinement release for Jest. One warning: If you’re running jest -o on precommit hooks as I described here, Jest 22 fails when run with 0 tests, so you need to specify the --passWithNoTests flag in order to let things go when you make a change that doesn’t affect any tests.

Introducing The Gatsby UX Research Program | Gatsby Blog - An unusual case of doing real UX research for an open source developer tool. Very cool stuff.

Non-Tech

Google Maps’s Moat - If you have any interest in product design, maps, or computer intelligence, this is the one article you need to read this week. Beautifully put together. It’s an in depth examination of the difference between Google and Apple maps, but it reads as a deeper exploration of how big data combined with computer learning and automation can have a huge impact on product design.

How to cheat at settlers by loading the dice | Mike Izbicki - This is just a fun application of statistics to my favorite board game.