R Ramadan Eweis
ع Hire me
About Services Work Experience Blog Contact
← Back to home
WRITING

Notes from production

Interviews Jun 2026
The Laravel Backend Interview Questions That Actually Matter
After a few years on both sides of the table, these are the questions that separate someone who has shipped Laravel in production from someone who has only read about it — and how I prepare for them.
Payments Jun 2026
Integrating Multiple Payment Gateways Without the Mess
I have shipped seven gateways — PayTabs, Paymob, STC Pay, Tabby, Apple Pay and more — behind a single interface. Here is the design that kept the codebase sane as the count grew.
Multi-tenant Jun 2026
Multi-Tenant Custom Domains on Cloudflare for SaaS
Letting every customer bring their own domain sounds simple until you hit TLS at scale. Here is how I wire custom domains for a multi-tenant Laravel SaaS using Cloudflare for SaaS.
Performance Jun 2026
Queues in Production: What I Actually Move Off the Request
A slow endpoint is usually doing work that does not belong in the request. Here is how I decide what to queue, and the retry and idempotency rules that keep background jobs from quietly corrupting data.