How to Connect PostgreSQL to a Next.js Application Using Prisma
Access your Postgres database from a Next app with this next-generation ORM.
Build a Music Search Application With React and Spotify API
Follow this guide and learn how to authenticate with the Spotify API, then carry out an artist search.
3 Ways to Apply Event Listeners in JavaScript
Add interactivity to your web pages with events. There’s more than one possible approach, so find out the benefits of each.
3 Open-Source Headless CMSs for JavaScript Applications
A good headless CMS can be perfect for developers, but make sure you consider less technical users too.
How to Destructure Arrays and Objects in JavaScript
Get to grips with this handy syntax shortcut and get cleaner code as a result.
Task Queuing the Easy Way With Node.js and BullMQ
Why do something immediately if you can put it off until later? Message queuing isn’t for the lazy though—it can help make your app more responsive.
Creating Functions in JavaScript
JavaScript is an unusual language, with many complexities. Naturally, it gives you more than one way to make a function.
How to Handle Data Fetching in Next.js
With built-in processes and third-party libraries, Next.js has plenty of ways to handle efficient data fetching.
How to Use Generators and Iterators in JavaScript
Understand these fundamental behaviors and take your JavaScript programming to the next level.
How to Integrate a Live Chat Feature in a React App Using Chatwoot
Adding a powerful chat widget to your site is easier than you might expect, especially with Chatwoot’s flexible service.
How to Add a Color Picker to Your React App
Make your app more attractive and easier to use with a simple color picker widget.
How to Use Namespaces in TypeScript
Avoiding naming clashes can be awkward and lead to unwieldy code, but namespaces offer a convenient solution.
How to Create a Simple Image Gallery Using HTML, CSS, and JavaScript
Showing off a collection of images on your website? Learn how to do so with a basic image gallery that uses a minimum of code.
How to Host Image Files on Cloudinary in a React Application
Use this cloud-based image host to take the hassle out of your media storage needs.
How to Make a Snake Game Using HTML, CSS, and JavaScript
Recreate this old-school game in your browser and learn about JavaScript game dev along the way.
How to Use CSS Variables Like a Pro
CSS variables help you write more maintainable style sheets that you can update quickly and safely.
How to Integrate the Auth0 Authentication Service With a React Application
Outsourcing your authentication is not only easier and quicker, it’s more secure too. Let a trustworthy service take the strain.
How to Use Regular Expressions in JavaScript
JavaScript has great support for regex, including a native literal and several useful methods.
How to Run, Configure, and Troubleshoot npm Scripts
Many JavaScript projects take advantage of npm’s ease-of-use and wide availability. If you’re yet to experience its benefits, get started right away.