Hello! My name is David Chen and I'm a software developer.
Ever since Junior high, I've had a passion for creating useful programs. I'm currently in my final year of computer science at the University of Manitoba.
I'm actively looking for a job, so if you want to get in contact with me:
- Phone: +1 (204) 292-1812
- Email: dave.dyc.dev@gmail.com
- Location: Winnipeg / Manitoba
-
bookwith.biz - The easiest way to book appointments online.
I made this using Google App Engine, Google Datastore, PHP, and MUI-CSS.
The most interesting part of this project was using wildcard sub-domain certificates. This was important to achieve https on all business userpages (anything.bookwith.biz).
I also made a short ad for this website: Youtube.
-
Square Guy - Infinite runner game for Android
I made this using Gideros and Lua.
The hardest part of this was getting the game mechanics to work. The user could drag the walls up or down, and it was up to my game to make sure that it didn't squish the player out-of-bounds.
Here's a demo video of the game: Youtube
-
Chidorisen - Unique Puzzle game for Android
Same engine as Square guy.
The hardest part of this was getting image overlaps to work. Getting an impossible staircase to render was the task. Another thing was trying to determine what was the least amount of moves for a given puzzle.
Here's a demo video of the game: Youtube
-
UM Schedule - Scheduler for University of Manitoba Students
I made this using Google App Engine and PHP.
The hardest part was scraping the course data from Aurora (School's website). This data was in raw HTML, so I needed to parse it into JSON.