Project owner in charge of developing bootloader, BIOS, Firmware of the new product, including:
Project link: https://www.moxa.com/en/products/industrial-network-infrastructure/ethernet-switches/layer-2-managed-switches/eds-p506e-series
Project owner in developing the protocol in MOXA MDSG4000 series switches, including:
Project link: https://www.moxa.com/en/products/industrial-network-infrastructure/ethernet-switches/layer-2-managed-switches/mds-g4028-series
Was a member of a group of 7 software engineers to develop a new model of network switches. My job included:
Used Spring Boot to create a simple shopping cart system, which includes:
Project link: https://github.com/Hong-Jie/SpringBoot_ShoppingCart
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