
Kotaro Y.
Junior System Engineer
Cologne, Germany
Coming soon...
// My profile
const me: Kotaro Y. = {
name: 'Kotaro Y.',
origin: {
country: "Japan",
languages: ["Japanese", "German", "English"]
},
skills: [
...techStack.devOps,
...techStack.backend,
...techStack.frontend
],
interests: [
'Open Source',
'Security',
'Privacy',
'Performance',
'Self-Hosting',
'Networking'
]
};
// Contact function
const contact = (type: ContactType): string => {
switch (type) {
case 'github':
return 'https://github.com/kotaroooooooooo';
case 'linkedIn':
return 'https://www.linkedin.com/in/kotaro-yamasaki-22941b191/';
default:
return 'Send me a Mail.';
}
};
// Crazy that you scrolled all the way down here?