Explore topics that spark your interest.
In this guide, I will write the CD (Continuous Deployment) file to deploy the app to a cloud VM.
I am creating a comprehensive guide on how to manually deploy a monorepo application that includes a frontend, backend, websockets, and a database.
practicing creating a Docker Compose file for an application that uses Prisma (for ORM) and Node.js (as the backend environment).
In this comprehensive guide, I am demonstrating how you can configure the nginx.conf file to point to your custom domain instead of instance_ip:port
I am demonstrating my learning in this Medium post by creating three multi-stage Dockerfiles with optimizations for the images.
Along the way, we will also learn how to build a Next.js app that depends on a database connection for generating static pages.