Must Read
8 JavaScript Tricks to Make You a Better Programmer
There are many ways to optimize your JavaScript code, and this article summarizes eight JavaScript tricks that make your code more readable and extensible.
Sponsor (Thank You)

Build faster by actually using your components 🚀
Hot out the oven! Omlet is a zero-config component registry and monitoring platform for front-end teams to drive design system adoption. Uncover all your reusable and custom components with analytics and explore how they are used in your product.
Learn
9 JavaScript Console Tips That Will Improve Your Debugging Skills
Learn more about the different JS console methods available with these nine tips that will improve your debugging skills.
How to Build a Progress Bar in JavaScript Using a Linear Gauge
This step-by-step guide lets you build a progress bar in JavaScript using a linear gauge. It includes demonstrations of different looks across the three gauges.
How to Crop or Resize an Image With JavaScript
In this tutorial, you'll learn how to crop or resize an image with JavaScript. It includes a live demo of the image cropping code in action and things to remember that you should keep in mind when doing so.
Tools & Code
8 CSS & JavaScript Snippets for Creating Modern Blog Layouts
In this blog post, Eric Karkovack puts together a collection of 8 CSS and JavaScript snippets for creating beautiful and modern blog layouts. These snippets certainly inspire you to build something that reflects who you are and the message you want to share.
VS Code Extensions to Increase Developer Productivity
Raman Hundal, a software developer, shares some of his favorite and most popular Visual Studio Code extensions that are going to make your life easier as a developer and can help improve your productivity.
Watch
The Best Way to Create HTML Elements with JavaScript?
Take a look at this excellent technique video to generate HTML elements using JavaScript. This technique allows you to pass in an HTML string and receive an HTML element back, meaning you then have access to things such as class lists, event listeners, text content, etc.
Interesting Links
11 Useful Modern JavaScript Tips
These are amazing and useful modern JavaScript tips that are very useful for making code shorter and cleaner.