Must Read
10 Useful CSS Tricks for Front-end Developers
These CSS tips and tricks showcase nifty CSS tricks that are useful for both developers as well as designers and highlight the potential of not needing JavaScript for certain design features. And, the nice thing is that you can implement these tricks in practically any design!
Sponsor (Thank You)

JS Developers - Get Paid For Your Feedback!
We’ve built a cool product for JS developers and are looking for your feedback to help us improve it. Join us on a 1-hour Zoom session, share your feedback and suggestions, and we’ll send you a $50 US Amazon.com gift card or equivalent for your time!
Learn
Create a Portfolio Website Using HTML, CSS, & JavaScript
An experienced front-end developer, MacLinz, developed this course on how to build a responsive portfolio website with a modern design and cool JavaScript-based effects. This is a great beginner's project for people that want to improve their skills with HTML, CSS, and JavaScript.
How to Use CodeFlask to Embed a Code Editor in JavaScript
In this tutorial, learn how to render a code editor in a Joystick app using the codeflask package from NPM, learn how to render some HTML in a component, and then use Code Flask to dynamically inject a code editor into our page, and learn how to retrieve the value from our code editor and use that to control the display of our component based on its value.
How to Parse a URL in JavaScript
Learn in this tutorial how to parse a URL and access its properties like hostname, port, pathname, search, etc using JavaScript.
Tools & Code
18 JavaScript One-Liners That’ll Make You Look Like a Pro
A list of one-liners you should know to up your knowledge of JavaScript. Get to know these one-line code tricks shared in this article to make you look like a pro!
5 JetBrains Plugins To Boost Your Productivity!
Carlo Morrone shares the less known plugins that are unpopular but should definitely try! These tools he has rounded up in this article will make your work easier and help you become more productive.
Watch
5 JavaScript API Key Mistakes (and how to fix them)
In this video, James Quick covers 5 mistakes he commonly sees JavaScript developers make when it comes to API keys and talks about environment variables, .env files, ignoring files with the .gitignore file, proxy backend API endpoints, and more!
Misc
20+ Console Methods That Will Revolutionize Debugging For You
This article breaks down the discussion into four distinct sections that cover a handful of methods geared towards the overarching goal. These sections also include tons of general debugging tips and tricks which you do not want to miss out on that will help take your debugging skills to the next level.