Trushar Narodia

Nov 30, 2023 Web Development

Building a REST API in Next.js with Prisma ORM: A Step-by-Step Guide

In the dynamic realm of web development, mastering the creation of robust and efficient APIs is essential. The advent of Next.js, a React-based framework that seamlessly integrates server-side rendering and other powerful features into the front end, has elevated the process of building APIs. This tutorial delves into constructing a REST API in Next.js using the Prisma ORM, a cutting-edge database toolkit.

Trushar Narodia

Aug 31, 2021 Node.js

A Comprehensive Guide to Develop Serverless Apps with AWS Lambda and Node.JS

Lambda is a cloud-based serverless app service supplied by Amazon Web Services. It allows you to run code without having to provision or manage servers, which is a huge benefit. Lambda executes the code after you’ve entered it, and then automatically scales it up. You only pay for the computer time, not for the time it takes to run your code.

Trushar Narodia