Personal Blog
Thoughts, ideas, and experiences
Converting a NestJS Fastify App to Vercel Serverless
Learn how to transform your NestJS Fastify application into a serverless function deployable on Vercel. This guide walks you through the process step-by-step, ensuring a smooth transition to a scalable, serverless architecture.
Sep 30, 2024 β’ 3 min read β’ 119 views
AI CLI (OpenAI) π€
A command-line interface (CLI) for interacting with an AI model using OpenAI's API. This CLI allows users to engage in text-based conversations with the AI model and receive responses in real-time.
May 12, 2024 β’ 3 min read β’ 79 views
Building a REST API with NestJS and Prisma
In this tutorial, you will learn how to build the backend REST API for a blog application called "Median" (a simple Medium clone). You will get started by creating a new NestJS project. Then you will start your own PostgreSQL server and connect to it using Prisma. Finally, you will build the REST API and document it with Swagger.
Apr 24, 2024 β’ 22 min read β’ 564 views
Building a Nest.js Microservice for OpenAI and ChatGPT Integration
In the rapidly evolving landscape of AI and full-stack development, the seamless integration of powerful tools like OpenAIβs ChatGPT can open up a realm of possibilities. In this comprehensive guide, we will delve into the process of building a Nest.js microservice to effortlessly incorporate the capabilities of OpenAI, creating a robust and scalable solution.
Nov 30, 2023 β’ 6 min read β’ 1,303 views