
Technologies
Projects
Here are some of the projects I have worked on.
NSC Total

Complete migration of a legacy WordPress architecture to a modern, high-performance structure. Developed a fully custom WordPress theme and optimized the platform for scalability, SEO, and user experience working at AUIN
OCP News

Large-scale news portal with millions of monthly page views, focusing on modernization, performance, and SEO improvements to enhance visibility and scalability working at AUIN.
Leouve

Developed a new custom WordPress theme focused on performance, SEO, and clean architecture. The project involved modernizing the codebase, improving query efficiency, and optimizing monetization strategies working at AUIN.
Guararema News

Developed a complete news portal from scratch using a custom WordPress architecture. The project involved direct collaboration with the client to define structural requirements, ensuring a scalable, SEO-optimized, and high-performance solution working at AUIN
Posts
WordPress Performance in 2026 — Caching, CDN & Core Web Vitals
A slow WordPress site costs you visitors, rankings, and revenue. In this guide we cover the full performance stack for 2026 — object caching, page caching, CDN setup with Cloudflare, image optimization, and passing Core Web Vitals — with practical steps you can apply today.
Laravel Queues in Practice — Jobs, Retries, and Horizon
Laravel’s queue system lets you defer time-consuming tasks — emails, notifications, API calls — to the background, keeping your app fast and responsive. In this guide we cover the full picture: drivers, job classes, retries, failed jobs, and monitoring with Horizon.
Laravel Permissions with Spatie — A Practical Guide
Managing user roles and permissions in Laravel doesn’t have to be complex. The spatie/laravel-permission package makes it elegant and flexible. This practical guide walks you through installation, setup, and real-world usage patterns — from basic role checks to advanced policy integration.
WordPress REST API — What You Can Do Beyond Basic Posts
Most developers only scratch the surface of the WordPress REST API. Beyond fetching posts, you can register custom post types, create content programmatically, upload media, build custom endpoints, and integrate WordPress with any external service — all without touching the admin panel.