jasonbutz.info

Article Roundup - Week of Mar 18, 2018

Article Roundup

A Practical Introduction to Container Terminology
This is a long article, but it’s worth it to get the terminology for containers if you’re planning to use them. It’s also a good article if you want to understand containers better.

You can build a neural network in JavaScript even if you don’t really understand neural networks
Machine learning is totally a thing you can do with JavaScript. This article goes through using Brain.js to build a neural network to detect the author of tweets.

Taming huge collections of DOM nodes
Manipulating the DOM is slow and probably always will be, but there are tips and techniques that can help you do it as fast as possible. That’s what this article is all about.