Must Read
Going Beyond console.log()
While console.log() may form the basis of many people’s debugging strategies, the console object has a lot more to offer, as covered here. If you don’t know about console.assert or console.count, step in.
Sponsor (Thank You)

Time tracking for your business has never been this easy!
Time Tracking has never been this easy. Hyperlogs is the most comprehensive app that helps you manage all your projects and teams timesheets without the clutter and complexity. Its time to focus on growing your business.
Tracking time is only a small part of understanding how healthy your business is. Hyperlogs gives you powerful and invaluable insight that guides sound business decision making. Know your revenue as well as your costs and get visual cues when vital project adjustments are necessary to help it succeed.
Its time you start focusing on growing your business, so let Hyperlogs handle the rest.
Learn
Static Properties in JavaScript Classes with Inheritance
In this post, Valeri Karpov of The Code Barbarian describes a pattern for implementing static properties in ES6.
5 Things I Didn't Know about Create React App
Create React App is a tool that makes it really easy to create React apps without having to deal with complex configurations. Looking for tips for using Create React App? Here are five features you may not know about.
Building a Donut Chart with Vue and SVG
Salomone Baquiz of CSS Tricks teaches how to build a donut chart with Vue and SVG.
Tools & Code
Git aliases I can't live without
Software developer Michal Konarski shares his love for aliases and gives his list of Git aliases he can't live without.
Day.js: A 2KB Immutable Date Library Alternative to Moment.js
A minimalist library that parses, validates, manipulates, and displays dates and times for modern browsers with a largely Moment.js-compatible API.
Misc
A Netflix Web Performance Case Study
A case study on how Netflix was able to provide a better user experience for both mobile and desktop users and offer several improvements by refining the JavaScript used for their sign-up process and using prefetching techniques.
Angular 7 highlights, improvements, and gotchas
Google recently announced its new Angular 7, which has been noted as a major release spanning the entire platform. This post highlights the impact of this update.