Projects
These are some of my notable projects.
Facial Recognition Attendance System
A facial recognition system integrated with Moodle for automated student attendance tracking using Django, React, and Deepface.
Learn More
Real-time Chat Application
A comprehensive messaging platform with text and video chat capabilities built using NodeJS, MongoDB, and WebSocket.
Learn More
Movie Rental Android App
An Android application for movie rentals and purchases, built with Java, PostgreSQL, and Firebase Authentication.
Learn More
Resume
Certification
AWS Certified Cloud Practitioner
July 2025
Issued by: Amazon Web Services
Certification ID: a46446883220485aa2c9a17063c829aa
Experience
BioMed Technology Holdings Limited
Sept 2023 - May 2024
Programmer at HKSTP
- Administered onsite/offsite servers and maintained WordPress e-commerce sites on cPanel/WHM
- Provided technical support and assisted bioinformaticians with server/software setup
- Managed IT hardware inventory and established network infrastructure for new branch
Proactive Technology Limited Hong Kong
June 2024 - August 2024
Programmer at Chai Wan
- Worked as solo developer on a Real time tracking system to track customer's orders and send notification about their progress to customer and relevant staff using Python(Flask), Firebase and Odoo ERP
- Automated Odoo workflows through custom scripting to reduce manual tasks and save time
- Maintained servers and company websites while providing technical support
A Bit Digital Limited Hong Kong
July 2024 - Present
Developer at Tsuen Wan
- Engineered multi-source web scraping pipelines using BeautifulSoup, Selenium and Java, aggregating data at scale for business intelligence use
- Built and maintained a full-stack internal Knowledge Management portal for the Hong Kong Correctional Services Department using Spring Boot, ReactJS and MySQL
- Maintained and updated the Hong Kong Monetary Authority website, ensuring compliance and uptime for a tier-1 financial regulator
Education
University of Wollongong
Sept 2024 - July 2025
Bachelors of Computer Science
UOW College Hong Kong
Sept 2021 - July 2024
Associate of Science in Information Systems Development
Projects
Facial Recognition Attendance System
A facial recognition attendance system that connects with Moodle,the open source learning platform to mark attendance for students.
- Django
- Deepface
- ReactJS
- Django templating engine
- PostgreSQL
- ngrok
- Moodle (Self Deployment)
Backend Source Code
Frontend Source Code
Demo
Chat Application
An implementation of some core features from the popular Socket.IO library, allowing users to direct message other users and chat in groups
- NodeJS for JS runtime
- EJS template engine
- MongoDB
- ExpressJS for backend
- EmailJS for sending email
Source Code
Demo
Movie Rental Android Application
Developed an Android Application for school project. Learnt a lot about the workflow of developing mobile applications, especially Android Applications.
- Developed this application in JAVA
- Used Firebase Authentication
- Used PostgreSQL for the Database
Source Code
Learning Reflections
Demo
E-Commerce Store
This was sequel project on the skills that I had previously aquired from the Event Management System. However, the focus here was to secure the application and integrate a frontend framwork also. Also, got introduced to Version Control
- React on the Frontend
- Firebase Firestore for the Database
- Firebase Authentication for authentication
- Hosted this site on Github Pages
- Version Control integration
Backend Source Code
Frontend Source Code
Learning Reflections
Journal — Terminal Journaling App
Built a cross-platform terminal journaling app in Go (Golang) using the filesystem for local storage. Implemented a reactive TUI with Bubble Tea and styled UI using Lip Gloss. Containerized with Docker and set up CI/CD with Dokploy, shipping releases to Homebrew for one-command installs. Reached ~200 daily active users via Homebrew distribution.
- Go (Golang)
- Bubble Tea TUI framework
- Lip Gloss styling
- Docker containerization
- Homebrew distribution
- CI/CD with Dokploy