© 2023 Hashnode
#koa
Vivek Agarwal wrote a great tutorial for adding custom API endpoints in Strapi. It didn't include any tips for validating the request input. In this tutorial, I will show how to create a pleasant user…
GitHub link: https://github.com/chenchunaidu/koa-lambda-template Why do we need to deploy your node backend application on AWS Lambda? There are many ready-made options like vercel, netlify to deploy …
Express has long been the de facto standard and mainstream pick when you start a project in Node.js. But recently (well, not that recent), the team behind Express has started a new, shiny library call…
According to the Node.js web survey report 2018, Node.js has increased developer productivity by 68%, reduced development costs, and enhanced app performance to a great extent. This is a result of the successful adoption and deployment of n…
In this article, I’ll go over how to create an API server that signs and verifies JSON Web Tokens for authentication. Some of the technologies this server uses include Koa, JWTs, Knex, SQLite, and bcr…