A very useful read about GitHub’s gradual elimination of jQuery and it’s adoption of modern features of the browser…

A very useful read about GitHub’s gradual elimination of jQuery and it’s adoption of modern features of the browser platform. GitHub is one of the best websites, certainly one of the most accessible, and one of the truest to the web philosophy.

Note that they are starting to use custom elements. No frameworks anywhere.

Originally shared by mathew murphy

This is an interesting introduction to continuation-passing style programming in JavaScript.

This is an interesting introduction to continuation-passing style programming in JavaScript. It is a 3 part series which slowly builds via generators toward algebraic effects programming. I’m looking forward to reading the next part in this series.‬