Resume: add ref section

This commit is contained in:
2023-09-16 10:00:59 -04:00
parent 30e8771472
commit 20a120e33e
3 changed files with 15 additions and 2 deletions

View File

@@ -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 -->

View File

@@ -0,0 +1,5 @@
<div class="references">
<span>
{{ .Get "title" }}
</span>
</div>