Machine learning comes to your browser via JavaScript
A new JavaScript library runs Google's TensorFlow right in the browser with GPU acceleration—a novel way to bring machine learning to the masses
“Errors using inadequate data are much less than those using no data at all”
Best 7 links of week #33, 2017
A new JavaScript library runs Google's TensorFlow right in the browser with GPU acceleration—a novel way to bring machine learning to the masses
Combine the transparency of a PNG with the compression of a JPEG. A new approach that will save your user a lot of bandwidth.
We put together a list of ten web accessibility guidelines that will guarantee access to your site to any person, in spite of their disabilities.
Improve the loading performance and SEO of your Vue.js apps with Server-side rendering (SSR). Learn to build a universal Vue app with the Nuxt.js framework.
exa is a modern replacement for ls. It uses colours for information by default, helping you distinguish between many types of files, such as whether you are the owner, or in the owning group. It also has extra features not present in the original ls, such as viewing the Git status for a directory.
The history of all the languages which almost became CSS and the development of the styled web.
Facts about React that should be known before using Redux (or MobX). Most important: Learn React first, then opt-in Redux...
by Douglas Crockford
Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole—a subset you can use to create truly extensible and efficient code. Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation.