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.

82 lines
3.1 KiB

  1. <!--- Spotify Graphs {{{ -->
  2. {{% resume/project name="Spotify Graphs"
  3. url="https://github.com/Kevin-Mok/spotify-lib-vis" date="June 2018 — July 2018"
  4. show="true" %}}
  5. - Implemented base functionality of scanning tracks and listening
  6. history from user's library using Spotify API and organized data
  7. into **PostgreSQL** database with **Django** backend.
  8. - Created and tested various relational database schemas to maximize
  9. efficiency for use cases.
  10. - Produced bubble chart and (stacked) bar chart using [**d3**]
  11. [d3 graph examples] to visualize the artists, genres and features of
  12. tracks in library.
  13. [d3 graph examples]: https://github.com/d3/d3/wiki/Gallery
  14. {{% /resume/project %}}
  15. <!--- Spotify Graphs }}} -->
  16. <!--- Grocery Finder {{{ -->
  17. {{% resume/project name="Grocery Finder"
  18. url="https://github.com/Kevin-Mok/grocery-finder" date="Feb. 2019 — Apr. 2019"
  19. show="true" %}}
  20. - Proof of concept for web app that finds the ideal supermarket based on your cart.
  21. - Designed responsive front-end layout using **Bootstrap**.
  22. - Implemented REST API functionality on backend using **Node.js** and
  23. **MongoDB**.
  24. - Setup deployment on [**Heroku**][Grocery Finder Heroku].
  25. - Led team of 4 as project leader to prioritize and delegate tasks while
  26. also implementing a majority of the core features.
  27. - Performed code review for team members' pull requests.
  28. [Grocery Finder Heroku]: http://www.grocery-finder.ml
  29. {{% /resume/project %}}
  30. <!--- Grocery Finder }}} -->
  31. <!--- DigitalOcean {{{ -->
  32. {{% resume/project name="Personal Server"
  33. url="https://kevin-mok.com/server/" date="Aug. 2019 — present" %}}
  34. - Deployed various web apps with backends such as Node, PHP and Python using
  35. **NGINX** on a **Debian** server.
  36. - Monitor system resources and perform system maintenance using tmux.
  37. - Wrote [**Node.js** script][server script] and [**systemd** service][systemd service]/[timer]
  38. to check and display the uptime of my pages every hour.
  39. [server script]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-status.js
  40. [systemd service]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.service
  41. [timer]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.timer
  42. {{% /resume/project %}}
  43. <!--- DigitalOcean Droplet }}} -->
  44. <!--- ParsaFood {{{ -->
  45. {{% resume/project name="ParsaFood"
  46. url="https://github.com/Kevin-Mok/ParsaFood" date="Feb. 2018"
  47. show="true" %}}
  48. - **Android** app that reads ingredient labels and detects any dietary
  49. restrictions/allergies.
  50. - Designed user interface and linked various functionality together.
  51. - Made during a 24-hour [food-themed hackathon][Platterz Hackathon event]
  52. in a group with two other members. Came in 2<sup>nd</sup> place and won
  53. an [Oculus Rift][Oculus Rift Amazon].
  54. [Parsafood repo]: https://github.com/Kevin-Mok/ParsaFood
  55. [Platterz Hackathon event]:
  56. https://www.eventbrite.com/e/platterz-hackathon-tickets-42682237722
  57. [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
  58. {{% /resume/project %}}
  59. <!--- ParsaFood }}} -->