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.

113 lines
5.2 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. - **Developed a dynamic React [frontend](https://github.com/Kevin-Mok/rarity-surf-frontend)** using hooks to load
  50. rarity data in real-time, styled with Tailwind for
  51. mobile responsiveness, **improving user experience
  52. and reducing frontend load times by 70%**.
  53. {{% /resume/project %}}
  54. <!--- Rarity Surf }}} -->
  55. <!--- Spotify Visualized {{{ -->
  56. {{% resume/project name="Spotify Visualized"
  57. url="https://github.com/Kevin-Mok/astronofty" languages="Python, Django" date="June 2019"
  58. show="true" %}}
  59. - **Built a [high-performance backend](https://github.com/Kevin-Mok/spotify-lib-vis)** in Python with Django,
  60. utilizing Django ORM to model and manage user data
  61. efficiently, processing over **10,000 tracks per library** via
  62. the Spotify API.
  63. - **Engineered and optimized database models** achieving a **50% reduction in query latency** on PostgreSQL
  64. for core workflows through effective schema normalization.
  65. {{% /resume/project %}}
  66. <!--- Astronofty }}} -->
  67. <!--- Astronofty {{{ -->
  68. {{% resume/project name="Astronofty"
  69. url="https://github.com/Kevin-Mok/astronofty" languages="JavaScript, React, Solidity" date="Jan 2023"
  70. show="true" %}}
  71. - **Secured [2nd place](https://devpost.com/software/astronofty) overall out of 150+ teams** at UofTHacks
  72. X, a 36-hour hackathon, for developing a blockchain-based
  73. NFT marketplace app.
  74. - **Built and optimized React (JavaScript) [components](https://github.com/Kevin-Mok/astronofty/tree/main/src/components)** to synchronously
  75. upload images and metadata to IPFS, **enhancing user engagement by 80%** during the demo.
  76. {{% /resume/project %}}
  77. <!--- Astronofty }}} -->
  78. {{% /resume/section %}}<!--- }}} -->
  79. {{% resume/section skills %}}<!--- {{{ -->
  80. **Python**, **Django**, **JavaScript**, **React**, Node.js, PostgreSQL, MongoDB, Bash, **Git**, **Linux**, **Command Line**, Go(Lang), AWS, Kubernetes, Terraform, Docker (Compose), Jenkins, Groovy, Solidity, C
  81. {{% /resume/section %}}<!--- }}} -->
  82. {{% resume/section education %}}<!--- {{{ -->
  83. {{% resume/education name="University of Toronto (St. George)"
  84. title="Computer Science Specialist — 3.84 GPA (CS). Graduated with High Distinction." date="2019 — 2024" %}}
  85. {{% /resume/section %}}<!--- }}} -->
  86. <!-- vim: fdm=marker -->