10 min read
A Cache Is Not a Fix for a Slow Query
Index and reshape the query before you cache it: a cache in front of a scan just adds a cache invalidation problem you did not have.
Read the post// WRITING
Migrations, Core Web Vitals, crawling and tracking — written from work that shipped, not from theory.
10 min read
Index and reshape the query before you cache it: a cache in front of a scan just adds a cache invalidation problem you did not have.
Read the post10 min read
A payment webhook can arrive more than once. Here is how to design a handler that stays correct on every duplicate delivery, not only the first.
Read the post10 min read
How to choose SSR, static generation or ISR per page in the Next.js App Router: pick by what it costs if the page is thirty seconds stale.
Read the post9 min read
Build a bilingual Arabic and English website for the UAE properly: URL strategy, hreflang clusters, RTL layout, Arabic font cost and real keyword research.
Read the post9 min read
A dotnet to nextjs migration playbook: URL inventory, a chain-free 301 map, casing and query-string collapsing, parity gates and a 30-day watch.
Read the post9 min read
How landing page speed changes what you pay per click in Google Ads: quality score and landing page experience explained honestly, plus the Next.js build.
Read the post9 min read
llms.txt is a proposal, not a standard, and no major engine confirms reading it. Here is what actually makes a site citable by AI answer engines.
Read the post10 min read
When headless Shopify beats a custom MERN stack ecommerce build in the GCC, where it stops, and what each really costs you in payments, VAT and tracking.
Read the post9 min read
An honest Next.js vs WordPress comparison for business owners: where each genuinely wins, the hidden costs, and the one question that decides it.
Read the post9 min read
Interaction to Next Paint fails on App Router sites because of client bundles and long tasks, not motion. How to fix INP and keep the animations.
Read the post10 min read
Google indexes your Next.js site but Bing shows nothing. The real causes, from canonicals on a redirecting host to robots groups, and the IndexNow fix.
Read the post9 min read
How to hire a Next.js developer in Dubai: the questions that expose a weak candidate, the red flags, and what a fixed-scope proposal must contain.
Read the post9 min read
The engineering procedure for a WordPress to Next.js migration without losing SEO: full URL inventory, a 1:1 301 map, parity diff, launch runbook.
Read the post// OPEN TO WORK