<?php
declare(strict_types=1);
namespace Balat\Readme;
final readonly class DraganBalatinac
{
public string $role;
public string $location;
public function __construct()
{
$this->role = 'Teamlead Backend Development';
$this->location = 'Essen, Germany';
}
public function worksWith(): array
{
return [
'TYPO3' => ['Fluid', 'Extbase'],
'PHP' => ['Laravel', 'Symfony'],
'Frontend' => ['JavaScript', 'TypeScript', 'React', 'Inertia', 'NextJS'],
'Data' => ['MySQL', 'PostreSQL', 'Redis'],
'Infrastructure' => ['Linux', 'Docker', 'Ansible'],
'CMS' => ['Payload CMS', 'Statamic'],
];
}
public function caresAbout(): array
{
return [
'clean code',
'scalable architecture',
'great developer experience',
'knowledge sharing',
];
}
public function sayHello(): string
{
return 'Let’s build something great.';
}
public function contact(): string
{
return 'dragan@balatinac.com';
}
}
Pinned Loading
-
typo3-dev-mcp
typo3-dev-mcp PublicMCP server for TYPO3 v13/v14 development — gives AI assistants like Claude Code live insight into TCA, database schema, sites, TypoScript, logs and the core changelog.
PHP 6
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

