Must Read
How We Used WebAssembly To Speed Up Our Web App By 20X
By replacing slow JavaScript calculations in our app with calls to WebAssembly code, we were able to speed up our web application considerably.
Sponsor (Thank You)

Time tracking for your business has never been this easy!
Time Tracking has never been this easy. Hyperlogs is the most comprehensive app that helps you manage all your projects and teams timesheets without the clutter and complexity. Its time to focus on growing your business.
Tracking time is only a small part of understanding how healthy your business is. Hyperlogs gives you powerful and invaluable insight that guides sound business decision making. Know your revenue as well as your costs and get visual cues when vital project adjustments are necessary to help it succeed.
Its time you start focusing on growing your business, so let Hyperlogs handle the rest.
Learn
Porting Games to the Web with WebAssembly
A tutorial on porting an Asteroids game to the web by compiling it from C to WebAssembly
Tools & Code
Make It Hard to Screw Up'-Driven Development
Great points from Chris Coyier here. “We’ll always be screwing up code, but we can also always be finding ways not to.” Those ways include leaning on tools like linters and JSX, and even your co-workers.
What is this? The Inner Workings of JavaScript Objects
A good understanding of how this behaves will save you a lot of time debugging tricky issues.
Understanding Event Emitters
Ever written your own event emitter from scratch? They can come in handy quite often and this is a neat introduction.
Codelyzer: An In-Browser TypeScript and Angular Code Checker
The creator introduces what this is about in this talk.
Aurelia Unveils Its Web Components Plugin
This is interesting because it lets you use Aurelia custom elements as Web Component elements enabling interoperability with other frameworks.
Interesting Links
Announcing TypeScript 3.4
The optionally static typed JavaScript superset takes another step forward introducing faster incremental builds, type inference improvements, and const assertions.