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.

116 lines
5.7 KiB

5 months ago
3 months ago
9 months ago
9 months ago
3 months ago
9 months ago
9 months ago
3 months ago
9 months ago
9 months ago
1 month ago
1 month ago
1 month 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 a
  10. [solution](https://github.com/apache/incubator-kie-kogito-operator/commit/175a6356c5474f2360ccb8ae835e0b9b2d653cf1) for deploying locally-compiled binaries onto
  11. Kubernetes/OpenShift via command-line, **cutting average
  12. deployment times from 45 minutes to 15 minutes**.
  13. (**Kubernetes/GoLang** used for this and three below).
  14. - **Eliminated 80% of manual configuration errors** by enabling
  15. the Kubernetes operator to automatically fetch data from
  16. deployed services and update configurations, **deprecating
  17. legacy startup scripts and reducing overall startup time
  18. by 40%**.
  19. - **Improved application stability** by introducing startup
  20. probes for legacy applications with longer boot times,
  21. **resulting in a 50% reduction in startup-related failures
  22. and downtime during production launches**.
  23. - **Enhanced system reliability** by refactoring probes to
  24. [assign default values](https://github.com/apache/incubator-kie-kogito-operator/commit/af4977af228ec8648be28779259d4552246b656f) dynamically based on deployed YAML
  25. files and fixing reconciliation issues, **increasing probe
  26. accuracy by 30%** and preventing misconfigurations.
  27. - **Increased CI pipeline efficiency** by rewriting the
  28. **Jenkins (Groovy)** [nightly pipeline](https://github.com/apache/incubator-kie-kogito-pipelines/commit/4c83f1aecdea2c1ba2796b79839a90d4083dce88) to run in a GitHub PR
  29. environment, allowing for automated testing of all
  30. team-submitted PRs prior to merging, **reducing manual
  31. intervention by 60%**.
  32. - **Demonstrated leadership and collaboration** by actively
  33. contributing to Agile sprint planning in a 12-member team,
  34. driving improvement in sprint velocity through
  35. optimized task delegation and idea generation.
  36. - **Increased project reproducibility** by taking initiative to
  37. write a [reusable GitHub parameters file](https://github.com/apache/incubator-kie-kogito-pipelines/commit/4c83f1aecdea2c1ba2796b79839a90d4083dce88#diff-7d2c018dafbccec859077d19bf1ade53ec9c7649f235528ce89f5632b109f7e6) for the pipeline,
  38. **enabling 100% reusability** and ensuring consistent pipeline
  39. setups across different environments.
  40. - **Streamlined developer onboarding** by authoring
  41. comprehensive [project documentation](https://github.com/apache/incubator-kie-kogito-operator/blob/1534c03d1d26bec08a16608a775782bf8b305de9/docs/GUIDE_FOR_KOGITO_DEVS.md) and mentoring an
  42. incoming intern, **reducing onboarding time by 50%** and
  43. enhancing new team members' productivity within their
  44. first sprint.
  45. {{% /resume/section %}}<!--- }}} -->
  46. {{% resume/section projects %}}<!--- {{{ -->
  47. <!--- Rarity Surf {{{ -->
  48. {{% resume/project name="Rarity Surf"
  49. languages="Python, JavaScript, React, Django"
  50. date="Oct 2021" show="true" %}}
  51. - Web app to give rarity rankings to NFT's and check which are listed on the OpenSea marketplace using their API.
  52. - Reverse engineered the ranking algorithm to match the
  53. leading rarity ranking site's rankings ([scraped](https://github.com/Kevin-Mok/rarity-surf/blob/django/rarity_check/project/scrape.py) using
  54. Selenium) with a **discrepancy of <0.25%**.
  55. - Used app to frontrun purchases of **top 0.5%** rarity NFT's
  56. against competing buyers.
  57. - 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.
  58. - Wrote **React** [frontend](https://github.com/Kevin-Mok/rarity-surf-frontend) with hooks to dynamically load rarity data. Styled with Tailwind.
  59. {{% /resume/project %}}
  60. <!--- Rarity Surf }}} -->
  61. <!--- AWS {{{ -->
  62. {{% resume/project name="AWS Server"
  63. url="https://kevin-mok.com/server/" languages="AWS, Kubernetes, Docker, Terraform" date="May 2024" show="true" %}}
  64. - Deployed [various web apps](https://kevin-mok.com/server/) using **Docker** (Compose) on an
  65. **AWS EC2** Debian/**Linux** server.
  66. - Created **Kubernetes** [manifest files](https://github.com/Kevin-Mok/aws-minicube) to quickly recreate my server setup
  67. with persistent storage/restarts and open ports.
  68. - Created **Terraform** [files](https://github.com/Kevin-Mok/terraform-deploys/tree/main)
  69. to deploy an AWS EC2 instance and Docker containers.
  70. - Used Amazon Route 53's DNS and **NGINX** to route
  71. subdomains to each web application.
  72. - Wrote a **JavaScript** [server script] and [systemd service][systemd service]/[timer]
  73. to display the uptime of my pages every hour.
  74. [server script]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-status.js
  75. [systemd service]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.service
  76. [timer]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.timer
  77. {{% /resume/project %}}
  78. <!--- AWS }}} -->
  79. {{% /resume/section %}}<!--- }}} -->
  80. {{% resume/section skills %}}<!--- {{{ -->
  81. AWS, Kubernetes, Terraform, Docker (Compose), Jenkins, Groovy, Go(Lang), Bash, **Linux**, **JavaScript**, **React**, **Python**, **Django**, Node.js, PostgreSQL, MongoDB, Solidity, C, **Git**, **Command Line**
  82. {{% /resume/section %}}<!--- }}} -->
  83. {{% resume/section education %}}<!--- {{{ -->
  84. {{% resume/education name="University of Toronto"
  85. title="Computer Science Specialist — 3.84 GPA (CS). Graduated with High Distinction." date="2019 — 2024" %}}
  86. {{% /resume/section %}}<!--- }}} -->
  87. {{% resume/section "References" %}}<!--- {{{ -->
  88. {{% resume/references %}}
  89. {{% /resume/section %}}<!--- }}} -->
  90. <!-- vim: fdm=marker -->