bobbyorphe.hashnode.devDeploying a NestJS and Next.js Application on Dokku: Full-Stack ArchitectureIntroduction Deploying a full-stack application that consists of a NestJS backend and a Next.js frontend on a Dokku server can be a powerful yet cost-effective solution. This article will guide you through the process of orchestrating both applicatio...Feb 22, 2025·2 min read
bobbyorphe.hashnode.devDeploying a Next.js Application with DokkuIntroduction In this article, we will deploy a Next.js application using Dokku (https://dokku.com). In a previous article, I explained how to deploy a Laravel application with Dokku, also presenting the basics of Dokku. If you are new to this tool, ...Feb 22, 2025·2 min read
bobbyorphe.hashnode.devDeploy a NestJS Application with DokkuIntroduction In this article, we will deploy a NestJS application using Dokku (https://dokku.com). In a previous article, I explained how to deploy a Laravel application with Dokku, also presenting the basics of Dokku. If you are new to this tool, I...Feb 22, 2025·2 min read
bobbyorphe.hashnode.devDeploying a Laravel Application with Dokku, PostgreSQL and RedisIntroduction In this article, we will deploy a Laravel application using Dokku (https://dokku.com), a lightweight Platform-as-a-Service (PaaS) that enables you to deploy applications on your own server easily. 1. What is Dokku? Dokku is an open-sourc...Feb 22, 2025·4 min read