JSter #90: Libraries, articles, and doodads

Gone with the JavaScript.

Interesting times. The webpack book has reached a release candidate version you can study online. Almost 70,000 words and over 30 chapters later, we are nearly there. I have a date in mind for the final release and to support it, I will have a tour in Europe around April. Countries include Finland, Norway, Germany, Czech, and Slovakia. I might see some of you there.

Libraries

{{ screenshot: https://cs.stanford.edu/people/karpathy/convnetjs/ }}

  • Marko 4.0 - Marko by eBay is a fast UI library designed server side rendering in mind. It's up to 5-50 times faster than other alternatives. It's not a direct replacement to React and such but still worth a look.
  • ConvNetJS - Train Deep Learning models in your browser.
  • hyperHTML - What happens when you build a UI library on top of ES6 templates? hyperHTML happens.

Frameworks

Articles

Parsing

Techniques

Interviews

Games

Tools

  • SpeedTracker - Monitor the performance of your site. What you don't measure you can't fix.
  • cs01/gdbgui/ - A browser-based user interface for gdb.

Demos

  • Path Graph - Visualizations for ray tracing algorithms.