JavaScript Weekend List #15

A lot happened this week. React related news dominated in the front-end world. If you haven’t heard, React team has released version 16 of… Read more

Similar

Building a JavaScript Ulam Spiral

Prime numbers (those that are divisible by only themselves and one) are mathematically wild. Unlike, say, the even numbers, the primes famously elude the capture and discipline of a neat mathematical formula. Compare: For any given even number, we have a ... (more…)

Read more »

Refactoring 30000 lines of JavaScript with TypeScript

30000 lines of client-side JavaScript. No tests. Two difficult TV deployment platforms with poor tooling. Strong dependencies on poorly documented external APIs. The task: add support for a third TV platform to the two supported platforms and switch to a ...

Read more »