tthn0@github
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β /\ β OS ~ Thomas β» β
β / \ β Host ~ βDFW, TX β
β /\ \ β Uptime ~ 22 years β
β / \ β
β / ,, \ β Kernel ~ University of Houston β
β / | | -\ β Shell ~ B.S. Computer Science β
β /_-'' ''-_\ β Packages ~ 2025 β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββclass Thomas {
skills: string[] = [
"Full Stack Web Development",
"Agentic AI Development",
"Application Security",
"Data Structures & Algorithms",
];
pronouns: string[];
constructor(...pronouns: string[]) {
this.pronouns = pronouns;
}
get interests(): string[] {
return [
"UI/UX",
"Chess",
"Ethical Hacking",
"Mathematics",
"Rock Climbing",
];
}
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 * 90);> fetch⬑ OS βββ ~ macOS
β Host ~β MacBook Air M1
β Shell ~β zsh| Microsoft Word | |
|---|---|
| Microsoft Excel |





