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.

104 lines
5.2 KiB

5 months ago
3 months ago
1 week ago
9 months ago
1 week ago
9 months ago
1 week ago
9 months ago
1 week ago
1 week 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. - **Developed a full-stack web application** to generate rarity
  52. rankings for NFT's integrated with OpenSea's API,
  53. enabling users to **quickly identify rare NFT's** and check
  54. their listing status, **improving market research efficiency by 80%**.
  55. - **Reverse engineered a proprietary ranking algorithm** to
  56. mirror the leading rarity ranking site’s results,
  57. **achieving 99.75% accuracy** by
  58. utilizing data scraping techniques [with Selenium](https://github.com/Kevin-Mok/rarity-surf/blob/django/rarity_check/project/scrape.py),
  59. increasing the platform's trustworthiness among users.
  60. - **Optimized purchasing strategy** by leveraging the app to
  61. frontrun competitors in purchasing top 0.5% rarity NFTs,
  62. **boosting acquisition success rate by 90%** and allowing
  63. users to gain a competitive edge in the marketplace.
  64. - **Architected a robust Django (Python) [backend](https://github.com/Kevin-Mok/rarity-surf)** to fetch and process
  65. NFT metadata from IPFS, store rarity rankings in
  66. **PostgreSQL**, and serve the data via GraphQL API, **ensuring low-latency access and scaling to handle 2,000+ concurrent requests**.
  67. - **Developed a dynamic React [frontend](https://github.com/Kevin-Mok/rarity-surf-frontend)** using hooks to load
  68. rarity data in real-time, styled with Tailwind for
  69. mobile responsiveness, **improving user experience
  70. and reducing frontend load times by 70%**.
  71. {{% /resume/project %}}
  72. <!--- Rarity Surf }}} -->
  73. {{% /resume/section %}}<!--- }}} -->
  74. {{% resume/section skills %}}<!--- {{{ -->
  75. **JavaScript**, **React**, **Python**, **Django**, Node.js, PostgreSQL, MongoDB, Bash, **Git**, **Linux**, **Command Line**, Go(Lang), AWS, Kubernetes, Terraform, Docker (Compose), Jenkins, Groovy, Solidity, C
  76. {{% /resume/section %}}<!--- }}} -->
  77. {{% resume/section education %}}<!--- {{{ -->
  78. {{% resume/education name="University of Toronto"
  79. title="Computer Science Specialist — 3.84 GPA (CS). Graduated with High Distinction." date="2019 — 2024" %}}
  80. {{% /resume/section %}}<!--- }}} -->
  81. {{% resume/section "References" %}}<!--- {{{ -->
  82. {{% resume/references %}}
  83. {{% /resume/section %}}<!--- }}} -->
  84. <!-- vim: fdm=marker -->