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.

108 lines
5.4 KiB

8 months ago
6 months ago
3 months ago
3 weeks ago
3 months ago
3 weeks ago
3 weeks 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 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. - **Demonstrated leadership and collaboration** by actively
  32. contributing to Agile sprint planning in a 12-member team,
  33. driving improvement in sprint velocity through
  34. optimized task delegation and idea generation.
  35. - **Increased project reproducibility** by taking initiative to
  36. write a [reusable GitHub parameters file](https://github.com/apache/incubator-kie-kogito-pipelines/commit/4c83f1aecdea2c1ba2796b79839a90d4083dce88#diff-7d2c018dafbccec859077d19bf1ade53ec9c7649f235528ce89f5632b109f7e6) for the pipeline,
  37. **enabling 100% reusability** and ensuring consistent pipeline
  38. setups across different environments.
  39. - **Streamlined developer onboarding** by authoring
  40. comprehensive [project documentation](https://github.com/apache/incubator-kie-kogito-operator/blob/1534c03d1d26bec08a16608a775782bf8b305de9/docs/GUIDE_FOR_KOGITO_DEVS.md) and mentoring an
  41. incoming intern, **reducing onboarding time by 50%** and
  42. enhancing new team members' productivity within their
  43. first sprint.
  44. {{% /resume/section %}}<!--- }}} -->
  45. {{% resume/section projects %}}<!--- {{{ -->
  46. <!--- AWS {{{ -->
  47. {{% resume/project name="AWS Server"
  48. url="https://kevin-mok.com/server/" languages="AWS, Kubernetes, Docker, Terraform" date="May 2024" show="true" %}}
  49. - **Deployed and maintained [multiple web applications](https://kevin-mok.com/server/)**
  50. using **Docker Compose** on **AWS EC2 Debian/Linux servers**,
  51. ensuring consistent environments for applications handling
  52. **over 2,000+ monthly requests**.
  53. - **Automated AWS infrastructure provisioning** by writing
  54. [**Terraform** files](https://github.com/Kevin-Mok/terraform-deploys/tree/main) to deploy AWS EC2 instances and Docker
  55. containers, **accelerating deployment times by 80%** and
  56. providing an easily reproducible infrastructure setup.
  57. - **Improved web application accessibility** by
  58. configuring **AWS Route 53**’s DNS and **NGINX** to route
  59. subdomains to individual web apps, **enabling seamless
  60. navigation between apps**.
  61. - **Built a uptime monitoring system** by writing a
  62. [JavaScript script](https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.service) and setting up a systemd
  63. service/timer to check and display page uptime,
  64. **ensuring near real-time monitoring and reducing downtime
  65. time by 95%**.
  66. - **Optimized cloud security** by configuring AWS security
  67. groups to allow inbound HTTPS traffic, **improving system
  68. accessibility while maintaining secure data transmission**,
  69. resulting in a **50% reduction in data interference
  70. attempts**.
  71. - **Enhanced data resilience** by automating regular backups
  72. using Amazon EBS snapshots, ensuring **99.9% uptime and data
  73. integrity** by creating consistent and reliable backups,
  74. **reducing potential data loss by 95%** in disaster scenarios.
  75. {{% /resume/project %}}
  76. <!--- AWS }}} -->
  77. {{% /resume/section %}}<!--- }}} -->
  78. {{% resume/section skills %}}<!--- {{{ -->
  79. AWS, Kubernetes, Terraform, Docker (Compose), Jenkins, Groovy, Go(Lang), Bash, **Linux**, **JavaScript**, **React**, **Python**, **Django**, Node.js, PostgreSQL, MongoDB, Solidity, C, **Git**, **Command Line**
  80. {{% /resume/section %}}<!--- }}} -->
  81. {{% resume/section education %}}<!--- {{{ -->
  82. {{% resume/education name="University of Toronto (St. George)"
  83. title="Computer Science Specialist — 3.84 GPA (CS). Graduated with High Distinction." date="2019 — 2024" %}}
  84. {{% /resume/section %}}<!--- }}} -->
  85. {{% resume/section "References" %}}<!--- {{{ -->
  86. {{% resume/references %}}
  87. {{% /resume/section %}}<!--- }}} -->
  88. <!-- vim: fdm=marker -->