Browse Source

Minor changes

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

7
content/resume/_index.md

@ -9,7 +9,7 @@ draft: false
title="Cloud/Software Engineer Intern" date="May 2020 — Aug 2021" %}}
- Reduced deployment time by **66%** by [implementing ability](https://github.com/apache/incubator-kie-kogito-operator/commit/175a6356c5474f2360ccb8ae835e0b9b2d653cf1) to
deploy locally-compiled binaries onto **Kubernetes**/**OpenShift**
using only command-line.
using only command-line (Golang used for this and below).
- 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.
@ -29,7 +29,7 @@ title="Cloud/Software Engineer Intern" date="May 2020 — Aug 2021" %}}
{{% resume/project name="AWS Server/Kubernetes"
url="https://kevin-mok.com/server/" date="May 2024" show="true" %}}
- Deployed [various web apps](https://kevin-mok.com/server/) using **Docker** (Compose) and on an
- Deployed [various web apps](https://kevin-mok.com/server/) using **Docker** (Compose) on an
**AWS EC2** Debian/**Linux** server.
- Created **Kubernetes** [manifest files](https://github.com/Kevin-Mok/aws-minicube) to quickly recreate my server setup
with persistent storage/restarts and open ports.
@ -87,7 +87,8 @@ show="true" %}}
{{% resume/section skills %}}<!--- {{{ -->
AWS, Kubernetes, Docker (Compose), **JavaScript**, **React**, **Python**, Go, Bash, Solidity, C, **Django**, Node.js, Jenkins, PostgreSQL, **Linux**, **Git**, **Command Line**
AWS, Kubernetes, Docker (Compose), **JavaScript**, **React**, **Python**, Go, Bash, Solidity, C, **Django**, Node.js, Jenkins, PostgreSQL,
MongoDB, **Linux**, **Git**, **Command Line**
{{% /resume/section %}}<!--- }}} -->

9
layouts/shortcodes/resume/references.html

@ -1,9 +1,10 @@
<div class="references">
<span>
See my
<a href="https://www.linkedin.com/in/Kev-Mok"
See my LinkedIn for
<a href="https://www.linkedin.com/in/kev-mok/details/recommendations/?detailScreenTabIndex=0"
target="_blank">
LinkedIn</a> for references from my Red Hat managers/mentee,
a startup client and a graduate student mentor.
references</a> from my
Red Hat managers/mentee, a startup client and a graduate
student mentor.
</span>
</div>

2
static/pdf

@ -1 +1 @@
Subproject commit d7b16226b83a61741579af650eef798f3c86d0fb
Subproject commit ffdbd320a0f207ac1fd407d9c69dad781eed07bf
Loading…
Cancel
Save