Paul talks about face detection, barcode detection, shape detection, QR code scanning, speech synthesis, and a new text detection API. All of this, on the f*cking web! |
|
Building and deploying complex front-end applications can get complicated. Webpack simplifies this with tons of features catering to all JavaScript apps! | |
|
Why WebAssembly uses a stack machine instead of an abstract syntax tree — along with many other design decisions central to WebAssembly. |
|
Learn how to test React applications with the Jest JavaScript testing framework. |
|
Brian open-sourced a CLI that lets you evaluate JavaScript code through a multitude of host environments such as node , d8 , edge , firefox , safari and more. |
|
Detect whether a host environment supports ES6 using the sixflix package, which leverages an algorithm by Netflix. |
|
The Shared memory and atomics ECMAScript proposal by Lars T. Hansen has reached stage 4 this week and will be part of ECMAScript 2017. It introduces a new constructor SharedArrayBuffer and a namespace object Atomics with helper functions. Axel explains the details. |
|
Loop11 has a cool course and UX swagbag (3 months of InVision, Optimal Workshop ebook & 2 weeks of Ethnio, all free!) |
|
Martin walks you through the essential parts of how to build a game and shows you how Phaser helps you focus less on the nitty-gritty details and focus on gameplay and experimentation. |
|
Wes came out with a premium training course to get you up and running with React! You can’t miss this. A premium step-by-step training course to get you building real world React.js + Firebase apps and website components. Totally updated with the latest best practices in React, ES6, React Router 4 and more. Upgrade your JavaScript skills and learn React in just a couple of afternoons! Enjoy. | |
|
Ozan argues that you should learn every language there is and identify underlying concepts. |
|
A thousand-feet view of how prettier is designed, from an architectural standpoint. | |
|
Tim introduces us to CSS Grid by example. Designing a simple two-column component first by using Flexbox and then upgrading it to use CSS Grid Layout. |
|
The new CSS display: flow-root property essentially acts as clear: both , but without relying on pseudo elements. | |
|
Mariko explains the role of a ServiceWorker in a web application, and how they work, in simple terms. | |
|
More than 50% of our traffic to the Settled website comes via mobile devices, which makes it one of our primary platforms for discovery. As you’d imagine, we want this platform to be a fast, engaging experience for our users, so we decided to build a Progressive Web App for our user dashboard. | |
|
Nicolas argues that "it might be nice to initially cache only the necessary files to provide a clean offline fallback, then cache other pages as they are visited. Anecdotally, this is what we do at ponyfoo.com. | |
|
|
Comments