Skip to content
View SeanTan7150's full-sized avatar
πŸ˜Άβ€πŸŒ«οΈ
What's going on?
πŸ˜Άβ€πŸŒ«οΈ
What's going on?

Block or report SeanTan7150

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SeanTan7150/README.md

Feel free to explore! πŸ‘€

Below are some projects I involved

  1. Web3 Employment Package Management System πŸ“¨
  • 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.
  1. Java Car Rental System πŸš—
  • 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
  1. 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.

Project that I working currently (private repo)

It is a web-based game that is inspired by a boardgame named Terraforming Mars πŸš€πŸ§‘β€πŸš€

Backend

  1. tmaccount
  • A microservice to manage player account and provide authorization services that involves JWT.
  1. tmcore
  • Core microservice to manage the game with STOMP web socket.

Frontend

  1. tmclient
  • A monolithic frontend that interacts with backend services listed above.

Pinned Loading

  1. web3-employment-package-management-system web3-employment-package-management-system Public

    TypeScript

  2. java-car-rental-system java-car-rental-system Public

    Java Apache Ant car rental system

    Java

  3. hardhat-web3-project hardhat-web3-project Public

    JavaScript

  4. java-hr-payroll-system java-hr-payroll-system Public

    Java

  5. java-concurrent-airport-simulator java-concurrent-airport-simulator Public

    Java