#nodejs
Read more stories on Hashnode
Articles with this tag
Setting up Folder Structure, and Refactoring · In the last three articles, we created a new database project in PlanetScale to power our SQL DB. Then we...
Setting up a Express server - CRUD with Prisma · In the previous article, we had our files set up and more importantly, we worked on setting up a...
Setting up SQL database in PlanetScale · Before we dive into coding, we will make a few decisions and lay out the API requirements. As the title...
We will deploy the discord bot we created in our previous article. Railway gives a seamless deployment experience. Visit their website and click...
A Discord bot that can help you create Github issues from the Discord chat, let's begin. Discord bots can also be created to use slash commands, which...