Giter Site home page Giter Site logo

mittelblut9's Introduction

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

mittelblut9's People

Contributors

mittelblut9 avatar

Watchers

 avatar

mittelblut9's Issues

Update "Language and Tools"

Remove:

  • Wordpress
  • MongoDB
  • Premiere
  • Photoshop
  • XD

Add:

  • Davinci Resolve
  • Shopware 5
  • Shopware 6
  • Symfony
  • PHP
  • Sequelize

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.