Skip to content
View PhyoTh's full-sized avatar
🐻
🐻

Highlights

  • Pro

Block or report PhyoTh

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
PhyoTh/README.md

👋🏻 Hi, I'm Phyo Thant!

👨🏻‍💻 An Aspiring Software Engineer passionate about Backend, Systems, and Infrastructures
👨🏻‍🎓 Senior transfer student at the University of California, San Diego, from Pasadena City College

💼 Experience

  • 💻 Current: Software Engineer Intern @ Qualcomm Institute | Full-Stack Developer Intern @ Think Round Inc.
  • ⚙️ Previous: Distributed Robotics Engineer Intern @ Caltrans

📬 Socials

🖥️ Tech Stack

Tech Stack

📊 LeetCode Stats

LeetCode Stats

📽️ Project Videos

LetMeCook: Recipe Organizer Help Myanmar Rise Presentation Typing Game Demo iPhone Calculator with Assembly x86 Record-Table: Mimic SQL Database written in C++ Graphing Calculator Demo

Pinned Loading

  1. cse110-sp25-group8/final-project cse110-sp25-group8/final-project Public

    Let Me Cook is a web app for creating, organizing, and locally saving your favorite recipes. You can add editable recipe cards, mark favorites, and filter by meal type, cuisine, time, or ingredient…

    JavaScript 3 1

  2. RiseMyanmar/RiseMyanmarWeb RiseMyanmar/RiseMyanmarWeb Public

    Open-source platform to coordinate earthquake relief in Myanmar—real-time needs tracking, interactive maps, news, and trusted donation campaigns, with English and Burmese support

    JavaScript

  3. Record-tables Record-tables Public

    Record-tables is a C++ project that implements a lightweight record/table engine using binary file storage and a basic SQL-like query pipeline. It includes a tokenizer, a parser based on the shunti…

    C++

  4. Graphing-calculator Graphing-calculator Public

    A C++ graphing calculator that parses and evaluates mathematical expressions using the Shunting Yard algorithm and Reverse Polish Notation (RPN), backed by custom linked-list Stack and Queue implem…

    C++