PostsProjectsAbout
Posts
Composer (2) DigitalOcean (1) Docker (6) Git (2) Ionic (1) Laravel (6) Let's Encrypt (1) Namecheap (1) Next.js (1) Nginx (8) Node.js (1) Nuxt (2) PHP (9) PM2.IO (3) Redis (1) SSH Key (2) Visual Studio Code (2) Vue.js (1) WSL (4) Xdebug (2)
PM2.IO
Wednesday, October 8, 2025Manage queues with Laravel Horizon
LaravelRedisPM2.IO

This guide demonstrates how to set up and manage queues with Laravel Horizon, including installing the required package, configuring Redis, running the service, managing processes with PM2, and monitoring performance through Horizon and Telescope.

Monday, September 22, 2025Deploy NextJS 15 with Node and Nginx
Next.jsPM2.IONginx

This guide explains how to deploy a NextJS application using Node.js and Nginx. It covers building the application, resolving port conflicts, managing the Node.js process with PM2, creating a new Nginx site configuration, and verifying if the deployment is working correctly.

Sunday, September 7, 2025Deploy Nuxt 3 with Node and Nginx
NuxtPM2.IONginx

This guide explains how to deploy a Nuxt 3 application using Node.js and Nginx. It covers building the application, resolving dependency issues, managing the Node.js process with PM2, updating the default Nginx site configuration, and verifying if the deployment is working correctly.