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.

114 lines
5.1 KiB

8 months ago
7 months ago
4 months ago
1 month ago
4 months ago
1 year ago
1 year ago
1 month ago
1 year ago
2 months ago
2 months ago
1 month ago
5 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/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 accuracy by 30%** and preventing misconfigurations.
  26. - **Increased CI pipeline efficiency** by rewriting the
  27. **Jenkins (Groovy)** [nightly pipeline](https://github.com/apache/incubator-kie-kogito-pipelines/commit/4c83f1aecdea2c1ba2796b79839a90d4083dce88) to run in a GitHub PR
  28. environment, allowing for automated testing of all
  29. team-submitted PRs prior to merging, **reducing manual
  30. intervention by 60%**.
  31. - **Increased project reproducibility** by taking initiative to
  32. write a [reusable GitHub parameters file](https://github.com/apache/incubator-kie-kogito-pipelines/commit/4c83f1aecdea2c1ba2796b79839a90d4083dce88#diff-7d2c018dafbccec859077d19bf1ade53ec9c7649f235528ce89f5632b109f7e6) for the pipeline,
  33. **enabling 100% reusability** and ensuring consistent pipeline
  34. setups across different environments.
  35. {{% /resume/section %}}<!--- }}} -->
  36. {{% resume/section projects %}}<!--- {{{ -->
  37. <!--- Rarity Surf {{{ -->
  38. {{% resume/project name="Rarity Surf"
  39. languages="Python, Django, JavaScript, React"
  40. date="Oct 2021" show="true" %}}
  41. - **Developed a full-stack web application** to generate rarity
  42. rankings for NFT's integrated with leading NFT
  43. marketplace's (OpenSea) API,
  44. enabling users to **quickly identify rare NFT's** and check
  45. their listing status, **improving market research efficiency by 80%**.
  46. - **Architected a robust Django (Python) [backend](https://github.com/Kevin-Mok/rarity-surf)** to fetch and process
  47. NFT metadata from IPFS, store rarity rankings in
  48. **PostgreSQL**, and serve the data via GraphQL API, **ensuring low-latency access and scaling to handle 2,000+ concurrent requests**.
  49. {{% /resume/project %}}
  50. <!--- Rarity Surf }}} -->
  51. <!--- {{{ Gobcog -->
  52. {{% resume/project name="Discord Adventure Game"
  53. url="https://github.com/Kevin-Mok/astronofty" languages="Python" date="Jan 2020"
  54. show="true" %}}
  55. - [**Redesigned item generation system**](https://github.com/Kevin-Mok/gobcog/pull/5) for open source Discord game
  56. built with **Python**, replacing 83k-line static JSON files with dynamic item generation, achieving a **99% reduction** in file size and reducing memory usage by **85%**.
  57. - **Implemented modular item components** to enable over **152,000 unique combinations**, improving gameplay diversity and item quality.
  58. {{% /resume/project %}}
  59. <!--- }}} Gobcog -->
  60. <!--- Spotify Visualized {{{ -->
  61. {{% resume/project name="Spotify Visualized"
  62. url="https://github.com/Kevin-Mok/astronofty" languages="Python, Django" date="June 2019"
  63. show="true" %}}
  64. - **Built a [high-performance backend](https://github.com/Kevin-Mok/spotify-lib-vis)** in Python with Django,
  65. utilizing Django ORM to model and manage user data
  66. efficiently, processing over **10,000 tracks per library** via
  67. the Spotify API.
  68. - **Engineered and optimized database models** achieving a **50% reduction in query latency** on PostgreSQL
  69. for core workflows through effective schema normalization.
  70. {{% /resume/project %}}
  71. <!--- Astronofty }}} -->
  72. {{% /resume/section %}}<!--- }}} -->
  73. {{% resume/section skills %}}<!--- {{{ -->
  74. **Python**, **Django**, **JavaScript**, **React**, Node.js, PostgreSQL, MongoDB, Bash, **Git**, **Linux**, **Command Line**, Go(Lang), AWS, Kubernetes, Terraform, Docker (Compose), Jenkins, Groovy, Solidity, C
  75. {{% /resume/section %}}<!--- }}} -->
  76. {{% resume/section education %}}<!--- {{{ -->
  77. {{% resume/education name="University of Toronto (St. George)"
  78. title="Computer Science Specialist — 3.84 GPA (CS). Graduated with High Distinction." date="2019 — 2024" %}}
  79. {{% /resume/section %}}<!--- }}} -->
  80. {{% resume/section "References" %}}<!--- {{{ -->
  81. {{% resume/references %}}
  82. {{% /resume/section %}}<!--- }}} -->
  83. <!-- vim: fdm=marker -->