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

Organizations

@WeVsVirusID1928

Block or report DiesDasJenes

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

Aloha there, my name is Philipp Ludewig

Banner for some colors

I love Open Source Love

I was a Senior Developer Consultant at ThoughtWorks #OpenToWork

A little more about me...

let diesdasjenes = Diesdasjenes {
    // Self-introduction
    pronouns: "He/Him",
    code: vec!["Java", "Python", "Rust", "TypeScript", "Angular", "React"],
    ask_me_about: vec![
        "Continuous Development (CD)", 
        "app dev 🌐", 
        "cloud computing ☁️", 
        "how to test everything", 
        "tech trends 📈"
    ],

    // Technologies I had the opportunity to work with, organized by domain
    technologies: HashMap::from([
        (
            "frontEnd",
            HashMap::from([
                ("JavaScript Frameworks", vec!["React", "Angular"]),
                ("CSS Frameworks", vec!["Sass", "Tailwind", "Bootstrap"]),
                ("UI Libraries", vec!["Material UI", "ShadcnUI"]),
            ]),
        ),
        (
            "backEnd",
            HashMap::from([
                ("Java", vec!["Spring Boot", "Micronaut"]),
                ("Python", vec!["Flask"]),
                ("Rust", vec!["Actix-web"]),
            ]),
        ),
        (
            "devOps",
            HashMap::from([("", vec!["Docker🐳", "CI/CD", "GitHub Actions", "Kubernetes 🐙"])]),
        ),
        (
            "cloudServices",
            HashMap::from([("AWS", vec!["Fargate", "EC2", "S3", "Lambda", "CloudWatch", "RDS"])]),
        ),
        (
            "databases",
            HashMap::from([("", vec!["PostgreSQL", "MongoDB", "SQLite", "DynamoDB"])]),
        ),
        (
            "misc",
            HashMap::from([("", vec!["Socket.IO", "REST APIs", "WebSockets", "Cloud Functions"])]),
        ),
    ]),

    // Architecture styles, I got to know throughout my career
    architecture: HashMap::from([
        ("frontEnd", vec!["SPA (Single Page Applications)"]),
        ("backEnd", vec!["microservices", "monolithic", "serverless"]),
        ("devOps", vec!["Serverless Framework"]),
        ("databases", vec!["Relational", "NoSQL", "In-memory"]),
    ]),

    // What's going on right now
    current_focus: "Learning how to be Canadian 🍁",
    fun_fact: "I get comments on my height whenever I go outside—my personal debugging tool: standing tall!",
};

📈 My GitHub Stats

Top Langs

📫 You can find me @

Pinned Loading

  1. advent_of_code advent_of_code Public

    It's that time of the year. Let's earn some internet points and learn something on the way.

    Java 1

  2. dotfiles dotfiles Public

    Shell 1

  3. Latex-Template-HS-Bremerhaven Latex-Template-HS-Bremerhaven Public

    Ein LaTex Template für die Hochschule Bremerhaven

    TeX 1

  4. P-P_SpaceshipBattleGame P-P_SpaceshipBattleGame Public

    This little game was written for my own Pen&Paper adventure in which the crew had to fight an enemy spaceship

    HTML