Skip to content
View ToBeHH's full-sized avatar
Block or Report

Block or report ToBeHH

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

Header

Hello, folks!

I am...

🔨 Engineering Manager and Solution Architect, open for work
🎓 Master's in Computer Science @UniKa
👨‍👩‍👧‍👦 Father of 2, husband
🔊 Conference speaker.
Some more interesting facts about me!
- My last talk was at the Ruby Unconf 2019 in Hamburg (Corona, you know...) about 4 key metrics.

My github stats


Let's connect and chat! Open to anyone on Earth and beyond.

M

Pinned

  1. AdventOfCode2023 AdventOfCode2023 Public

    Coding snippets used to solve the AdventOfCode 2023 in Kotlin - https://adventofcode.com/

    Kotlin

  2. blinkenrocket blinkenrocket Public

    Animations for the blinkenrocket hardware - links - you can install easily in the blinkenrocket web editor

    Ruby 2 1

  3. schulaufgabentrainer schulaufgabentrainer Public

    Arbeitsblättergenerator für wiederkehrende Schulaufgaben

    SCSS 6

  4. webcam_analyzer webcam_analyzer Public

    Docker image to analyze my webcam images

    Python

  5. One FizzBuzz solution, written in Ko... One FizzBuzz solution, written in Kotlin
    1
    /**
    2
     * Check, if the given number is fully dividable by another number.
    3
     * 
    4
     * Actually, the code is rather short, but I find the .isDividableBy() 
    5
     * much nicer to read than the actual syntax.