Technical Blog
Thoughts, tutorials, and insights on software engineering, web development, and the tech industry.

ubuntu4 min read
How to install (Ubuntu 22.10 VM) vagrant on Mac M1 ship using QEMU
Learn how to install and run Ubuntu 22.10 (Kinetic Kudu) arm64 on an M1 MacBook Pro using Vagrant and QEMU. This guide walks you through setting up QEMU, installing the vagrant-qemu plugin, initializing your Vagrantfile, starting the virtual machine, and accessing it via SSH—all tested on macOS with an M1 chip. A quick and reliable way to spin up an arm64 Ubuntu environment for development.
December 2025Read More

laravel11 min read
How to Set Up Xdebug with Laravel Herd and PhpStorm on macOS
A complete, step-by-step guide to configure Xdebug for debugging Laravel applications using Herd and PhpStorm. Includes solutions to common issues like HTTPS port configuration.
December 2024Read More