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
}
π
Working from home
πΆ 22 y/o ---
π¨βπ» Web Developer ---
π§ Coding things for Rumathra
Highlights
Pinned Loading
-
no-unfollow-twitch
no-unfollow-twitch PublicDisable the unfollow button on Twitch to prevent you from throwing away your 4 years follow.
JavaScript
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.