Codes

Due to university policy, all codes related to academic degree are posted in the private repository. For code review purpose only, please email me for exclusive access. Thank you for understanding.

Personal GitHub

Previous codes:

  • iTrust2

Implemented extra functionalities for an Electronics Health Records System (HER)
that provides patients with a means to maintain their health records and
communicate with their health care providers (HCPs), as the class project for
CSC326 Software Engineering.

  • Data Structure

A Java jar package implements common data structures, such as list, map, tree,
graph etc. As the class project for CSC316 Data Structures and Algorithms.

  • Howler

A web-based application which is a small version of twitter, with functionalities of user authorization,
posting, following other users, etc. The system is runed by Node.js and communicated in REST
framework. The front-end is stylized by Bootstrap. The back end encrypt password by PBKDF2
algorithm and APIs are secured by JWT (JSON Web Token)

  • Pay your Friends

Simple client-server communication temple, using HTML, CSS, JS as the front end,
Node.js as the back end, that implement the basic http communication with file to be uploaded

  • Calculator

Basic calculator tool implemented in the Front-end, using grid, flex for position

Ongoing codes:

  • Value of Data Analytics

An ongoing senior design project for company Vontier. Investigated data from 6
subcompanies. Used cloud database management tool, snowflake, to build up data
pipeline, then present data by Microsoft Power BI.

  • Deadlines

Web-based mobile application tracking users’ deadlines. The system shall be
hosted on Docker and serve a REST API.