Skip to content
View Roizan's full-sized avatar
  • 10:22 (UTC +02:00)
Block or Report

Block or report Roizan

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
Roizan/README.md

Hi there - i'm Bernhard 👋

<?php

namespace Roizan;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'SWM - Stadtwerke München',
                'position' => 'Cloud Engineer',
                'fuel' => 'Espresso Shots' 
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Terraform::class,
            Bash::class,
            Gitlab::class,
            Docker::class,
            Azure::class,
            AWS::class,
            GoogleCloudServices::class,
            CommandLine::class,
            CICD::class
        ];
    }

    public function getLegacyKnowledge(): array
    {
        return [
            Php::class,
            Zend::class,
            Symfony::class,
            SoftwareArchitecture::class,
        ];
    }

    public function getFutureGoal(): string
    {
        return 'Beeing a part of changing the world to a greener and more sustainable future, while still trying to spark the joy of IT in my apprentices ;)';
    }
    
    public function getSportsAndHobbies(): array
    {
        return [
            CrossFit::class,
            Rowing::class,
            Motorcycles::class
        ];
    }
}

🏍️ 🏍️ 🏍️

Popular repositories

  1. com.guilded.gms.game.swtor com.guilded.gms.game.swtor Public

    A GamePackage for Guilded 2.0

    CSS 1 1

  2. tugger tugger Public

    Forked from joschi127/tugger

    Simple tool for running Docker based development environments with Chef and Berkshelf based provisioning. Reads config from the "Tuggerfile" in your project's root folder.

    Shell

  3. tugger-stack-lamp tugger-stack-lamp Public

    Forked from joschi127/tugger-stack-lamp

    A Debian based LAMP stack for "tugger" designed for running a local development environment for Apache, MySQL, PHP in a Docker container.

    Ruby

  4. tugger-stack-lamp-php7 tugger-stack-lamp-php7 Public

    Forked from joschi127/tugger-stack-lamp-php7

    A Debian based LAMP stack for "tugger" designed for running a local development environment for Apache, MySQL, PHP in a Docker container. PHP 7 version.

    Ruby

  5. homebrew-virt-manager homebrew-virt-manager Public

    Forked from jeffreywildman/homebrew-virt-manager

    A set of homebrew formulae to install virt-manager and virt-viewer on MAC OSX

    Ruby

  6. docker-node-rsync-ssh-sshpass docker-node-rsync-ssh-sshpass Public

    Shell