Blog
April 12, 2026
Some sources on the Laravel AI SDK
Different sources I found on the AI SDK for Laravel, some via freek.dev and others via normal online searches. Laravel AI SDK: A Practical Guide with Real Code Examples (Tobias Schäfer) Running...
ReadApril 4, 2026
Adopting cloud use: ploi.cloud
When we talk about adopting the use of cloud services as someone who used to run their own systems then at least we're going to look a bit more careful at things like where the infrastructure is...
ReadDecember 7, 2025
Cloud hosting: databases
The classical way for running a database has always been very simple: you run your webserver and it hosts something like a LAMP stack, with the “M” being MySQL - you can substitute this with...
ReadNovember 23, 2025
Cloud hosting: transactional emails
For me the first "obvious" point where I moved away from self hosting too much was email, specifically delivering transactional emails. In the traditional world of running things myself I'd have a...
Read