Must Read
The Comprehensive Beginner’s Guide to JavaScript Geolocation Tracking
In this article, Joe Hanson teaches how to combine the Google Maps JavaScript API and PubNub for realtime tracking of device location.
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
Comparing async/await with Generators and Promises
This post describes how the ES2017 async functions are essentially a play between two older JavaScript features: generators and promises.
A Complete Introduction to Async Functions and ES6 Modules in Node
A complete introduction to Async functions and ES6 modules in Node by software engineer David Herron.
Gooact: Build a 'React' in 160 Lines of JavaScript
A walkthrough on how to build a 'React' in 160 lines of JavaScript.
Turn Sublime Text 3 into a JavaScript IDE
In this post, Lorenzon Pichilli teaches how to turn Sublime Text 3 into a JavaScipt IDE.
I Used The Web For A Day With JavaScript Turned Off
Chris Ashton, a senior software engineer working for BBC News shares how he made the conscious decision to care about noscript that gives the benefits of a core experience and can make for a faster-perceived loading time, too.
Tools & Code
List: A Fast Immutable List with a Functional API
List is a purely functional alternative to arrays. It is an implementation of a fast persistent sequence data structure. Compared to JavaScript's Array
Misc
Front-End Developer Handbook 2018
This is a guide that anyone could use to learn about the practice of front-end development. It broadly outlines and discusses the practice of front-end engineering: how to learn it and what tools are used when practicing it in 2018.