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.

111 lines
5.5 KiB

4 months ago
2 months ago
4 months ago
2 months ago
4 months ago
2 months ago
8 months ago
8 months ago
2 months ago
8 months ago
8 months ago
2 months ago
8 months ago
8 months ago
1 week 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 ability](https://github.com/apache/incubator-kie-kogito-operator/commit/175a6356c5474f2360ccb8ae835e0b9b2d653cf1) to
  10. deploy locally-compiled binaries onto **Kubernetes**/**OpenShift**
  11. using only command-line (**Kubernetes/GoLang** used for this and three below).
  12. - Implemented ability for Kubernetes operator to fetch data
  13. from a deployed service and update config with data to
  14. deprecate reliance on startup script.
  15. - Added startup probes to handle starting legacy application containers that require additional startup time.
  16. - Refactored probes to [have default values](https://github.com/apache/incubator-kie-kogito-operator/commit/af4977af228ec8648be28779259d4552246b656f) assigned based on
  17. deployed YAML while also fixing reconciliation issues.
  18. - Rewrote the **Jenkins (Groovy)** [nightly pipeline](https://github.com/apache/incubator-kie-kogito-pipelines/commit/4c83f1aecdea2c1ba2796b79839a90d4083dce88) to run in a GitHub
  19. PR using a trigger keyword to test all the team's submitted PR's
  20. before merging to the main branch.
  21. - Took initiative to write [file](https://github.com/apache/incubator-kie-kogito-pipelines/commit/4c83f1aecdea2c1ba2796b79839a90d4083dce88#diff-7d2c018dafbccec859077d19bf1ade53ec9c7649f235528ce89f5632b109f7e6)
  22. to define the GitHub parameters for the above pipeline so that it
  23. can be recreated easily.
  24. - Took initiative to write [documentation](https://github.com/apache/incubator-kie-kogito-operator/blob/1534c03d1d26bec08a16608a775782bf8b305de9/docs/GUIDE_FOR_KOGITO_DEVS.md) on how to get started with the project to onboard new
  25. developers and mentored the incoming intern.
  26. {{% /resume/section %}}<!--- }}} -->
  27. {{% resume/section projects %}}<!--- {{{ -->
  28. <!--- Rarity Surf {{{ -->
  29. {{% resume/project name="Rarity Surf"
  30. languages="Python, Django, React, GraphQL"
  31. date="Oct 2021" show="true" %}}
  32. - Web app to give rarity rankings to NFT's and check which are listed on the OpenSea marketplace using their API.
  33. - Reverse engineered the ranking algorithm to match the
  34. leading rarity ranking site's rankings ([scraped](https://github.com/Kevin-Mok/rarity-surf/blob/django/rarity_check/project/scrape.py) using
  35. Selenium) with a **discrepancy of <0.25%**.
  36. - Used app to frontrun purchases of **top 0.5%** rarity NFT's
  37. against competing buyers.
  38. - Wrote **Django (Python)** [backend](https://github.com/Kevin-Mok/rarity-surf) to fetch metadata from IPFS, store rarity rankings in PostgreSQL and serve rarity data using GraphQL.
  39. - Wrote **React** [frontend](https://github.com/Kevin-Mok/rarity-surf-frontend) with hooks to dynamically load rarity data. Styled with Tailwind.
  40. {{% /resume/project %}}
  41. <!--- Rarity Surf }}} -->
  42. <!--- Astronofty {{{ -->
  43. {{% resume/project name="Astronofty"
  44. url="https://github.com/Kevin-Mok/astronofty" languages="React, Solidity" date="Jan 2023"
  45. show="true" %}}
  46. - Created for a 36 hour hackathon (UofTHacks X) where it [**came 2nd overall**](https://devpost.com/software/astronofty).
  47. - Created and deployed a smart contract with **Solidity** on
  48. the Ethereum blockchain to create/buy/sell NFT's.
  49. - Wrote **React** [components](https://github.com/Kevin-Mok/astronofty/tree/main/src/components) to synchronously upload images and metadata to IPFS and fetch and show NFT's.
  50. {{% /resume/project %}}
  51. <!--- Astronofty }}} -->
  52. <!--- AWS {{{ -->
  53. {{% resume/project name="AWS Server"
  54. url="https://kevin-mok.com/server/" languages="AWS, Kubernetes, Terraform, Docker" date="May 2024" show="true" %}}
  55. - Deployed [various web apps](https://kevin-mok.com/server/) using **Docker** (Compose) on an
  56. **AWS EC2** Debian/**Linux** server.
  57. - Created **Kubernetes** [manifest files](https://github.com/Kevin-Mok/aws-minicube) to quickly recreate my server setup
  58. with persistent storage/restarts and open ports.
  59. - Created **Terraform** [files](https://github.com/Kevin-Mok/terraform-deploys/tree/main)
  60. to deploy an AWS EC2 instance and Docker containers.
  61. - Used Amazon Route 53's DNS and **NGINX** to route
  62. subdomains to each web application.
  63. - Wrote a **JavaScript** [server script] and [systemd service][systemd service]/[timer]
  64. to display the uptime of my pages every hour.
  65. [server script]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-status.js
  66. [systemd service]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.service
  67. [timer]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.timer
  68. {{% /resume/project %}}
  69. <!--- AWS }}} -->
  70. {{% /resume/section %}}<!--- }}} -->
  71. {{% resume/section skills %}}<!--- {{{ -->
  72. **JavaScript**, **React**, **Python**, **Django**, Node.js, PostgreSQL, MongoDB, Bash, **Git**, **Linux**, **Command Line**, Go(Lang), AWS, Kubernetes, Terraform, Docker (Compose), Jenkins, Groovy, Solidity, C
  73. {{% /resume/section %}}<!--- }}} -->
  74. {{% resume/section education %}}<!--- {{{ -->
  75. {{% resume/education name="University of Toronto"
  76. title="Computer Science Specialist — 3.84 GPA (CS). Graduated with High Distinction." date="2019 — 2024" %}}
  77. {{% /resume/section %}}<!--- }}} -->
  78. {{% resume/section "References" %}}<!--- {{{ -->
  79. {{% resume/references %}}
  80. {{% /resume/section %}}<!--- }}} -->
  81. <!-- vim: fdm=marker -->