142 followers
Aspiring Social Entrepreneur | Software Engineer | Writer | Psychology Student
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 TypeScript and Validation with Zod · In the last two articles, we dealt with setting up a MySQL database on PlanetScale and creating an...
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 via Slash Commands, let's begin. We will be using Nodejs to build the bot...