Skip to content
View dennzo's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report dennzo

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dennzo/README.md

Hi there, I'm Dennis!

A passionate backend software developer from Germany 🇩🇪

📖 About Me

<?php

namespace Dennis\Barlowe;

readonly class About extends Me
{
    public const CHARACTERISTICS = [
        'name'              =>  'Dennis Barlowe',
        'nationalities'     =>  ['en_US', 'de_DE'],
        'birthyear'         =>  1994,
        'role'              =>  'Web Developer',
        'gender'            =>  'male',
        'location'          =>  'Aschaffenburg, Germany',
    ];

    public function getPrimarySkillSet(): array
    {
        return [
            'languages' => ['php', 'html', 'twig', 'css', 'scss/sass', 'javascript', 'sql', 'bash'], 
            'technologies' => ['react', 'doctrine', 'symfony', 'rabbitmq'],
            'toolset' => ['git', 'composer', 'npm', 'intellij ide', 'atlassian', 'adobe', 'webpack'], 
            'operations' => ['docker', 'jenkins', 'gitlab', 'zabbix'],
            'os' => ['osx', 'centos', 'debian', 'windows'],
            'webservers' => ['traefik', 'nginx', 'apache', 'haproxy'],
            'databases' => ['mysql', 'mariadb', 'oracle'], 
            'architecture' => ['microservices', 'monolith', 'design patterns', 'api', 'modular', 'unittests', 'async', 'message queues', 'KISS'],
        ];
    }

    public function sayHi(): string
    {
        return 'Thank you for stopping by. Maybe you find some of my work interesting.';
    }

}

$about = new About();
$about->sayHi();

📫 Connect with me

website    discord    twitter   instagram   linkedin

Pinned Loading

  1. 3d-printer-slicer-settings 3d-printer-slicer-settings Public

    My settings for the slicer. I use Cura slicer at the moment.

    G-code 1

  2. sh-diskutil sh-diskutil Public

    some diskutil scripts for mass formatting disks and dumping S.M.A.R.T values

    Shell 5