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
4.9 KiB

8 months ago
6 months ago
3 months ago
12 months ago
12 months ago
12 months ago
12 months ago
1 week ago
4 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
  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. {{% /resume/section %}}<!--- }}} -->
  33. {{% resume/section projects %}}<!--- {{{ -->
  34. <!--- Rarity Surf {{{ -->
  35. {{% resume/project name="Rarity Surf"
  36. languages="Python, JavaScript, React, Django"
  37. date="Oct 2021" show="true" %}}
  38. - **Developed a full-stack web application** to generate rarity
  39. rankings for NFT's integrated with OpenSea's API,
  40. enabling users to **quickly identify rare NFT's** and check
  41. their listing status, **improving market research efficiency by 80%**.
  42. - **Architected a robust Django (Python) [backend](https://github.com/Kevin-Mok/rarity-surf)** to fetch and process
  43. NFT metadata from IPFS, store rarity rankings in
  44. **PostgreSQL**, and serve the data via GraphQL API, **ensuring low-latency access and scaling to handle 2,000+ concurrent requests**.
  45. - **Developed a dynamic React [frontend](https://github.com/Kevin-Mok/rarity-surf-frontend)** using hooks to load
  46. rarity data in real-time, styled with Tailwind for
  47. mobile responsiveness, **improving user experience
  48. and reducing frontend load times by 70%**.
  49. {{% /resume/project %}}
  50. <!--- Rarity Surf }}} -->
  51. <!--- Astronofty {{{ -->
  52. {{% resume/project name="Astronofty"
  53. url="https://github.com/Kevin-Mok/astronofty" languages="JavaScript, React, Solidity" date="Jan 2023"
  54. show="true" %}}
  55. - **Secured [2nd place](https://devpost.com/software/astronofty) overall out of 150+ teams** at UofTHacks
  56. X, a 36-hour hackathon, for developing a blockchain-based
  57. NFT marketplace app.
  58. - **Built and optimized React (JavaScript) [components](https://github.com/Kevin-Mok/astronofty/tree/main/src/components)** to synchronously
  59. upload images and metadata to IPFS, **enhancing user engagement by 80%** during the demo.
  60. {{% /resume/project %}}
  61. <!--- Astronofty }}} -->
  62. <!--- AWS {{{ -->
  63. {{% resume/project name="AWS Server"
  64. url="https://kevin-mok.com/server/" languages="AWS, Kubernetes, Docker, Terraform" date="May 2024" show="true" %}}
  65. - **Deployed and maintained multiple web applications**
  66. using **Docker Compose** on **AWS EC2 Debian/Linux servers**,
  67. ensuring consistent environments for applications handling
  68. **over 2,000+ monthly requests**.
  69. - **Automated AWS infrastructure provisioning** by writing
  70. **Terraform** files to deploy AWS EC2 instances and Docker
  71. containers, **accelerating deployment times by 80%** and
  72. providing an easily reproducible infrastructure setup.
  73. {{% /resume/project %}}
  74. <!--- AWS }}} -->
  75. {{% /resume/section %}}<!--- }}} -->
  76. {{% resume/section skills %}}<!--- {{{ -->
  77. **JavaScript**, **React**, **Python**, **Django**, Node.js, PostgreSQL, MongoDB, Bash, **Git**, **Linux**, **Command Line**, Go(Lang), AWS, Kubernetes, Terraform, Docker (Compose), Jenkins, Groovy, Solidity, C
  78. {{% /resume/section %}}<!--- }}} -->
  79. {{% resume/section education %}}<!--- {{{ -->
  80. {{% resume/education name="University of Toronto"
  81. title="Computer Science Specialist — 3.84 GPA (CS). Graduated with High Distinction." date="2019 — 2024" %}}
  82. {{% /resume/section %}}<!--- }}} -->
  83. {{% resume/section "References" %}}<!--- {{{ -->
  84. {{% resume/references %}}
  85. {{% /resume/section %}}<!--- }}} -->
  86. <!-- vim: fdm=marker -->