For most of the last decade, running an AI model meant renting a GPU server, managing drivers, and paying for that hardware whether requests came in or not. Cloudflare Workers AI changes the model entirely: you call an AI model the same way you call any other function in a Worker, it runs on GPUs distributed across...
Posts
Browse all posts in one place. Find tutorials, deep dives, guides and updates on AI, programming, security, infrastructure and web development.
For years the answer to “where do I deploy this on Cloudflare” was simple: static sites and frontends went on Pages, and serverless logic went on Workers. In 2026 that line has blurred, because Workers can now serve static assets directly, which means a single Worker can host your whole site, frontend and backend...
Nobody enjoys CAPTCHAs. Squinting at traffic lights and fire hydrants to prove you are human is a tax on every honest visitor, and the data those puzzles feed back to advertising networks is its own concern. Cloudflare Turnstile replaces all of that with a smart, mostly invisible check that confirms a visitor is human...
Serverless compute solved the “no servers to manage” problem for application code, but databases were the awkward holdout. You could run a Worker on the edge in milliseconds, then watch it wait on a database sitting in a single far-away region. Cloudflare D1 closes that gap: it is a real SQL database, built on SQLite,...
A professional email address at your own domain, such as [email protected], instantly makes a business look more credible than a generic free-mail address. The traditional way to get one was to pay for a hosted mailbox per user, every month, forever. Cloudflare Email Routing offers a simpler path for many people:...
“How much does a website cost?” is one of the most searched web development questions in the UK, and one of the hardest to answer honestly without context. Website development cost in 2026 ranges from a few hundred pounds for a template build to well over fifty thousand for a custom platform, and the gap is not...
Search interest in “REST vs GraphQL” has remained consistently high throughout the 2020s, with the debate gaining renewed urgency as more teams build frontend-heavy products with complex data requirements. GraphQL has been in production since Facebook open-sourced it in 2015 and is now mature, well-tooled, and...
Search interest in “WordPress vs custom website” has grown consistently year on year and in 2026 it remains one of the most common questions UK business owners ask when commissioning a new site. That is partly because WordPress now powers 43% of all websites on the internet, so it is genuinely hard to avoid the...
Research into UK SME technology adoption consistently shows a significant gap between AI interest and AI integration. Industry surveys conducted in 2025 and 2026 suggest that the majority of UK small businesses express interest in using AI in their operations, but fewer than one in five have integrated it into any...
Searches for “technical debt” have grown by over 35% in the past two years, driven in large part by UK engineering teams inheriting legacy systems built under deadline pressure and now struggling to maintain or extend them. The term gets used loosely in Jira backlogs and sprint retrospectives, but most developers have...