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

Block or report dennzo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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 fullstack 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'], 
            'frameworks' => ['symfony', 'wordpress'],
            'libraries' => ['react', 'doctrine'],
            'toolset' => ['git', 'composer', 'npm', 'intellij ide', 'atlassian', 'adobe', 'webpack'], 
            'operations' => ['docker', 'jenkins', 'gitlab-ci', 'github-actions'],
            'os' => ['osx', 'ubuntu', 'centos', 'debian', 'windows'],
            'webservers' => ['traefik', 'nginx', 'apache'],
            'databases' => ['mysql', 'mariadb', 'oracle'], 
            'architecture' => ['microservices', 'monolith', 'design patterns', 'api', 'modular', 'unittests', 'message queues', 'SOLID'],
        ];
    }

    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

  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 3