Skip to content
View tthn0's full-sized avatar
πŸ’»
Coding
πŸ’»
Coding

Highlights

  • Pro

Organizations

@VisionGuardian

Block or report tthn0

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tthn0/README.md

Rainbow

Profile Picture

Hey there, I’m Thomas Waving Emoji

I'm a software engineer focusing primarily on full stack web development. I am ✨ passionate ✨ about computer science, and I also have a strong love for mathematics. I'm making projects or learning something new just about every day. You can find my coolest projects here on my GitHub!

Languages I've played with


🌎 Bio

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);

🎢 Vibing to

Current Spotify Song

πŸ“ˆ Interesting numbers

GitHub Stats
Most Used Languages
GitHub Streak Stats

πŸ›  Architecture

> fetch
⬑ OS β€ˆβ€ˆβ€ˆ ~  macOS
⏏ Host   ~β€ˆ MacBook Air M1
βš™ Shell  ~β€ˆ zsh

πŸ“š Certifications

Word Logo Microsoft Word
Excel Logo Microsoft Excel
Gradients

Rainbow

Pinned Loading

  1. CoogExpress CoogExpress Public

    A post office website created for Dr. Ramamurthy's Spring 2024 COSC 3380 course. Full demo website linked below ↓

    JavaScript 4

  2. Spotify-Readme Spotify-Readme Public

    A dynamic, customizable, and real-time Spotify now-playing widget that seamlessly integrates with your website or GitHub markdown files!

    Python 324 247

  3. FlytLabs FlytLabs Public

    Source code of the FlytLabs website built using the LAMP stack. Full website linked below ↓

    PHP 1

  4. Social-Media-App Social-Media-App Public

    A simple, modern, and elegant mobile application built from scratch with Flutter 2.0.

    Dart 1

  5. Machine-Learning-Models Machine-Learning-Models Public

    A collection of machine learning models built from scratch.

    Python 1

  6. zahrabytes/Collide zahrabytes/Collide Public

    A content recommendation engine that won 1st place, best UI, and most creative for DW's 2024 Collide Hackathon.

    JavaScript 3 2