AMAR BEKA.

AVAILABLE FOR WORK

AMAR
BEKA..

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
10+
YEARS BUILDING
5
COMPANIES SHIPPED FOR
100%
HETZNER API COVERED
MIT
OPEN SOURCE

[ OPEN SOURCE ]

Hetzner SDK for Laravel

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-laravel
use 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',
]);
VIEW ON GITHUB

FROM CODE TO
PRODUCT STRATEGY

A decade across engineering, DevOps and product — building reliable systems and leading teams.

Product & Leadership

Owning the product lifecycle — roadmap, prioritisation and architecture — and leading internal and external teams to delivery.

Backend & DevOps

Laravel, PHP and Python services on Docker and Kubernetes, with CI/CD and infrastructure that stays reliable under load.

AI & Automation

Applying machine learning, RAG and automation to turn raw data into business intelligence and faster decisions.