The Observer Pattern in JavaScript Explained

This popular pattern used by tons of JavaScript applications may save you from injecting costly dependencies in your project. Easy, clean and very useful. Read more

Similar

JavaScript style guide at AirBnB (podcast)

In the sixth episode of JAMstack Radio, Netlify’s Brian Douglas and Cassandra Salisbury are joined by Airbnb Frontend Engineer Harrison Shoff for a discussion on linters, what makes for a good style guide and why they are so important fo...

Read more »

Human-Readable JavaScript

JavaScript gives us many ways to do things, but deciding which way can be tricky. Laurie Barth gives us a story of two experts who solve this problem in different ways, giving some insight into how… (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 »