Resume: add ref section
This commit is contained in:
@@ -6,12 +6,14 @@ draft: false
|
|||||||
{{% resume/section "Work Experience" %}}<!--- {{{ -->
|
{{% resume/section "Work Experience" %}}<!--- {{{ -->
|
||||||
|
|
||||||
{{% resume/education name="Red Hat"
|
{{% 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
|
- Reduced deployment time by **66%** by implementing ability to
|
||||||
deploy locally-compiled binaries onto **Kubernetes**/**OpenShift**
|
deploy locally-compiled binaries onto **Kubernetes**/**OpenShift**
|
||||||
using only command-line.
|
using only command-line.
|
||||||
- Implemented ability for Kubernetes operator to fetch data
|
- Implemented ability for Kubernetes operator to fetch data
|
||||||
from a deployed service and update config with 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
|
- Automated the promotion and release process
|
||||||
as part of the **Jenkins** release pipeline.
|
as part of the **Jenkins** release pipeline.
|
||||||
- Wrote documentation on how to get started with the project to onboard new
|
- 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 %}}<!--- }}} -->
|
||||||
|
|
||||||
|
{{% 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 -->
|
<!-- vim: fdm=marker -->
|
||||||
|
|||||||
5
layouts/shortcodes/resume/references.html
Normal file
5
layouts/shortcodes/resume/references.html
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<div class="references">
|
||||||
|
<span>
|
||||||
|
{{ .Get "title" }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
Submodule static/pdf updated: 3159769672...441dbce684
Reference in New Issue
Block a user