Product & Leadership
Owning the product lifecycle — roadmap, prioritisation and architecture — and leading internal and external teams to delivery.
AVAILABLE FOR WORK
HEAD OF DEVELOPMENT & PRODUCT OWNER
I build open-source tooling for Laravel and lead product on a SaaS platform. My Hetzner Cloud SDK covers every endpoint the API exposes — Laravel News covered it on release.
[ PROFILE / 01 ]KOSOVO[ OPEN SOURCE ]
An elegant, type-safe SDK for managing Hetzner Cloud: servers, DNS, networks, load balancers and every other resource the API exposes.
composer require boci/hetzner-laraveluse Boci\HetznerLaravel\Client;
$client = Client::factory()
->withApiKey('your-api-token')
->make();
$response = $client->servers()->create([
'name' => 'my-server',
'server_type' => 'cpx11',
'image' => 'ubuntu-24.04',
'location' => 'nbg1',
]);use Boci\HetznerLaravel\Facades\HetznerLaravel;
$servers = HetznerLaravel::servers()->list();
foreach ($servers->servers() as $server) {
echo $server->name();
}A decade across engineering, DevOps and product — building reliable systems and leading teams.
Owning the product lifecycle — roadmap, prioritisation and architecture — and leading internal and external teams to delivery.
Laravel, PHP and Python services on Docker and Kubernetes, with CI/CD and infrastructure that stays reliable under load.
Applying machine learning, RAG and automation to turn raw data into business intelligence and faster decisions.

OPEN SOURCE
A type-safe Laravel SDK for the Hetzner Cloud API — every endpoint covered, real types on every response, and a ClientFake so tests never provision a server.

STRATEGY
A market heading for trillions, and roughly a third of the programmes that chase it actually work. What separates the two.

PHP
PHP runs a huge share of the commercial web. The argument for it is usually about taste — here it is about cost, speed and risk instead.