Technical Blog

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

GitHub Branch Rulesets: The Complete Guide for 2025
devops27 min read

GitHub Branch Rulesets: The Complete Guide for 2025

Master GitHub branch rulesets to enforce code quality, security policies, and team workflows across your repositories with this comprehensive guide....

January 2025Read More
Supercharge Your Laravel Apps with the Concurrency Facade
Laravel7 min read

Supercharge Your Laravel Apps with the Concurrency Facade

Learn how to dramatically improve performance in Laravel 12 by executing multiple tasks simultaneously with the new Concurrency facade...

December 2025Read More
Preventing Lazy Loading in Laravel: Boost Performance & Catch N+1 Queries
laravel11 min read

Preventing Lazy Loading in Laravel: Boost Performance & Catch N+1 Queries

Learn how to prevent lazy loading in Laravel Eloquent to eliminate N+1 query problems and improve application performance with practical examples....

December 2025Read More
How to install (Ubuntu 22.10 VM) vagrant on Mac M1 ship using QEMU
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, initializi...

December 2025Read More
Beyond JSON: High-Performance Binary Serialization Formats
best-practices20 min read

Beyond JSON: High-Performance Binary Serialization Formats

Discover Protocol Buffers, MessagePack, and FlatBuffers - modern alternatives to JSON that deliver faster performance and smaller payloads....

December 2024Read More
Make Custom Filament Pages React to Dark/Light Mode
laravel10 min read

Make Custom Filament Pages React to Dark/Light Mode

Learn how to seamlessly integrate dark mode support in your custom Filament pages with a simple CSS configuration trick....

December 2024Read More

Showing 6 of 10 posts

Blog | Nabil Mouhssine