Side Projects/School Projects

Shopping Cart System

Used Spring Boot to create a simple shopping cart system, which includes:

  • Account security
  • Entities, DAOs, and models for CRUD operations in MySQL
  • Beans for Dependency Injection and Inverse of Control
  • Form validators
  • Thymeleaf

Project link: https://github.com/Hong-Jie/SpringBoot_ShoppingCart

CPU cache simulator

Simulated a CPU cache and its LRU mechanism.

The LRU mechanism organizes cache blocks in the order of the time they were used and discards the least recently used block contents when all the blocks are used.

Project link: https://github.com/Hong-Jie/Cache-Simulator

Deep Q Learning Implementation in Pacman

Implemented Deep Q Learning using python

Project link: https://github.com/Hong-Jie/Pacman-QLearning

Nifty tech tag lists fromĀ Wouter Beeftink