OneBite.Dev - Coding blog in a bite size

🧑‍🚀 Blog for learning serverless

serverless blog posts, coding tips and trick in a bitesize to help you learn serverless.

What is serverless and why it is important?

Serverless computing allows developers to write and deploy code without worrying about underlying infrastructure, leading to cost savings, scalability, flexibility, and security. However, it can also result in vendor lock-in and difficulties in debugging.

serverless

Solution for preflight CORS issue in serverless function

This is how you can solve preflight CORS issue in vercel serverless function when building API in nodejs

serverless nodejs vercel

Handling API request based on method in Vercel Nodejs

Learn how to handle API request based on method, example GET, POST, PUT or DELETE request in Vercel Nodejs serverless function

serverless nodejs vercel

Nodejs serverless function in vercel

Learn how to deploy and write nodejs serverless function in vercel platform for free

serverless nodejs vercel