Giter Site home page Giter Site logo

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

Ben's Projects

canvacord icon canvacord

Easily generate images on-the-fly with node.js using wide range of templates

changerjs icon changerjs

A light weight Library for easy change control for every Website.

credit-card icon credit-card

Interactive Credit Card design from https://www.frontendmentor.io/

dumpus-landing icon dumpus-landing

WIP FORK | Simple static website for details, screenshots, etc. about the Dumpus app

hide-bad-streamer icon hide-bad-streamer

Hide some braindead streamer. Including German streamer and some of hot-tubs streamer.

homepage icon homepage

Homepage of BlackDayz.de written in vue3 - Vercel Fork

no-unfollow-twitch icon no-unfollow-twitch

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

phenvid-backend icon phenvid-backend

Create the way to watch videos, movies, reels , and and in a better and more privacy way.

phenvid-frontend icon phenvid-frontend

Create a way to watch videos, movies, reels , and and in a better and more privacy way.

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.