Blog & Writing

Technical articles and insights I've published on various platforms. Click any article to read the full post on its original platform.

Deploy Laravel to VPS with GitHub Actions (Zero Downtime CI/CD)
Feb 11, 2026

Deploy Laravel to VPS with GitHub Actions (Zero Downtime CI/CD)

A complete guide to automating Laravel deployments on Ubuntu/Nginx. Learn how to set up a secure, zero-downtime CI/CD pipeline using GitHub Actions.

Deploying Laravel on Shared Hosting (No SSH Required)
Feb 5, 2026

Deploying Laravel on Shared Hosting (No SSH Required)

A step-by-step guide to deploying Laravel apps on cPanel when you don't have SSH access. Includes security tips for .env and storage linking.

From Polling to Real-Time: Building a Laravel 12 Chat with WebSockets & Reverb
Feb 25, 2026

From Polling to Real-Time: Building a Laravel 12 Chat with WebSockets & Reverb

Step-by-step guide to building a real-time chat in Laravel 12 using Reverb WebSockets, reducing polling, server load, and latency.