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.

102 lines
3.8 KiB

9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
  1. ---
  2. title: "Resume"
  3. date: 2019-02-11T07:50:51-05:00
  4. draft: false
  5. ---
  6. {{% resume/section "Work Experience" %}}<!--- {{{ -->
  7. {{% resume/education name="Red Hat"
  8. title="Cloud/Software Engineer Intern" date="May 2020 — Aug 2021" %}}
  9. - Reduced deployment time by **66%** by implementing ability to
  10. deploy locally-compiled binaries onto **Kubernetes**/**OpenShift**
  11. using only command-line.
  12. - Implemented ability for Kubernetes operator to fetch data
  13. from a deployed service and update config with data.
  14. - Added startup probes to handle starting legacy application containers that require additional startup time.
  15. - Refactored probes to have default values assigned based on
  16. deployed YAML while also fixing reconciliation issues.
  17. - Automated the promotion and release process
  18. as part of the **Jenkins** release pipeline.
  19. - Wrote documentation on how to get started with the project to onboard new
  20. developers and mentored the incoming intern.
  21. {{% /resume/section %}}<!--- }}} -->
  22. {{% resume/section projects %}}<!--- {{{ -->
  23. <!--- CSC369 {{{ -->
  24. {{% resume/project name="Custom Kernel Module"
  25. url="https://kevin-mok.com/server/" date="Jan. 2022" show="true" %}}
  26. - Wrote and installed a [custom Linux kernel module](https://github.com/Kevin-Mok/interceptor-kernel/blob/master/a1/interceptor.c) in **C**.
  27. - Intercepted pre-existing system calls using
  28. custom kernel module by sending commands to
  29. userspace.
  30. - Monitored specific process ID's in my system
  31. call to intercept their system calls.
  32. {{% /resume/project %}}
  33. <!--- CSC369 }}} -->
  34. <!--- DigitalOcean {{{ -->
  35. {{% resume/project name="Personal Server"
  36. url="https://kevin-mok.com/server/" date="Aug. 2019 — present" show="true" %}}
  37. - Deployed [various web apps] with backends using NGINX on a Debian/**Linux** server.
  38. - Wrote a [**JavaScript** script][server script] and [systemd service][systemd service]/[timer]
  39. to display the uptime of my pages every hour.
  40. - Monitored system resources and performed system maintenance using tmux.
  41. [various web apps]: https://kevin-mok.com/server/
  42. [server script]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-status.js
  43. [systemd service]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.service
  44. [timer]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.timer
  45. {{% /resume/project %}}
  46. <!--- DigitalOcean Droplet }}} -->
  47. <!--- Rarity Surf {{{ -->
  48. {{% resume/project name="Rarity Surf"
  49. date="Oct 2021" show="true" %}}
  50. - Web app to give rarity rankings to NFT's within minutes of their metadata being revealed and check which are listed (based on rarity and price filters) on the OpenSea marketplace using their API.
  51. - Reverse engineered the ranking algorithm to match the
  52. leading rarity ranking site's rankings (scraped using
  53. Selenium) with a **discrepancy of <0.25%**.
  54. - Used app to frontrun purchases of **top 5%** rarity NFT's
  55. against competing buyers.
  56. - Wrote **Django (Python)** backend to fetch metadata from IPFS, store rarity rankings in PostgreSQL and serve rarity data using GraphQL.
  57. - Wrote **React** frontend with hooks to dynamically load rarity data. Styled with Tailwind.
  58. {{% /resume/project %}}
  59. <!--- Rarity Surf }}} -->
  60. {{% /resume/section %}}<!--- }}} -->
  61. {{% resume/section skills %}}<!--- {{{ -->
  62. Kubernetes, **JavaScript**, **React**, **Python**, Go, Bash, Solidity, C, **Django**, Node.js, Jenkins, PostgreSQL, **Linux**, **Git**, **Command Line**
  63. {{% /resume/section %}}<!--- }}} -->
  64. {{% resume/section education %}}<!--- {{{ -->
  65. {{% resume/education name="University of Toronto"
  66. title="Computer Science Specialist — 3.84 GPA (CS). Graduated with High Distinction." date="2018 — 2023" %}}
  67. {{% /resume/section %}}<!--- }}} -->
  68. {{% resume/section "References" %}}<!--- {{{ -->
  69. {{% resume/references %}}
  70. {{% /resume/section %}}<!--- }}} -->
  71. <!-- vim: fdm=marker -->