Must Read
How Redux Can Make You A Better Developer
Danijel Vincijanovic, a full stack web developer at COBE shares his insignts on how Redux can make you a better developer.
Learn
Apollo Client 2.0
Apollo Client is the ultra-flexible, community-driven GraphQL client for React, Vue.js, Angular, and other JavaScript platforms. It’s used in production by companies like KLM, IBM, Intuit, and more, and is built with contributions from engineers at companies like Coursera, Convoy, and even Microsoft!
Reactive Brain Waves
Learn how to use RxJS, Angular, and Web Bluetooth, along with an EEG Headset, to do more with your brain.
An ES Proposal: 'import.meta' for Module Metadata
This article exmplains how 'import.meta' proposes a way for modules to more easily make metadata about themselves available via an import.meta object.
Coding with Clarity
Brandon Gregory shares how to make your code easier to read, understand, and modify through mastering a few key principles of Clear Coding.
Ode to flow-runtime
flow-runtime provides a Babel plugin to transpile Flow type annotations into runtime checks that use flow-runtime package to construct and evaluate assertions.
Tools & Code
Watch
Arrow Functions in JavaScript
Arrow functions are the new fundamental building blocks of building modern web applications. In this post, Tyler McGinnis teaches how to use them in JavaScript.