Projects

One of the hardest things to learn in programming is not the syntax you need to learn, but how to apply it to solve real world problems.

Study Project

Here are some of my projects. You can find my source code in the links below.

New York Analytical Software Project

The main deliverable of this project is to communicate and visualize the software design ideas that could help the users to gain an accurate and deep understanding of the “New York Restaurant Inspection” dataset.

Source Code

PacMan Game Project

This Pacman is a cross plateform game which was built on Python Programming Language. The goshts' AI is built on Breadth First Search (BFS) algorithm, and the random maze generator is built on Recursive Backtracker Algorithm.


Note: if you run this game on a Mac machine, it will take a couple of seconds before it can start. I will start immediately on Window machines.

Source Code

Database Project

This project covers all the processes to built a database sytem for an organization.

Source Code

Swift Projects

Here are some projects on SwiftUI that I have learnt from Dr. Angela Yu (Udemy) and Dr Paul Hudson (Youtube). I highly recommend to check out their courses if you want to become a Swift developer.

Sorce Code

Number Guessing Game

Please select a number between 1 - 100 in 10 turns or fewer.

Note: this code is learn from MDN Web Docs.

Restart The Game

React Projects

To test this project, please! download the soruce code my Github repository.


Run npm install to install dependencies. Finally, run npm start to start the project.

Note: this project is learnt from Dr. Angela Yu on Udemy.

Sorce Code