I'm an aspiring programmer currently honing my skills in school, passionate about learning and creating innovative solutions. Feel free to explore my projects and join me on this exciting journey. 🚀
interface AboutMe {
languages: string[];
hobbies: string[];
funFact: string;
}
const main = (): void => {
const thomas: AboutMe = {
languages: ["Java", "JavaScript", "Python", "PHP", "TypeScript"],
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 |
JavaScript |
𝗣𝘆𝘁𝗵𝗼𝗻 |
𝗝𝗮𝘃𝗮 |
𝗩S 𝗖𝗼𝗱𝗲 |
Node.js |
pnpm |
Vite |
- Nixi - An open-source read-it-later and productivity app ✨
- Sosharu - A grand, all-in-one life management app 🚀
Here since 2018.