Skip to content
View tonylodev's full-sized avatar

Block or report tonylodev

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
tonylodev/README.md
Tony Lo, full-stack developer โ€” web systems, QA automation, graph ML, and interactive games

Explore Tony's GitHub repositories Email Tony

๐Ÿ‘‹ About

I'm Tony Lo, a Computer Science graduate from Auburn University. I build polished, end-to-end software: responsive interfaces, dependable data-backed services, test automation, graph-based ML experiments, and interactive games.

  • ๐ŸŽ“ B.S. Computer Science โ€” Auburn University (Class of 2026)
  • ๐ŸŒ Product engineering โ€” React, Node.js, Firebase, PHP, MySQL
  • ๐Ÿ“Š Applied ML โ€” graph feature engineering and from-scratch k-NN evaluation
  • ๐ŸŽฎ Interactive development โ€” Unity3D and HTML5 Canvas
  • ๐ŸŒ Trilingual โ€” English ยท Mandarin ยท Cantonese

๐Ÿ› ๏ธ Tech Stack

Languages

Python JavaScript TypeScript Java C++ PHP SQL HTML5 CSS3

Frameworks & Libraries

React Node.js Firebase Flask Express.js Tailwind CSS Unity

Tools & Platforms

Git GitHub Docker VS Code Postman Figma MySQL


๐Ÿš€ Featured Projects

HTML5 Canvas ยท JavaScript

An educational aquarium ecosystem game for elementary and middle school students. Guide a fish through clean water, collect oxygen bubbles near plants, and avoid pollution and floating trash while managing its health.

๐ŸŽฎ Play it live โ†’

Playwright ยท Node.js ยท Automated Testing

A QA automation tool that scrapes Hacker News, validates article sorting order, and generates comprehensive HTML test reports.

Python ยท NetworkX ยท NumPy ยท Matplotlib

Machine learning project implementing k-NN classification on real-world collaboration network graphs with custom feature extraction.

MySQL ยท PHP ยท HTML

Full-stack relational database system for an online bookstore with 19 complex SQL queries, web interface, and ER schema design.


๐Ÿค Let's Connect

Email LinkedIn GitHub


Open to software engineering opportunities ยท Letโ€™s build something useful.

Popular repositories Loading

  1. tonylodev tonylodev Public

    My GitHub profile

  2. fish-life-adventure fish-life-adventure Public

    Educational aquarium ecosystem game built with HTML5 Canvas and vanilla JavaScript. Manage oxygen and health while learning how pollution affects aquatic life.

    HTML

  3. hn-sort-validator hn-sort-validator Public

    ๐Ÿ” Automated QA tool that validates Hacker News article sorting using Playwright and generates HTML test reports

    JavaScript

  4. knn-graph-classifier knn-graph-classifier Public

    From-scratch k-NN on collaboration graphs with leakage-aware features, stratified cross-validation, and CI.

    Python

  5. bookstore-database bookstore-database Public

    Full-stack bookstore database with MySQL, a read-only PHP interface, fictional demo data, and 19 practical SQL examples.

    PHP

  6. pacman-ai-agents pacman-ai-agents Public

    ๐Ÿค– Intelligent Pacman agents using Minimax, Alpha-Beta Pruning, and Expectimax adversarial search algorithms

    Python