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.

115 lines
5.5 KiB

4 months ago
2 months ago
4 months ago
2 months ago
4 months ago
2 months ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
8 months ago
8 months ago
2 months ago
8 months ago
8 months ago
2 months ago
8 months ago
8 months ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks 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/work-experience name="Red Hat"
  8. title="Cloud/Software Engineer Intern" languages="Kubernetes, GoLang, Jenkins" date="May 2020 — Aug 2021" %}}
  9. - Reduced deployment time by **66%** by [implementing ability](https://github.com/apache/incubator-kie-kogito-operator/commit/175a6356c5474f2360ccb8ae835e0b9b2d653cf1) to
  10. deploy locally-compiled binaries onto **Kubernetes**/**OpenShift**
  11. using only command-line (**Kubernetes/GoLang** used for this and three below).
  12. - Implemented ability for Kubernetes operator to fetch data
  13. from a deployed service and update config with data to
  14. deprecate reliance on startup script.
  15. - Added startup probes to handle starting legacy application containers that require additional startup time.
  16. - Refactored probes to [have default values](https://github.com/apache/incubator-kie-kogito-operator/commit/af4977af228ec8648be28779259d4552246b656f) assigned based on
  17. deployed YAML while also fixing reconciliation issues.
  18. - Rewrote the **Jenkins (Groovy)** [nightly pipeline](https://github.com/apache/incubator-kie-kogito-pipelines/commit/4c83f1aecdea2c1ba2796b79839a90d4083dce88) to run in a GitHub
  19. PR using a trigger keyword to test all the team's submitted PR's
  20. before merging to the main branch.
  21. - Took initiative to write [file](https://github.com/apache/incubator-kie-kogito-pipelines/commit/4c83f1aecdea2c1ba2796b79839a90d4083dce88#diff-7d2c018dafbccec859077d19bf1ade53ec9c7649f235528ce89f5632b109f7e6)
  22. to define the GitHub parameters for the above pipeline so that it
  23. can be recreated easily.
  24. - Took initiative to write [documentation](https://github.com/apache/incubator-kie-kogito-operator/blob/1534c03d1d26bec08a16608a775782bf8b305de9/docs/GUIDE_FOR_KOGITO_DEVS.md) on how to get started with the project to onboard new
  25. developers and mentored the incoming intern.
  26. {{% /resume/section %}}<!--- }}} -->
  27. {{% resume/section projects %}}<!--- {{{ -->
  28. <!--- CSC369 {{{ -->
  29. {{% resume/project name="Operating Systems Course"
  30. url="https://kevin-mok.com/server/" date="Jan. 2022" show="true" %}}
  31. - Wrote and installed a [custom Linux kernel module](https://github.com/Kevin-Mok/interceptor-kernel/blob/master/a1/interceptor.c) in **C**.
  32. - Intercepted pre-existing system calls using
  33. custom kernel module by sending commands to
  34. userspace.
  35. - Monitored specific process ID's in my system
  36. call to intercept their system calls.
  37. - Used mutex locks for [thread synchronization](https://github.com/Kevin-Mok/thread-synchronization) in **C**.
  38. {{% /resume/project %}}
  39. <!--- CSC369 }}} -->
  40. <!--- Rarity Surf {{{ -->
  41. {{% resume/project name="Rarity Surf"
  42. languages="Python, Django, React, GraphQL"
  43. date="Oct 2021" show="true" %}}
  44. - Web app to give rarity rankings to NFT's and check which are listed on the OpenSea marketplace using their API.
  45. - Reverse engineered the ranking algorithm to match the
  46. leading rarity ranking site's rankings ([scraped](https://github.com/Kevin-Mok/rarity-surf/blob/django/rarity_check/project/scrape.py) using
  47. Selenium) with a **discrepancy of <0.25%**.
  48. - Used app to frontrun purchases of **top 0.5%** rarity NFT's
  49. against competing buyers.
  50. - Wrote **Django (Python)** [backend](https://github.com/Kevin-Mok/rarity-surf) to fetch metadata from IPFS, store rarity rankings in PostgreSQL and serve rarity data using GraphQL.
  51. - Wrote **React** [frontend](https://github.com/Kevin-Mok/rarity-surf-frontend) with hooks to dynamically load rarity data. Styled with Tailwind.
  52. {{% /resume/project %}}
  53. <!--- Rarity Surf }}} -->
  54. <!--- AWS {{{ -->
  55. {{% resume/project name="AWS Server"
  56. url="https://kevin-mok.com/server/" languages="AWS, Kubernetes, Terraform, Docker" date="May 2024" show="true" %}}
  57. - Deployed [various web apps](https://kevin-mok.com/server/) using **Docker** (Compose) on an
  58. **AWS EC2** Debian/**Linux** server.
  59. - Created **Kubernetes** [manifest files](https://github.com/Kevin-Mok/aws-minicube) to quickly recreate my server setup
  60. with persistent storage/restarts and open ports.
  61. - Created **Terraform** [files](https://github.com/Kevin-Mok/terraform-deploys/tree/main)
  62. to deploy an AWS EC2 instance and Docker containers.
  63. - Used Amazon Route 53's DNS and **NGINX** to route
  64. subdomains to each web application.
  65. - Wrote a **JavaScript** [server script] and [systemd service][systemd service]/[timer]
  66. to display the uptime of my pages every hour.
  67. [server script]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-status.js
  68. [systemd service]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.service
  69. [timer]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.timer
  70. {{% /resume/project %}}
  71. <!--- AWS }}} -->
  72. {{% /resume/section %}}<!--- }}} -->
  73. {{% resume/section skills %}}<!--- {{{ -->
  74. **Python**, **C**, PostgreSQL, AWS, Kubernetes, Terraform, Docker (Compose), Jenkins, Groovy, Go(Lang), Bash, **Linux**, **JavaScript**, **React**, **Python**, **Django**, Node.js, MongoDB, Solidity, **Git**, **Command Line**
  75. {{% /resume/section %}}<!--- }}} -->
  76. {{% resume/section education %}}<!--- {{{ -->
  77. {{% resume/education name="University of Toronto"
  78. title="Computer Science Specialist — 3.84 GPA (CS). Graduated with High Distinction." date="2018 — 2023" %}}
  79. {{% /resume/section %}}<!--- }}} -->
  80. {{% resume/section "References" %}}<!--- {{{ -->
  81. {{% resume/references %}}
  82. {{% /resume/section %}}<!--- }}} -->
  83. <!-- vim: fdm=marker -->