Articles

Articles by Joe Attardi

LogRocket Articles

12 essential ESLint rules for React

There are many ESLint rules for React out there — learn which ones are most useful in this post, which covers the twelve most essential ones.

freeCodeCamp Articles

How JavaScript Promises Work – Handbook for Beginners

Many operations, such as network requests, are asynchronous in nature. One of the most useful and powerful tools for working with asynchronous code is the Promise. In this handbook, you'll learn all about JavaScript Promises and how to use them.

How to Build Your First Web Component

In 2023, browser support for web components (also known as custom elements) is really good. There's never been a better time to start building your own custom elements.