tthn0@github
┌─────────────────────────────────────────────────────────────┐
│ /\ ♚ OS ~ Thomas ☻ │
│ / \ ♛ Host ~ Houston, TX │
│ /\ \ ♜ Uptime ~ 21 years │
│ / \ │
│ / ,, \ ♝ Kernel ~ University of Houston │
│ / | | -\ ♞ Shell ~ B.S. Computer Science │
│ /_-'' ''-_\ ♟ Packages ~ 2025 │
└─────────────────────────────────────────────────────────────┘
class Thomas {
skills: string[] = [
"Full Stack Web Development",
"Application Security",
"Data Structures",
"Algorithms",
"Databases",
];
pronouns: string[];
constructor(...pronouns: string[]) {
this.pronouns = pronouns;
}
get interests(): string[] {
return ["UI/UX", "Ethical Hacking", "Mathematics"];
}
learn(skill: string, timeCommitment: number): void {
setTimeout(() => {
this.skills.push(skill);
}, timeCommitment);
}
}
const me = new Thomas("He", "Him", "His");
me.learn("Angular", 1000 * 60 * 60 * 24 * 30 * 3);
> fetch
⬡ OS ~ macOS
⏏ Host ~ MacBook Air M1
⚙ Shell ~ zsh
Microsoft Word | |
---|---|
Microsoft Excel |