About Me

Student at University at Buffalo. Computer Science BS Major.
This website is currently under construction

Stuyvesant Softdev School Project

Tools Used: HTML5, CSS, Python, Flask, Jinja, SQLite, RestAPI
Web trivia game. Website would use SQLite to keep track of each users data and scores.
Gets data from Open Trivial API and Wikipedia API to ask trivia questions, doing well on the trivia questions lets people take control of more countries, with the end goal being to take control of as many countries as possible.

Group project, worked with classmates Derek Leung, and Ahmed Sultan.

Stuyvesant Softdev School Project

Tools Used: HTML5, CSS, Python, Flask, Jinja, SQLite, RestAPI
Student Opportunity Bulletin Board
Gives both teachers and students a hub to post about interesting events taking place.
Website uses google oauth api to store logins, and the google calendar api to keep track of deadlines

Group project, worked with classmates Sophie Nichol, Lauren Pehlivanian, and Jason Zheng

D-Dice App Project

Tools Used: React Native
First attempt at using React Native at University At Buffalo Hackathon Event
App/website give you the option to simulate multiple dice rolls of different sizes, with the intention of being used in a Dungeons And Dragons Game.

Group Project, worked with Joseph Yang

UB Malloc School Project

Tools Used: C, Makefile
Reimplementation of C malloc function. Uses sbrk to allocate data, and uses a struct to organize the allocated blocks.