No known key found for this signature in database
GPG Key ID: 6DEED612B26C08E2
3 changed files with
15 additions and
2 deletions
-
content/resume/_index.md
-
layouts/shortcodes/resume/references.html
-
static/pdf
|
|
@ -6,12 +6,14 @@ draft: false |
|
|
|
{{% resume/section "Work Experience" %}}<!--- {{{ --> |
|
|
|
|
|
|
|
{{% resume/education name="Red Hat" |
|
|
|
title="Cloud Engineer Intern" date="May 2020 — Aug 2021" %}} |
|
|
|
title="Cloud/Software Engineer Intern" date="May 2020 — Aug 2021" %}} |
|
|
|
- Reduced deployment time by **66%** by implementing ability to |
|
|
|
deploy locally-compiled binaries onto **Kubernetes**/**OpenShift** |
|
|
|
using only command-line. |
|
|
|
- Implemented ability for Kubernetes operator to fetch data |
|
|
|
from a deployed service and update config with data. |
|
|
|
- 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 |
|
|
@ -92,4 +94,10 @@ title="Computer Science Specialist — 3.84 GPA (CS)" date="2018 — 2023" %}} |
|
|
|
|
|
|
|
{{% /resume/section %}}<!--- }}} --> |
|
|
|
|
|
|
|
{{% resume/section "References" %}}<!--- {{{ --> |
|
|
|
|
|
|
|
{{% resume/references title="See my LinkedIn (Kev-Mok) for references from my Red Hat managers/mentee and a startup client." %}} |
|
|
|
|
|
|
|
{{% /resume/section %}}<!--- }}} --> |
|
|
|
|
|
|
|
<!-- vim: fdm=marker --> |
|
|
@ -0,0 +1,5 @@ |
|
|
|
<div class="references"> |
|
|
|
<span> |
|
|
|
{{ .Get "title" }} |
|
|
|
</span> |
|
|
|
</div> |
|
|
@ -1 +1 @@ |
|
|
|
Subproject commit 315976967251a1e66d8ab826d83824f3ba594081 |
|
|
|
Subproject commit 441dbce684ca1985dd263ea62fbf1dbd79f50d5f |