Published onJune 19, 2024How to deploy a Next.js app with Prisma and Postgres using CoolifyubuntuclicoolifynextjsThe promise was to be able to deploy a Next.js app easily like to Vercel. But it turned out it was not so easy.
Published onJune 18, 2024Simplify data fetching with RSC, Suspense, and use API in Next.jsdevnextjsThe new use API combined with React Server Components (RSC) and Suspense can simplify data fetching in Next.js
Published onJune 17, 2024How to fix invalid login in Minio deployed via CoolifyubuntuclicoolifyIt took me hours and a nap to finally figure out how to fix this problem
Published onJune 14, 2024Blocking External Access to PostgreSQL in Docker with UFW on UbuntudatabasepostgresSetting up firewall is not always easy even when the tool said it's uncomplicated
Published onJune 12, 2024How to render zoomable image with Shadcn UI and Tailwind CSS in Next.jsdevnextjstailwindWith Shadcn UI and Tailwind CSS, you can easily render zoomable image.