Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Mittelblut9's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@BlackDayz @Mittelbots @KommtKevinOnline

Block or report Mittelblut9

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

Welcome to my world


class Mittelblut9 implements Developer {
    name: string
    age: number
    discord: string
    website: string
    codespace: string

    constructor() {
        this.name = 'Ben'
        this.age = 22
        this.discord = 'mittelblut9'
        this.website = 'https://www.blackdayz.de'
        this.codespace = 'https://discord.gg/AGp4hsccU6'
    }
    
    description(): string {
        return 'I am a Junior Web Developer from Germany'
    }
    
    knowledge(): Knowledge {
        return {
            expert: ['Javascript', 'Node.Js', 'Git', 'HTML5', 'CSS'],
            good: ['PHP', 'VUE3', 'Sequelize', 'MySQL', 'Figma', 'Discord.js', 'Docker', 'Symfony', 'Nuxt.js', 'TypeScript'],
            kinda: ['Shopware', 'Shopware5', 'Shopware6']
        }
    } 
    
    title(): string[] {
        return [
            'πŸ‘©β€πŸŽ¨ Official trained technical design assistant',
            'πŸ§‘β€πŸ’» Official trained IT specialist for application development'
        ]
    }
    
    isDoing(): IsDoing {
        return {
            title: 'Social Media Manager & Web Developer',
            where: 'Rumathra'
        }
    }
}

interface Developer {
    name: string
    age: number
    discord: string
    website: string
    codespace: string
    description: () => string
    knowledge: () => Knowledge
    title: () => string[]
    isDoing: () => IsDoing
}

interface Knowledge {
    expert: string[]
    good: string[]
    kinda: string[]
}

interface IsDoing {
    title: string
    where: string
}

BlackDayz | Linktree





πŸ“Š My GitHub Stats GIF



@mittelblut9's Holopin board


mystreak

Wakatime stats

Pinned Loading

  1. no-unfollow-twitch no-unfollow-twitch Public

    Disable the unfollow button on Twitch to prevent you from throwing away your 4 years follow.

    JavaScript

  2. nuxt3-template nuxt3-template Public template

    Nuxt Template for my projects

    JavaScript

  3. BlackDayz/blackdayz.de BlackDayz/blackdayz.de Public

    Vue 1