Monday, October 13, 2025SOLID: The 5 Principles of Object Oriented Design
PHP

This guide outlines the SOLID principles of object-oriented design, explaining how each principle enhances code maintainability, flexibility, and scalability. It breaks down each principle with clear definitions and examples to support writing clean, efficient, and robust code.

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.

Sunday, October 5, 2025Setup Laravel web tinker
Laravel

This guide outlines how to set up Laravel Web Tinker by installing the spatie/laravel-web-tinker package, publishing its configuration and view files, and verifying the setup by accessing the web-based Tinker environment.

Tuesday, September 30, 2025Deploy Laravel application with Nginx
LaravelNginx

This guide demonstrates how to deploy a Laravel application with Nginx by configuring the server, resolving common permission issues, running database migrations, and ensuring the application is accessible.

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.

1 of 6