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.

95 lines
3.1 KiB

  1. ---
  2. title: "Resume"
  3. date: 2019-02-11T07:50:51-05:00
  4. draft: false
  5. ---
  6. {{% resume/section overview %}}<!--- {{{ -->
  7. I am a 3<sup>rd</sup> year CS student and enthusiast of all things Linux
  8. and FOSS. I am looking for an internship to fully dedicate myself to that
  9. will test my abilities, provide the opportunity to gain valuable knowledge
  10. and experience and jumpstart my career with a solid foundation.
  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. <!--- Grocery Finder {{{ -->
  26. {{% resume/project name="Grocery Finder"
  27. url="https://github.com/Kevin-Mok/grocery-finder" date="April 2019"
  28. show="true" %}}
  29. - Proof of concept for a web app that finds the best supermarket for your needs.
  30. - Responsive front-end using **Bootstrap**. Uses **Node.js** and
  31. **MongoDB** for back-end.
  32. - Currently deployed on [**Heroku**][Grocery Finder Heroku].
  33. - Took on role as project leader to prioritize and delegate tasks
  34. while
  35. also implementing a majority of the core features.
  36. [Grocery Finder Heroku]: http://www.grocery-finder.ml
  37. {{% /resume/project %}}
  38. <!--- Grocery Finder }}} -->
  39. <!--- ParsaFood {{{ -->
  40. {{% resume/project name="ParsaFood"
  41. url="https://github.com/Kevin-Mok/ParsaFood" date="Feb. 2018"
  42. show="true" %}}
  43. - **Android** app that reads ingredient labels and detects any dietary
  44. restrictions/allergies.
  45. - Made during a 24-hour [food-themed hackathon][Platterz Hackathon event]
  46. in a group with two other members. Came in 2<sup>nd</sup> place and won
  47. an [Oculus Rift][Oculus Rift Amazon].
  48. [Parsafood repo]: https://github.com/Kevin-Mok/ParsaFood
  49. [Parsafood motivation]: https://github.com/Kevin-Mok/ParsaFood#motivation
  50. [Platterz Hackathon event]: https://www.eventbrite.com/e/platterz-hackathon-tickets-42682237722
  51. [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
  52. {{% /resume/project %}}
  53. <!--- ParsaFood }}} -->
  54. <!--- TrapBot {{{ -->
  55. {{% resume/project name="TrapBot"
  56. url="https://github.com/Kevin-Mok/TrapBot" date="March 2018" %}}
  57. - reddit bot that looks for comments with song names and responds with
  58. their respective SoundCloud links.
  59. - Uses __Python__ API wrappers for SoundCloud and reddit.
  60. {{% /resume/project %}}
  61. <!--- Grocery Finder }}} -->
  62. {{% /resume/section %}}<!--- }}} -->
  63. {{% resume/section education %}}<!--- {{{ -->
  64. - **University of Toronto**: Computer Science Specialist <div class="date">2017-2021</div>
  65. {{% /resume/section %}}<!--- }}} -->