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.

109 lines
5.4 KiB

5 months ago
3 months 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. <!--- AWS {{{ -->
  48. {{% resume/project name="AWS Server"
  49. url="https://kevin-mok.com/server/" languages="AWS, Kubernetes, Docker, Terraform" date="May 2024" show="true" %}}
  50. - **Deployed and maintained [multiple web applications](https://kevin-mok.com/server/)**
  51. using **Docker Compose** on **AWS EC2 Debian/Linux servers**,
  52. ensuring consistent environments for applications handling
  53. **over 2,000+ monthly requests**.
  54. - **Automated AWS infrastructure provisioning** by writing
  55. [**Terraform** files](https://github.com/Kevin-Mok/terraform-deploys/tree/main) to deploy AWS EC2 instances and Docker
  56. containers, **accelerating deployment times by 80%** and
  57. providing an easily reproducible infrastructure setup.
  58. - **Improved web application accessibility** by
  59. configuring **AWS Route 53**’s DNS and **NGINX** to route
  60. subdomains to individual web apps, **enabling seamless
  61. navigation between apps**.
  62. - **Built a uptime monitoring system** by writing a
  63. [JavaScript script](https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.service) and setting up a systemd
  64. service/timer to check and display page uptime,
  65. **ensuring near real-time monitoring and reducing downtime
  66. time by 95%**.
  67. - **Optimized cloud security** by configuring AWS security
  68. groups to allow inbound HTTPS traffic, **improving system
  69. accessibility while maintaining secure data transmission**,
  70. resulting in a **50% reduction in data interference attempts
  71. attempts**.
  72. - **Enhanced data resilience** by automating regular backups
  73. using Amazon EBS snapshots, ensuring **99.9% uptime and data
  74. integrity** by creating consistent and reliable backups,
  75. **reducing potential data loss by 95%** in disaster scenarios.
  76. {{% /resume/project %}}
  77. <!--- AWS }}} -->
  78. {{% /resume/section %}}<!--- }}} -->
  79. {{% resume/section skills %}}<!--- {{{ -->
  80. AWS, Kubernetes, Terraform, Docker (Compose), Jenkins, Groovy, Go(Lang), Bash, **Linux**, **JavaScript**, **React**, **Python**, **Django**, Node.js, PostgreSQL, MongoDB, Solidity, C, **Git**, **Command Line**
  81. {{% /resume/section %}}<!--- }}} -->
  82. {{% resume/section education %}}<!--- {{{ -->
  83. {{% resume/education name="University of Toronto"
  84. title="Computer Science Specialist — 3.84 GPA (CS). Graduated with High Distinction." date="2019 — 2024" %}}
  85. {{% /resume/section %}}<!--- }}} -->
  86. {{% resume/section "References" %}}<!--- {{{ -->
  87. {{% resume/references %}}
  88. {{% /resume/section %}}<!--- }}} -->
  89. <!-- vim: fdm=marker -->