Backend Developer
Building scalable applications with a passion for DevOps and tinkering with software
| Category | Technologies |
|---|---|
| Programming | |
| Frontend | |
| Backend | |
| DevOps | |
| Tools | |
| OS |
<?php
class Developer
{
public string $name = "Matthias";
public array $focus = [
"Backend Development",
"DevOps Exploration",
"Software Tinkering"
];
public function getCurrentStack(): array
{
return [
'backend' => ['Symfony', 'Laravel', 'Sulu'],
'database' => ['MySQL'],
'devops' => ['Docker', 'Git']
];
}
}- Building robust APIs with Symfony and Laravel
- Implementing Sulu CMS solutions
- Database design and optimization with MySQL
- RESTful API architecture and best practices
- Containerization experiments with Docker
- CI/CD workflow automation
- Development environment optimization
- Exploring new tools and technologies



