Work

Here are some of my projects and other works

Projects

Zeggle (2023)

A Peggle clone made using pure Swift for iPad. Physics engine and Game engine are hand-crafted in pure Swift. Ui with SwiftUI. Level storage is done with native Swift SQLite. Simple Sound engine through calling Apple's Audio ToolKit and MIDI APIs.

Features:

  • Level Selector
  • Level Designer
  • Multiple Game modes

This project was for me to try design my own game with zero knowledge in game programming. Also to test my software engineering skills by designing everything by hand, using minimal pre-existing library while learning a new language.

[GitHub]

Social Media Prototype (2022)

A simple social media app similar to Instagram. Frontend is made using React with Typescript. Backend is made with Go. MongoDB is used to store post and user profile data. A authentication system is created in Go with simple password encryption using crypto library.

Features:

  • Make Post, Like a Post, Comment on Post
  • Follow other Account
  • Guest Account

This project was for me to learn Full Stack Engineering with Typescript, Go and designing Backend to handle CRUD. Also for me to improve my skills in state management.

[GitHub (Frontend)] [GitHub (Backend)] [Project Link]

Publications

*TBA

Last Updated: 2/8/2025, 1:38:14 PM