Must Read
11 JavaScript and TypeScript Shorthands You Should Know
This article covers some very useful (and sometimes cryptic) shorthands that one can find both in JavaScript and TypeScript.
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
How To Build Your Own Comment System Using Firebase
In this guide, learn how to add a comments section to your blog with Firebase, while learning the basics of Firebase on the way.
Promise Chaining in JavaScript
This article is a discussion of the JavaScript Promise Chaining with Examples.
How To Use Axios with React
In this article, one will see examples of how to use Axios to access the popular JSON Placeholder API within a React application.
JavaScript Program to Replace All Occurrences of a String
Learn to write a JavaScript program that will replace all occurrences of a string in this example.
Tools & Code
TypeScript 4.0 Gives JavaScript Developers Some New Toys
TypeScript 4.0 includes new features such as labeled tuple elements, speed improvements, and custom JSX factories. This release is increasingly worth paying attention.
Watch
Ionic Framework Horizontal & SideMenu Navigation in ReactJS Application
This is the walkthrough of the code for a solution using Window.matchMedia() along with Ionic Framework ReactJS Components for building web and mobile applications.
Interesting Links
This Trick Changed the Way I Access Nested Objects in JavaScript
This simple yet super useful trick completely changed the way Daan access nested objects.