Must Read
12 Super Useful techniques in JavaScript
Combining what language brings us, we often achieve powerful and practical things. This post is a compilation of some of the JavaScript “techniques” that are useful and enjoyable, which saves a lot of time!
Sponsor (Thank You)

JSCharting 3.0 adds chart types and major new features
Venn and Euler diagrams join the 150+ advanced chart types already supported with JSCharting in the 3.0 release. Other noteworthy features include right-to-left text support, advanced dashboard samples, dynamic highlighting / muting support and much more.
Learn
Import and Export Statements in JavaScript and How to Use Them
This tutorial helps you learn how import and export statements work and how to use them. These two features can be very handy and very easy to learn and use that help you make your code clearer and easier to manage and maintain.
JavaScript Loop which Made Life Easy
This knowledgeable tutorial shared by Ajay Yadav is about the javascript loop- for loop, while loop, and do-while loop, where these three are like a legend that you will found in most of the language!
How To Add JavaScript to WordPress
This post covers how you can add JavaScript to your WordPress website with the help of the two most popular ways to easily add JavaScript with a plugin.
Tools & Code
8 Best Monitoring Tools for NodeJS Application
This article explores the Node.JS monitoring tools that will help you monitor the application and server performance and other metrics.
A Quick Introduction to Elasticsearch for Node Developers
Elasticsearch is a quite fun tool to work with. In this tutorial, you’ll discover that there’s much more to Elasticsearch and be convinced to give it a try in your next project.
Watch
JavaScript Tip: Working with Site APIs
A 13-minute video tutorial about the reading of a site API for accessing the site's data since it is an important part of many things we do in JavaScript, especially when we are working with third-party site data.
Interesting Links
Angular Router: Revealing some interesting facts and features
In this article, Andrei Gatej explores some interesting facts and handy features provided by Angular Router and sheds a light on why it is so powerful.