BLOG

Notes from production.

Real write-ups on the systems I build — booking engines, Shopify apps and admin panels, and the unglamorous work of rescuing legacy .NET. No fluff, no listicles for their own sake.

SHOPIFYSep 11, 202611 min read

How Much Does It Cost to Build a Shopify Store?

"It depends" isn't a dodge — a Shopify store's price is set by choices you make before any code: theme vs custom design, how big your catalog is, the features themes can't do, and whether you're migrating. Here's what actually drives the number, and how to keep it down.

Read the write-up →
SHOPIFYSep 9, 202610 min read

How Much Does a Custom Shopify App Cost?

Everyone wants one number, but "Shopify app" covers a one-screen tool and a product sold to thousands of merchants. What actually moves the price — scope, how deep into Shopify it reaches, whether it needs a backend, and private vs App Store.

Read the write-up →
SQLSep 9, 202611 min read

Why Your Database Gets Slower as It Grows (and How to Fix It)

It was fast on launch day and crawls now that you've grown — and nothing obvious broke. The queries didn't change; the data and the load did. Why databases slow down as they scale, and how to build one that stays fast under load.

Read the write-up →
TRAVEL & BOOKINGSep 5, 202612 min read

How to Integrate the Amadeus API into a B2B Travel Portal

Amadeus gives you flights and fares over a clean REST API — but a B2B portal is more than a search box. The auth flow, the search-price-book sequence, and the pieces the docs skip: markup, agent wallets and multi-tenancy.

Read the write-up →
TRAVEL & BOOKINGAug 30, 202610 min read

What Does It Cost to Build a Custom Booking Engine?

"It depends" isn't a dodge — a booking engine's price is set by things you can't see from the outside: how many suppliers you connect, how hard the money movement is, and the edge cases nobody demos. Here's what actually drives the number.

Read the write-up →
SQLAug 26, 20269 min read

Why Your SQL Server Database Is Slow (and How to Fix It)

Before you pay for a bigger server: a slow database is almost always a few queries and some missing indexes, not hardware. Missing indexes, N+1 queries, blocking, stale stats — where to look first, cheapest fix to last.

Read the write-up →
TRAVEL & BOOKINGAug 20, 202611 min read

How to Integrate Multiple GDS Providers Into One Booking Engine

Amadeus, Sabre, Travelport and direct supplier feeds all speak different languages. Here's the architecture that lets one booking engine talk to all of them — normalisation, fan-out search, price drift, failover and refunds.

Read the write-up →
SHOPIFYAug 24, 20268 min read

Shopify Admin Panel vs Public App: Which One Do You Actually Need?

Custom app, public App Store app, or an internal admin tool? They sound similar and cost very differently. A plain-English guide to picking the right build before you spend a rupee — or a dollar.

Read the write-up →
.NETAug 26, 20269 min read

7 Signs Your Legacy .NET Application Needs Rescuing

Ageing ASP.NET apps rarely fail all at once — they get slow, fragile and scary to touch. Here are the seven warning signs, and how a structured rescue (audit, stabilise, modernise) actually works.

Read the write-up →

Got a system like the ones I write about?

Whether it's a booking engine, a Shopify build or a legacy app that needs rescuing — tell me what you're working with.

Start a project →