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.

119 lines
3.9 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 projects %}}<!--- {{{ -->
  13. <!--- Spotify Graphs {{{ -->
  14. {{% resume/project name="Spotify Visualizer"
  15. url="https://github.com/Kevin-Mok/spotify-lib-vis" date="July 2018" show="true" %}}
  16. - Web app that scans your Spotify library using their API to produce
  17. [**d3** graphs][d3 graph examples] to visualize the artists, genres and
  18. features of tracks in your library.
  19. - Can also keep track of your listening history. Currently runs as a `cron`
  20. job on my local machine to keep track of my own.
  21. - Uses __Django__ and __PostgreSQL__ for back-end.
  22. [d3 graph examples]: https://github.com/d3/d3/wiki/Gallery
  23. {{% /resume/project %}}
  24. <!--- Spotify Graphs }}} -->
  25. <!--- ParsaFood {{{ -->
  26. {{% resume/project name="ParsaFood"
  27. url="https://github.com/Kevin-Mok/ParsaFood" date="Feb. 2018"
  28. show="true" %}}
  29. - **Android** app that reads ingredient labels and detects any dietary
  30. restrictions/allergies.
  31. - Made during a 24-hour [food-themed hackathon][Platterz Hackathon event]
  32. in a group with two other members. Came in 2<sup>nd</sup> place and won
  33. an [Oculus Rift][Oculus Rift Amazon].
  34. - Came up with the idea based on [personal experience][Parsafood motivation].
  35. [Parsafood repo]: https://github.com/Kevin-Mok/ParsaFood
  36. [Parsafood motivation]: https://github.com/Kevin-Mok/ParsaFood#motivation
  37. [Platterz Hackathon event]: https://www.eventbrite.com/e/platterz-hackathon-tickets-42682237722
  38. [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
  39. {{% /resume/project %}}
  40. <!--- ParsaFood }}} -->
  41. <!--- Grocery Finder {{{ -->
  42. {{% resume/project name="Grocery Finder"
  43. url="https://github.com/Kevin-Mok/grocery-finder" date="April 2019"
  44. show="true" %}}
  45. - Proof of concept for a web app that finds the best supermarket for
  46. your needs based on the total price of your cart items and distance
  47. from you.
  48. - Responsive front-end using **Bootstrap**. Uses **Node.js** and
  49. **MongoDB** for back-end.
  50. - Currently deployed on [**Heroku**][Grocery Finder Heroku].
  51. - Took on role as project leader to prioritize and delegate tasks
  52. while
  53. also implementing a majority of the core features.
  54. [Grocery Finder Heroku]: http://www.grocery-finder.ml
  55. {{% /resume/project %}}
  56. <!--- Grocery Finder }}} -->
  57. <!--- TrapBot {{{ -->
  58. {{% resume/project name="TrapBot"
  59. url="https://github.com/Kevin-Mok/TrapBot" date="March 2018" %}}
  60. - reddit bot that looks for comments with song names and responds with
  61. their respective SoundCloud links.
  62. - Received positive feedback from users who saw the bot's posts.
  63. - Uses __Python__ API wrappers for SoundCloud and reddit.
  64. {{% /resume/project %}}
  65. <!--- Grocery Finder }}} -->
  66. <!--- Super ADA Bros. {{{ -->
  67. {{% resume/project name="Super ADA Bros"
  68. url="https://github.com/Kevin-Mok/SuperADABros" date="May 2019" %}}
  69. - Clone of Super Mario Bros 1-1, but Mario is mobility-impaired and
  70. uses ramps to get through the level.
  71. - Able to be played using only head movement by getting input from a
  72. face-tracking script (**OpenCV**).
  73. - Implemented in [**Godot**][Godot site], an open-source game engine.
  74. - Made during a 24-hour [accessibility-themed hackathon][PC Hacks event].
  75. [PC Hacks event]: https://pchacks19.devpost.com/
  76. [Godot site]: https://godotengine.org
  77. {{% /resume/project %}}
  78. <!--- Grocery Finder }}} -->
  79. {{% /resume/section %}}<!--- }}} -->
  80. {{% resume/section education %}}<!--- {{{ -->
  81. - **University of Toronto**: Computer Science Specialist <div class="date">2017-2021</div>
  82. {{% /resume/section %}}<!--- }}} -->