Mobile-responsive personal website, generated using Hugo. https://kevin-mok.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

179 lines
6.0 KiB

  1. ---
  2. title: "Resume"
  3. date: 2019-02-11T07:50:51-05:00
  4. draft: false
  5. ---
  6. {{% resume/section overview %}}<!--- {{{ -->
  7. 3<sup>rd</sup> year CS student. Enthusiast of all things
  8. Linux and FOSS. Seeking 16-month internship for my PEY
  9. co-op program. Looking to gain industry-relevant experience in
  10. full-stack web dev, DevOps or system administration.
  11. {{% /resume/section %}}<!--- }}} -->
  12. {{% resume/section skills %}}<!--- {{{ -->
  13. #### Languages
  14. - **Bash**, C, **CSS**, C++, **Fish** (shell), Godot, **HTML5**,
  15. **Python**, Java, **Javascript** (ES6), **Sass**
  16. #### Frameworks
  17. - **Bootstrap**, **Django**, **Node.js**, **PostgreSQL**
  18. #### Services
  19. - **DigitalOcean**, **Linux**, Heroku, **REST/Web API's**
  20. #### Tools
  21. - **Arch Linux**, Android Studio, **Debian**, **Command Line**,
  22. **Git**, IntelliJ IDEA, **Pycharm**, **NGINX**, **SFTP**, **SSH**,
  23. **Vim**
  24. {{% /resume/section %}}<!--- }}} -->
  25. {{% resume/section projects %}}<!--- {{{ -->
  26. <!--- Spotify Graphs {{{ -->
  27. {{% resume/project name="Spotify Graphs"
  28. url="https://github.com/Kevin-Mok/spotify-lib-vis" date="June 2018 — July 2018"
  29. show="true" %}}
  30. - Scans tracks from user's library using Spotify API and organize data
  31. into database.
  32. - Created and tested various __PostgreSQL__ schemas to increase efficiency for
  33. use cases.
  34. - Produced bubble chart and (stacked) bar chart using [**d3**]
  35. [d3 graph examples] to visualize the artists, genres and features of
  36. tracks in library.
  37. - Implemented functionality to keep track of user's listening history.
  38. - Set up `cron` job on my local machine to keep track of my own.
  39. - Uses __Django__ for backend.
  40. [d3 graph examples]: https://github.com/d3/d3/wiki/Gallery
  41. {{% /resume/project %}}
  42. <!--- Spotify Graphs }}} -->
  43. <!--- Grocery Finder {{{ -->
  44. {{% resume/project name="Grocery Finder"
  45. url="https://github.com/Kevin-Mok/grocery-finder" date="Feb. 2019 — Apr. 2019"
  46. show="true" %}}
  47. - Proof of concept for web app that finds the ideal supermarket based
  48. on your cart.
  49. - Designed responsive front-end layout using **Bootstrap**.
  50. - Implemented REST API functionality on backend using **Node.js** and
  51. **MongoDB**.
  52. - Setup deployment on [**Heroku**][Grocery Finder Heroku].
  53. - Led team of 4 as project leader to prioritize and delegate tasks while
  54. also implementing a majority of the core features.
  55. - Performed code review for team members' pull requests.
  56. [Grocery Finder Heroku]: http://www.grocery-finder.ml
  57. {{% /resume/project %}}
  58. <!--- Grocery Finder }}} -->
  59. <!--- ParsaFood {{{ -->
  60. {{% resume/project name="ParsaFood"
  61. url="https://github.com/Kevin-Mok/ParsaFood" date="Feb. 2018"
  62. show="true" %}}
  63. - **Android** app that reads ingredient labels and detects any dietary
  64. restrictions/allergies.
  65. - Designed user interface and linked various functionality together.
  66. - Made during a 24-hour [food-themed hackathon][Platterz Hackathon event]
  67. in a group with two other members. Came in 2<sup>nd</sup> place and won
  68. an [Oculus Rift][Oculus Rift Amazon].
  69. [Parsafood repo]: https://github.com/Kevin-Mok/ParsaFood
  70. [Platterz Hackathon event]:
  71. https://www.eventbrite.com/e/platterz-hackathon-tickets-42682237722
  72. [Oculus Rift Amazon]: https://www.amazon.ca/Oculus-Rift-Windows-VR-Headset/dp/B00VF0IXEY/ref=sr_1_1_sspa?ie=UTF8&qid=1520422949&sr=8-1-spons&keywords=oculus+rift&psc=1
  73. {{% /resume/project %}}
  74. <!--- ParsaFood }}} -->
  75. <!--- TrapBot {{{ -->
  76. {{% resume/project name="TrapBot"
  77. url="https://github.com/Kevin-Mok/TrapBot" date="March 2018" %}}
  78. - Use reddit API wrapper in **Python** to scan music subreddits for user
  79. comments containing common track listing formats.
  80. - Match detected track name and artists to track on SoundCloud using another
  81. Python API wrapper.
  82. - Respond to original poster's comment with formatted list of tracks found.
  83. - Received positive comment from users who replied to the bot's posts.
  84. {{% /resume/project %}}
  85. <!--- Grocery Finder }}} -->
  86. <!--- DigitalOcean {{{ -->
  87. {{% resume/project name="Personal Server"
  88. url="https://kevin-mok.com/server/" date="Aug. 2019 — present" %}}
  89. - Deployed various web apps with backends such as Node, PHP and Python using
  90. **NGINX** on a **Debian** server.
  91. - Monitor system resources and perform system maintenance using tmux.
  92. - Wrote [**Node.js** script][server script] and [**systemd** service][systemd service]/[timer]
  93. to check and display the uptime of my pages every hour.
  94. [server script]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-status.js
  95. [systemd service]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.service
  96. [timer]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.timer
  97. {{% /resume/project %}}
  98. <!--- DigitalOcean Droplet }}} -->
  99. <!--- Super ADA Bros. {{{ -->
  100. {{% resume/project name="Super ADA Bros"
  101. url="https://github.com/Kevin-Mok/SuperADABros" date="May 2019" %}}
  102. - Designed clone of Super Mario Bros 1-1, but Mario is mobility-impaired and
  103. uses ramps to get through the level.
  104. - Uses **OpenCV** to track player's head movement which is then translated to
  105. in-game movement. [Video Demo]
  106. - Implemented in [**Godot**][Godot site], an open-source game engine.
  107. - Made during a 24-hour [accessibility-themed hackathon][PC Hacks event].
  108. [PC Hacks event]: https://pchacks19.devpost.com/
  109. [Godot site]: https://godotengine.org
  110. [Video Demo]: https://youtu.be/vRdENLGrBqM
  111. {{% /resume/project %}}
  112. <!--- Grocery Finder }}} -->
  113. {{% /resume/section %}}<!--- }}} -->
  114. {{% resume/section "Work Experience" %}}<!--- {{{ -->
  115. {{% resume/education name="Philpott Children's Tennis"
  116. title="Head Instructor" date="2013 — 2015" %}}
  117. - Ran 8-week summer camp for inner-city youth with assistant coach.
  118. - Prepared daily lesson plans for 4 different age groups of children
  119. with varying skill levels and needs.
  120. - Supervised and ensured the safety and enjoyment of up to 20 children at once.
  121. {{% /resume/section %}}<!--- }}} -->
  122. {{% resume/section education %}}<!--- {{{ -->
  123. {{% resume/education name="University of Toronto"
  124. title="Computer Science Specialist" date="2017 — 2021" %}}
  125. {{% /resume/section %}}<!--- }}} -->
  126. <!-- vim: fdm=marker -->