Browse Source

Resume: minor changes

resume-test
Kevin Mok 7 months ago
parent
commit
35ca126618
No known key found for this signature in database GPG Key ID: 6DEED612B26C08E2
  1. 8
      content/resume/_index.md
  2. 9
      content/resume/red-hat.txt
  3. 8
      layouts/shortcodes/resume/references.html
  4. 2
      static/pdf

8
content/resume/_index.md

@ -12,15 +12,13 @@ title="Cloud/Software Engineer Intern" date="May 2020 — Aug 2021" %}}
using only command-line.
- Implemented ability for Kubernetes operator to fetch data
from a deployed service and update config with data.
- Added startup probes to handle starting legacy application containers that require additional startup time.
- Refactored probes to have default values assigned based on
deployed YAML while also fixing reconciliation issues.
- Automated the promotion and release process
as part of the **Jenkins** release pipeline.
- Wrote documentation on how to get started with the project to onboard new
developers and mentored the incoming intern.
- Presented a talk based on my experience called "8 Things I
Learned About Software Engineering" to an audience of 75+
in a conference for internship seekers.
{{% /resume/section %}}<!--- }}} -->
@ -83,7 +81,7 @@ url="https://kevin-mok.com/server/" date="Aug. 2019 — present" show="true" %}}
{{% resume/section skills %}}<!--- {{{ -->
**JavaScript**, **React**, **Python**, Go, Bash, Solidity, C, **Django**, Node.js, PostgreSQL, **Linux**, **Git**, **Command Line**
Kubernetes, **JavaScript**, **React**, **Python**, Go, Bash, Solidity, C, **Django**, Node.js, Jenkins, PostgreSQL, **Linux**, **Git**, **Command Line**
{{% /resume/section %}}<!--- }}} -->
@ -96,7 +94,7 @@ title="Computer Science Specialist — 3.84 GPA (CS)" date="2018 — 2023" %}}
{{% resume/section "References" %}}<!--- {{{ -->
{{% resume/references title="See my LinkedIn for references from my Red Hat managers/mentee and a startup client." %}}
{{% resume/references %}}
{{% /resume/section %}}<!--- }}} -->

9
content/resume/red-hat.txt

@ -0,0 +1,9 @@
• Working on the Kogito (cloud-native, open-source business automation technology) Cloud Engineering team.
• Implemented ability for Kogito operator to fetch exposed protobuf files from a deployed service and update ConfigMap with data (*Kubernetes*, *Go*, KOGITO-3376).
• Reduced deployment time by 66% by implementing ability to deploy locally-compiled Kogito binaries onto OpenShift using only Kogito CLI (*Go*, KOGITO-2113).
• Added startup probes to handle starting legacy application containers that require additional startup time
(*Go*, KOGITO-4322).
• Refactored Kogito probes to have default values assigned based on deployed YAML/runtime while also fixing reconciliation issues (*Kubernetes*, *Go*, KOGITO-4898).
• Automated the promotion and release process for Kogito runtimes as part of the release pipeline (*Jenkins*, KOGITO-1653). Wrote unit tests in the Spock framework.
• Wrote documentation to onboard new Kogito operator developers and reduce friction needed for them to start contributing (*Kubernetes/minikube/OpenShift*, KOGITO-5127). Was completed as part of mentoring incoming intern to expedite initial onboarding process.
• Presented a talk based on my experience called "8 Things I Learned About Software Engineering" to an audience of 75+ in a conference for internship seekers.

8
layouts/shortcodes/resume/references.html

@ -1,5 +1,11 @@
<div class="references">
<span>
{{ .Get "title" }}
See my
<a href="https://www.linkedin.com/in/Kev-Mok"
target="_blank">
LinkedIn
</a>
for references from my Red Hat managers/mentee and a
startup client.
</span>
</div>

2
static/pdf

@ -1 +1 @@
Subproject commit 441dbce684ca1985dd263ea62fbf1dbd79f50d5f
Subproject commit 50171c4c7064366f0492cec808657d0f30b1a3de
Loading…
Cancel
Save