Must Read
A Speedy Introduction to Web Workers in JavaScript
Web Workers are scripts that run in the background in separate threads and if you’ve not worked with them yet, this is a good primer.
Sponsor (Thank You)
Salary and benefits upfront? Yes please.
Our friends at Hired have more than 23,042 openings across the following developer-focused roles in major cities all across the globe.
- Software Engineering
- Engineering Management
- Design
- Product Management
- Data Analytics
- DevOps and QA
Here's how Hired works — 1) use our special link to create your account https://hired.com/x/1i2bw, 2) answer a few questions about yourself and your skills, 3) companies get in touch with their offer 4) you select the job that's right for you and get a $600 bonus directly from Hired when you accept a job.
If you're looking to get hired, our friends at Hired can help.
Learn
How to conditionally build an object in JavaScript with ES6
A comprehensive tutorial written by JavaScript developer Knut Melvær on how to conditionally build an object in JavaScript with ES6.
GraphQL Server Tutorial with Apollo Server and Express
An epic tutorial covering the full GraphQL server experience using Apollo Server and Express including authentication, roles/permissions, subscriptions, error handling, pagination.
Taking Your First Steps with TensorFlow.js
Want to dig into a little machine learning with JavaScript? This introduces some basic concepts.
Liftoff: Speedy new compiler for the V8 JavaScript engine
Liftoff is a new baseline compiler for WebAssembly and comes default on the desktop system of the V8 JavaScript Engine.
An Android-y approach to building a React web app with RxJS and IndexedDB`
An opinionated way of setting up a React project written by Amr Yoursef.
Tools & Code
Misc
The JavaScript Equality Table Game
How well do you know the rules for the == operator in JavaScript? Test your mettle against what's considered a textbook example of a confusing language design flaw.