<?php
namespace App\Developer;
#[AsHuman]
final class SvenPetersen extends SymfonyDeveloper implements DeveloperInterface
{
use Symfony;
use TYPO3;
use Twig;
use Stimulus;
use HotwiredTurbo;
public const string FIRST_NAME = 'Sven';
public const string LAST_NAME = 'Petersen';
public function __construct(
private \DateTimeImmutable $birthDate = new \DateTimeImmutable('1990-03-04'),
private string $email = '[email protected]',
private array $currentCompanies = [
'Dauskonzept GmbH' => 'Webdeveloper', // https://dauskonzept.de
'HardAnders GbR' => 'Founder & Developer', // https://hardanders.de
],
private string $currentCity = 'Schafflund, Germany'
) {
}
public function isOpenForFreelanceWork(): bool
{
return true;
}
}
👻
Web Developer focused on Symfony, it's eco system and TYPO3 (Headless). Symfonycasts addict.
-
DAUSKONZEPT GmbH
- Flensburg, Germany
- https://connect.symfony.com/profile/svenpet90
Pinned Loading
-
FriendsOfTYPO3Headless/headless_bootstrap_package
FriendsOfTYPO3Headless/headless_bootstrap_package PublicProvides JSON output to EXT:bootstrap_package content elements
-
dauskonzept/twitter2news
dauskonzept/twitter2news PublicTYPO3 Extension to import Tweets as EXT:news articles
-
dauskonzept/instagram2news
dauskonzept/instagram2news PublicTYPO3 Extension to import instagram feeds/posts as EXT:news articles
-
dauskonzept/youtube2news
dauskonzept/youtube2news PublicTYPO3 extension to import YouTube videos/channels as news articles
PHP 2
-
dauskonzept/openinghours
dauskonzept/openinghours PublicTYPO3 Extension to display business opening hours.
PHP
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.