user

About me

I am Austin from Virginia, USA. I am currently a student at George Mason University and on my free time like to work on backend development. I enjoy learning languages and frameworks such as Spring. I also enjoy working on unix-based machines and learning about algorithm analysis (leetcode helps!)

  • Languages
    Java, Python, C
  • Frameworks
    Spring
  • Developer Tools
    Git, Visual Studio Code, NetBeans
  • Database Management
    PostgreSQL
  • August 2023
    NASA Extern @ AMES Research Center
  • Expected May 2025
    B.S. Computer Science at George Mason University

My Work

Tetris

This game was made with Java, with Dynamic Arrays being the main data structure used, coupled with complicated algorithms such as vertical flips, rotating, and clearing layers off the board.

Cache Simulator

This cache simulator utilizes linked lists and hashmaps as the main data structures, alongside a sorted array method to properly follow the rules of ordering for the LFU cache.