In this post, we'll use next-auth to build an authentication system that allows our users to log in to our app using their Discord account. I've...
In this post, we'll learn how to find a Discord applications's id and secret and how to store them as environment variables in a Next.js app. The...
In order to use the Discord API or create a Discord bot, we need to first create a Discord Application. Log in to the Discord Developer Portal Click...
Welcome to the type-challenges series! In this series, I'll be walking through many of the challenges in the type-challenges repository. These...