|
1 | 1 | ---
|
2 | 2 | layout: default
|
3 |
| -title: Resume |
| 3 | +title: Résumé |
4 | 4 | permalink: /resume/
|
5 |
| ---- |
| 5 | +--- |
| 6 | + |
| 7 | +[View my abbreviated resume as a PDF](/assets/JasonChan_Resume2019.pdf) |
| 8 | + |
| 9 | +# Game Projects |
| 10 | + |
| 11 | +### _Oct 2019_, [**Soul Food**](https://hianhianhian.itch.io/soul-food) - Solo game programmer, designer, artist, writer, UI designer |
| 12 | + - a postmortem of the project can be found [here]({% post_url 2019-11-01-soul-food %}). |
| 13 | + |
| 14 | +### _Jul - Sep 2019_, **\[Unfinished\] Where Gods go to Die** - Solo game programmer and designer |
| 15 | + - a prototype for an action RPG hack'n'slash game that never went anywhere, read more about it [here]({% post_url 2019-10-31-where-gods-go-to-die %}). |
| 16 | + |
| 17 | +### _2015_, **Scotland Yard** - Programmer |
| 18 | + - implemented the game mechanics of the boardgame, Scotland Yard, in Java as part of a university class. |
| 19 | + - made use of a graph-based representation of the board state, using Dijkstra's algorithm to traverse the graph. |
| 20 | + - worked on a simple AI using board score heuristics for move determination. |
| 21 | + |
| 22 | +# Work Experience |
| 23 | + |
| 24 | +### _Jul - Aug 2017_, **Diffusion Kinetics Ltd., London** - Internship |
| 25 | + - programmed Haskell bindings to the Echarts Javascript framework as part of a toolchain for data visualisation. |
| 26 | + - was able to pick up and learn Javascript quickly. |
| 27 | + |
| 28 | +# Education |
| 29 | + |
| 30 | +### _2015 - 2019_, **University of Bristol** - BSc in Computer Science 2:1 |
| 31 | + - Studied a wide range of computer science subjects, including: |
| 32 | + - **Computer Graphics**: implemented both a raytracer and a rasteriser from scratch in C++ without using external libraries. |
| 33 | + - **Character and Set Design**: recreated a real café interior in Maya, rendered shading and lighting in Arnold. |
| 34 | + - **Web Technologies**: worked on the full stack of a mock website using a Node.js server and a SQLite database. |
| 35 | + - Final year individual project: [Passive Energy Expenditure Estimation using Anonymized Video Devices](/assets/dissertation.pdf) |
| 36 | + - Second year group project: a 6-person project for creating a food delivery iOS app where I worked on the UI/UX design and integration with different APIs. |
| 37 | + |
| 38 | +### _2014 - 2015_, **Taylor's College Subang Jaya, Malaysia** - Cambridge GCE A Levels 4A* |
| 39 | + |
| 40 | +# Skillset |
| 41 | + |
| 42 | +| Technical Skills | Level | |
| 43 | +|--|-------| |
| 44 | +|Unreal Engine 4| :full_moon: :full_moon: :full_moon: :last_quarter_moon: :new_moon: Intermediate+| |
| 45 | +|C/C++ | :full_moon: :full_moon: :full_moon: :full_moon: :new_moon: Comfortable| |
| 46 | +|Java, Python, Haskell | :full_moon: :full_moon: :new_moon: :new_moon: :new_moon: Fair| |
| 47 | +|Swift | :full_moon: :new_moon: :new_moon: :new_moon: :new_moon: Beginner| |
| 48 | +|HTML5, CSS3, JavaScript| :full_moon: :full_moon: :full_moon: :new_moon: :new_moon: Intermediate| |
| 49 | +|git | :full_moon: :full_moon: :full_moon: :new_moon: :new_moon: Intermediate| |
| 50 | +|GIMP, Inkscape| :full_moon: :full_moon: :full_moon: :new_moon: :new_moon: Intermediate| |
| 51 | +|Maya, Blender | :full_moon: :full_moon: :new_moon: :new_moon: :new_moon: Fair| |
| 52 | +|Creativity and visual storytelling | :full_moon: :full_moon: :full_moon: :last_quarter_moon: :new_moon: Intermediate+| |
| 53 | +|Prototyping | :full_moon: :full_moon: :full_moon: :last_quarter_moon: :new_moon: Intermediate+| |
| 54 | + |
| 55 | +### Spoken Languages: |
| 56 | + - Fluent in English, basic knowledge of Mandarin and Malay |
| 57 | + |
| 58 | +### Soft Skills: |
| 59 | + - **Strong understanding of teamwork**: |
| 60 | + - Sky Adventure Club, Taylor's College - participated in weekly fitness and team-building exercises. |
| 61 | + - **Good communication and community management skills**: |
| 62 | + - Was the lead moderator of an active free company (guild) in an MMO, Final Fantasy XIV, while I was an active player. |
| 63 | + |
| 64 | +# Achievements |
| 65 | + |
| 66 | +### _2015_, **University of Bristol (Faculty of Engineering)** - Received the Barry Thomas Scholarship in Computer Science |
| 67 | +### _2014_, **Cambridge International Examinations** - Outstanding Cambridge Learner Awards, Malaysia: Top in Malaysia for AS Level Computing. |
| 68 | + |
| 69 | +[Back to top](#) |
0 commit comments