I'm a computer science student at university, building and experimenting with modern web technologies. I love tackling new challenges—whether it’s coding, designing UIs, or creating tools that make life easier. Check out my projects below and feel free to connect!
interface AboutMe {
languages: string[];
hobbies: string[];
funFact: string;
}
const main = (): void => {
const thomas: AboutMe = {
languages: ["TypeScript", "Java", "Python", "PHP", "COBOL"],
hobbies: ["Coding", "Drawing", "Gaming", "Reading"],
funFact: "The first 1GB hard disk drive was announced in 1980."
};
console.log(`Languages I Know: ${thomas.languages}`);
console.log(`My Hobbies: ${thomas.hobbies}`);
console.log(`Fun Fact: ${thomas.funFact}`);
};
TypeScript |
Next.js |
Tailwind |
Bun |
Vite |
Node.js |
Java |
Python |
PHP |
VS Code |
- ChillFlow - Productivity app combining lo-fi beats, Pomodoro focus sessions, and simple task management—all in one minimal workspace. ✨
Here since 2018.