Profile picture Kotaro Y.

Kotaro Y.

Junior System Engineer

Cologne, Germany

Coming soon...

$ kotaro@somewhere ~ % cat about.me
Last login: Wed Sep 17 22:02:42 on ttys000
Ready to connect.
Waiting for contact request...
// 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?

Coming soon...

Coming soon...

Open Project Website