Coder Social home page Coder Social logo

Hi there 👋

<?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;
    }
}

Sven Petersen's Projects

bootstrap_package icon bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.

headless icon headless

TYPO3 JSON API providing content for PWA application

instagram icon instagram

TYPO3 Extension to import and display instagram posts/feeds

pwa_manifest icon pwa_manifest

This extension adds PWA Web App Manifest configuration in TYPO3 Site Configuration

singleview icon singleview

TYPO3 extension singleview. Displays single view on different page than list view and still keep urls user and SEO friendly.

typo3_debugbar icon typo3_debugbar

A TYPO3 debugbar utilizing the PHP Debugbar to provide information of the system health to the frontend.

ux icon ux

Symfony UX initiative: a new JavaScript ecosystem for Symfony

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.