Name: Toby HUANG
Address: SECRET
Telephone: SECRET
Email: qycity@outlook.com
GitHub: https://github.com/tecty
Third-year Software Engineering (Honor) student with a distinction average and has:
- Implemented functionality in a large codebase in COMP3231.
- Have a strong motivation to learn new concepts and implement it by COMP9243.
- Demonstrated leadership and project management skill on both SENG courses.
- Developed system management skills gained from the real-world situation.
Mark: 90/100 HD
Build complex SQL query with a time limit on PostgreSQL.
It teaches concepts about Transaction, Views, Database Functions to abstract the logic on database operations.
Build a simple application with PHP and database.
Mark: 88/100 HD
Build complex Bash and Perl scripts.
Implement most git functionality by Perl wich only records the increments of each file.
Implement a simple sigle-page-web-app using valina javascript.
Mark: 95/100 HD
It's an advanced Data61 course which teaches formal method using Isabelle/HOL.
Learnt concepts of formal methods and verified some c programmes.
GitHub: https://github.com/tecty/Whiteboard
Framework: Django Rest Framework, Vue, Vuetify, PostgreSQL
Unit tested all the critical functionality.
It uses a transaction-based implementation which provides provability.
I am using Vuetify to boost development and provide an elegant UI.
GitHub:
https://github.com/tecty/SENG2021
Framework: Django, Django Restframework, Vue, Vuetify
Backend development of a RESTful API to enable back to enable backend and frontend separation.
We are using scrapy to crawl three websites and two peer's APIs to build our databases. We parse it with nltk and uniform the data format.
Cut our frontend response time in half with better algorithm and move the load to the backend.
GitHub:
https://github.com/tecty/cs3231
Implement a multi-threaded programme and a file system in a real Operating System (100k+ lines).
Plenty of comments and follow a strict code style to be readily understood by others.
Full marks in both project.
Github: Repository owner doesn't make DSM public and Router Network
Implement the multiple reader single writer mechanism and client library with autotests.
Implement the simple erlang network with 2 phase commit mechanism. I write four tests to test against my implementation.