Below are some projects I involved
- This project is my Final Year Project. It is a web-based platform that implements Sepolia smart contract, allowing employer and employee to manage their employment package.
- e.g.: Offer letter, promotion letter, resignation letter.
- By securing it with smart contract, it allow both employer and employee to sign it with digital signature for a better transparency while supporting immutability.
- This project was built throughout my journey on learning Object-Oriented Programming using pure Java.
- Of course, this was built with my best friend @tanweikang
- Java Airport Simulator
βοΈ
- This project was built throughout my learning of Concurrency Programming using pure Java.
- It is a solo project to demonstrate my understanding in Thread, lock, and Semaphore shared resources.
It is a web-based game that is inspired by a boardgame named Terraforming Mars ππ§βπ
- A microservice to manage player account and provide authorization services that involves JWT.
- Core microservice to manage the game with STOMP web socket.
- A monolithic frontend that interacts with backend services listed above.