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

Organizations

@BlackDayz @Mittelbots
Block or Report

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

Web-developer

Welcome to my world


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

    constructor() {
        this.name = 'Ben'
        this.age = 21
        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'
    }
    
    isDoing(): IsDoing {
        return {
            title: 'πŸ§‘β€ Training as an IT specialist for application development',
            where: 'Webmatch GmbH'
        }
    }
}

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 | Twitter BlackDayz | Instagram BlackDayz | Youtube



πŸ“Š My GitHub Stats GIF



@mittelblut9's Holopin board


mystreak

Wakatime stats

Pinned

  1. Mittelbots/Mittelbot Mittelbots/Mittelbot Public

    Moderation & Utility Discord bot with music, youtube, reddit & twitch notifications, moderation, tickets and events

    JavaScript 45 11

  2. BlackDayz/Homepage BlackDayz/Homepage Public

    Homepage of BlackDayz.de written in vue3

    Vue 1 1

  3. no-unfollow-twitch no-unfollow-twitch Public

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

    JavaScript

  4. nuxt3-template nuxt3-template Public template

    Nuxt 3 Template for my projects

    JavaScript