Practical Guides for UAE Businesses
No-fluff articles on web development, project management, and building for the UAE & GCC market.
All Articles
Environment Variables Done Right: How I Manage Secrets Across Dev, Staging, and Prod
Practical secrets management across dev, staging, and production for Next.js projects on Vercel
TypeScript Mistakes I Made in My First UAE Enterprise Project
Common TypeScript mistakes in enterprise projects with real UAE developer examples.
Docker for Next.js and Laravel: My Local Dev Setup That Actually Works
Docker configuration for Laravel and Next.js developers in UAE: a real setup that works, from a PMP-certified developer
Building a Multi-Language Site with next-intl: My Setup After 3 Projects
Last week, I was reviewing Tawasul Limo's analytics—a luxury car service platform I built for Abu Dhabi clients—and noticed 43% of their bookings come thro…
How I Build Accessible Arabic Websites That Pass WCAG 2.1
How to build Arabic websites that pass WCAG 2.1 standards with real tools and mistakes I've made along the way.
Testing Laravel APIs: My Actual Workflow on Real Projects
've been fixing Laravel APIs for 7+ years. Here’s exactly how I test Laravel APIs with PHPUnit — real workflows from UAE projects.
How to Build an E-Commerce Store That Converts in the UAE Market
I've shipped 40+ UAE e-commerce projects—here's what converts in 2026
How I Handle Arabic Text Direction in React Native Apps
Solving Arabic RTL text layout issues in React Native, from I18nManager to icon flipping
SQL Injection, XSS, and CSRF: How I Defend Against All Three in One Sprint
How to tackle SQL injection, XSS, and CSRF in one sprint — a real developer's approach.
Arabic SEO: How I Help UAE Businesses Rank on Google in Both Languages
From hreflang tags to dialect differences, here's how I make UAE sites rank in Arabic.
Neon Postgres in Production: Why I Use It for Most UAE Projects Now
Serverless Postgres helped me scale 4 UAE sites in 2025. Here's why Neon wins over AWS RDS and Firebase for most projects.
Rate Limiting APIs in Next.js and Laravel: How I Prevent Abuse in Production
How I block API abuse in production using Laravel & Next.js rate limiting techniques