Harkhani ChintanforGhanshyam Digitalblog.ghanshyamdigital.com·Sep 14, 2024Everything You Need to Know About Koa.js in Node.js DevelopmentKoa.js created by the same people that created by express Development team and first released on 2013. As their official website says, Koa considerably enhances error handling and helps do away with callback through the use on a async functions. Koa’...DiscussNode.js
Romel Sikdarromelsikdar.hashnode.dev·Jul 12, 2024Low-code drag-and-drop tool for building RESTful APIs with in minutes.I am Romel Sikdar, a computer application student from India, who recently completed my master's degree at Narula Institute of Technology. When I was in eighth grade, Facebook was incredibly popular. Inspired by this, I dreamt of creating something s...DiscussOpen Source
Juho Viitasalojiv-e.hashnode.dev·Jan 9, 2023How to add validation to a custom API in Strapi?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-friendly API validation experience in Strapi 4. S...Discuss·1 like·2.2K readsStrapi
chenchunaidu maddinenichenchunaidu.hashnode.dev·Dec 29, 2022Deploying your node backend [Express / Koa] in AWS LambdaGitHub 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 frontend applications on the cloud. We also have f...Discuss·2 likes·406 readsAWS
Rakha Kanz Kautsarblog.rakha.dev·Nov 25, 2020Testing Koa Server with JestExpress 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 called Koa.js with a different phillosophy in mind. W...Discuss·9 likes·497 readsKoaJS
Tejas Kaneriyatejaskaneriya.hashnode.dev·Sep 16, 2020When to use these Nodejs frameworks? Express, Koa, Nest, Socket.io, Meteor.jsAccording 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 node.js fra...Discuss·270 readsExpress.js
Travis Horntravishorn.com·Apr 25, 2019API Server with JWT AuthenticationIn 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 bcrypt. By the end of this article, we’ll have a ful...Discuss·3.0K readsJavaScript