Projects
Encryption Ciphers
This is just personal hobby project to test and learn out encryption, decryption and hacking. This cipher is written in c language. I plan to include additional methods of encryption methods in the future such as the exponetial and RSA encryption.
Flight Analyser
Flight Data Ananlyser, built with Java with Swing UI Library. It reads both offline data from csv and aggregate live data from various APIs. Features include full-text search, sort by parameters, live map view and animated graphs.
Space Invaders
Space Invaders built from scratch in Processing (Java), structured around an object-oriented scene system with five playable levels. Collision detection is handled through a custom SAT implementation using linear algebra, while alien movement follows elliptical paths driven by trigonometry.
Courier Dashboard
An analytics dashboard for a courier platform, built during a two-week Transition Year work experience at Matrix Internet. Tracks completed and in-progress jobs, company income and overall revenue, displayed through interactive graphs and filterable, sortable tables. Since no real data was provided, all figures are procedurally generated on the client side.