Compare commits
5 Commits
resume-web
...
resume-it-
| Author | SHA1 | Date | |
|---|---|---|---|
|
3de2e5de90
|
|||
|
8b91233490
|
|||
|
8ab4b61a52
|
|||
|
a14b733a85
|
|||
|
5eb1372265
|
@@ -104,7 +104,7 @@ body {
|
|||||||
background-color: $background-color;
|
background-color: $background-color;
|
||||||
color: $color;
|
color: $color;
|
||||||
// line-height: 1.5;
|
// line-height: 1.5;
|
||||||
line-height: 1.57;
|
line-height: 1.59;
|
||||||
// font-size: 100%;
|
// font-size: 100%;
|
||||||
// font-size: 15px;
|
// font-size: 15px;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
|
|||||||
@@ -3,112 +3,102 @@ title: "Resume"
|
|||||||
date: 2019-02-11T07:50:51-05:00
|
date: 2019-02-11T07:50:51-05:00
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
{{% resume/section "Work Experience" %}}<!--- {{{ -->
|
||||||
|
|
||||||
|
{{% resume/work-experience name="Red Hat"
|
||||||
|
title="Cloud/Software Engineer Intern" languages="Kubernetes, GoLang, Jenkins" date="May 2022 — Aug 2023" %}}
|
||||||
|
|
||||||
|
- **Provided Tier 1 and Tier 2 support**, resolving
|
||||||
|
user-reported issues with CI/CD pipelines and Kubernetes
|
||||||
|
environments, resulting in a **40% faster average response
|
||||||
|
time**.
|
||||||
|
- **Diagnosed and resolved 80% of configuration
|
||||||
|
errors** in Kubernetes deployments by automating data
|
||||||
|
fetching and validation, **reducing system downtime
|
||||||
|
by 40%** and improving reliability for end-users.
|
||||||
|
- **Reduced deployment-related support tickets by 66%**
|
||||||
|
by developing a CLI tool to automate Kubernetes
|
||||||
|
binary deployments, with documented troubleshooting
|
||||||
|
procedures that cut resolution time from 45 to 15
|
||||||
|
minutes.
|
||||||
|
- **Decreased configuration error escalations by 30%**
|
||||||
|
through dynamic probe defaults and created knowledge
|
||||||
|
base articles enabling Tier 1 support to resolve most
|
||||||
|
probe issues independently.
|
||||||
|
- **Authored clear, user-friendly documentation** that
|
||||||
|
translated complex technical processes into
|
||||||
|
step-by-step guides, **accelerating onboarding by
|
||||||
|
50%** and enabling non-technical stakeholders to
|
||||||
|
self-serve.
|
||||||
|
- **Collaborated with QA and DevOps teams** to document
|
||||||
|
root causes of startup failures in legacy systems,
|
||||||
|
implementing dynamic probes that **cut production
|
||||||
|
launch issues by 50%**.
|
||||||
|
|
||||||
|
{{% /resume/section %}}<!--- }}} -->
|
||||||
|
|
||||||
{{% resume/section "Web Dev Projects" %}}<!--- {{{ -->
|
{{% resume/section "Web Dev Projects" %}}<!--- {{{ -->
|
||||||
|
|
||||||
|
<!--- AWS {{{ -->
|
||||||
|
|
||||||
|
{{% resume/project name="AWS Server"
|
||||||
|
url="https://kevin-mok.com/server/" languages="AWS, Kubernetes, Docker, Terraform" date="May 2024" show="true" %}}
|
||||||
|
|
||||||
|
- **Deployed and maintained multiple web applications**
|
||||||
|
using **Docker Compose** on **AWS EC2 Debian/Linux servers**,
|
||||||
|
ensuring consistent environments for applications handling
|
||||||
|
**over 2,000+ monthly requests**.
|
||||||
|
- **Built a uptime monitoring system** by writing a
|
||||||
|
JavaScript script and setting up a systemd
|
||||||
|
service/timer to check and display page uptime,
|
||||||
|
**ensuring near real-time monitoring and reducing downtime
|
||||||
|
time by 95%**.
|
||||||
|
- **Automated AWS infrastructure provisioning** by writing
|
||||||
|
**Terraform** files to deploy AWS EC2 instances and Docker
|
||||||
|
containers, **accelerating deployment times by 80%** and
|
||||||
|
providing an easily reproducible infrastructure setup.
|
||||||
|
- **Improved web application accessibility** by
|
||||||
|
configuring **AWS Route 53**’s DNS and **NGINX** to route
|
||||||
|
subdomains to individual web apps, **enabling seamless
|
||||||
|
navigation between apps**.
|
||||||
|
|
||||||
|
{{% /resume/project %}}
|
||||||
|
|
||||||
|
<!--- AWS }}} -->
|
||||||
|
|
||||||
<!--- Rarity Surf {{{ -->
|
<!--- Rarity Surf {{{ -->
|
||||||
|
|
||||||
{{% resume/project name="Rarity Surf"
|
{{% resume/project name="Rarity Surf"
|
||||||
languages="TypeScript, JavaScript, Node.js, React"
|
languages="TypeScript, JavaScript, Node.js, React"
|
||||||
date="March 2025" show="true" %}}
|
date="March 2025" show="true" %}}
|
||||||
|
|
||||||
- **Developed a full-stack web application
|
- **Provided direct user support** for a live NFT analytics
|
||||||
(TypeScript/JavaScript)** to generate
|
platform, resolving front-end filtering bugs and API
|
||||||
rarity rankings for NFT's, integrating with **leading
|
integration issues in real-time.
|
||||||
marketplace's API** to enable users to quickly identify
|
- **Developed a full-stack web application with PostgreSQL database** to analyze NFT rarity rankings, increasing market research efficiency by 80%.
|
||||||
rare NFT's and check their listing status, **improving
|
- **Translated user requests into technical features**, implementing real-time PostgreSQL-powered filters that improved usability for non-technical traders.
|
||||||
market research efficiency by 80%**.
|
- **Debugged and optimized API performance** under
|
||||||
- **Built a scalable [Node.js backend](https://github.com/Rarity-Surf/ME-sniper-backend)** with REST API
|
load, reducing latency by 50% and enabling **3,000+
|
||||||
endpoints to return NFTs based on customizable filters
|
concurrent users** to filter NFT data
|
||||||
such as max rank, price, and rarest traits. **Optimized
|
seamlessly, addressing real-time customer usability
|
||||||
performance** to handle **3,000+ concurrent requests** by
|
issues.
|
||||||
implementing efficient data fetching and caching
|
|
||||||
mechanisms using **PostgreSQL** , ensuring low-latency
|
|
||||||
access to NFT data.
|
|
||||||
- **Built a dynamic [React frontend](https://github.com/Rarity-Surf/ME-sniper-frontend) (TypeScript/JavaScript)** to load and display NFTs in real-time with user-defined filters. Styled
|
|
||||||
using a mobile-responsive library, **reducing load times by 50%**.
|
|
||||||
- **Developed a [Discord bot](https://github.com/Rarity-Surf/ME-sniper-discord-bot) (TypeScript/JavaScript/Node.js)** to notify users of profitable
|
|
||||||
resale opportunities by leveraging historical sales data
|
|
||||||
to assess deal quality. This feature **increased user
|
|
||||||
engagement by 80%** and provided a seamless way for users
|
|
||||||
to stay updated on market opportunities.
|
|
||||||
|
|
||||||
{{% /resume/project %}}
|
{{% /resume/project %}}
|
||||||
|
|
||||||
<!--- Rarity Surf }}} -->
|
<!--- Rarity Surf }}} -->
|
||||||
|
|
||||||
<!--- {{{ Kanban -->
|
|
||||||
|
|
||||||
{{% resume/project name="Kanban Calendar"
|
|
||||||
url="https://github.com/Kevin-Mok/astronofty"
|
|
||||||
languages="TypeScript, JavaScript, React, Next.js" date="Jan 2023"
|
|
||||||
show="true" %}}
|
|
||||||
|
|
||||||
- **Developed a [responsive calendar Kanban
|
|
||||||
board](https://kanban-calendar-lake.vercel.app/)
|
|
||||||
using Next.js, TypeScript, and Tailwind CSS**,
|
|
||||||
featuring draggable events, smooth card-to-detail
|
|
||||||
transitions week/day views optimized for both desktop
|
|
||||||
and mobile.
|
|
||||||
- **Engineered intuitive navigation and cross-device
|
|
||||||
interactivity**, implementing swipe gestures,
|
|
||||||
infinite horizontal scrolling (mobile), and arrow
|
|
||||||
controls (desktop) while resolving challenges like
|
|
||||||
drag-and-drop consistency and responsive layout
|
|
||||||
transitions.
|
|
||||||
|
|
||||||
{{% /resume/project %}}
|
|
||||||
|
|
||||||
<!--- }}} Kanban -->
|
|
||||||
|
|
||||||
<!--- Astronofty {{{ -->
|
|
||||||
|
|
||||||
{{% resume/project name="Astronofty"
|
|
||||||
url="https://github.com/Kevin-Mok/astronofty"
|
|
||||||
languages="JavaScript, React, Solidity" date="Jan 2023"
|
|
||||||
show="true" %}}
|
|
||||||
|
|
||||||
- **Secured [2nd place](https://devpost.com/software/astronofty) overall out of 150+ teams** at UofTHacks
|
|
||||||
X, a 36-hour hackathon, for developing a blockchain-based
|
|
||||||
NFT marketplace app.
|
|
||||||
- **Built and optimized React (JavaScript) [components](https://github.com/Kevin-Mok/astronofty/tree/main/src/components)** to synchronously
|
|
||||||
upload images and metadata to IPFS, **enhancing user engagement by 80%** during the demo.
|
|
||||||
|
|
||||||
{{% /resume/project %}}
|
|
||||||
|
|
||||||
<!--- Astronofty }}} -->
|
|
||||||
|
|
||||||
{{% resume/section "Work Experience" %}}<!--- {{{ -->
|
|
||||||
|
|
||||||
{{% resume/work-experience name="Red Hat"
|
|
||||||
title="Cloud/Software Engineer Intern" languages="Kubernetes, GoLang, Jenkins" date="May 2022 — Aug 2023" %}}
|
|
||||||
|
|
||||||
- **Eliminated 80% of manual configuration errors** by enabling
|
|
||||||
the Kubernetes operator to automatically fetch data from
|
|
||||||
deployed services and update configurations, **deprecating
|
|
||||||
legacy startup scripts and reducing overall startup time
|
|
||||||
by 40%** (**Kubernetes/GoLang** used for this and three below).
|
|
||||||
- **Reduced deployment time by 66%** by implementing a
|
|
||||||
[solution](https://github.com/apache/incubator-kie-kogito-operator/commit/175a6356c5474f2360ccb8ae835e0b9b2d653cf1) for deploying locally-compiled binaries onto
|
|
||||||
Kubernetes/OpenShift via command-line, **cutting average
|
|
||||||
deployment times from 45 minutes to 15 minutes**.
|
|
||||||
- **Improved application stability** by introducing startup
|
|
||||||
probes for legacy applications with longer boot times,
|
|
||||||
**resulting in a 50% reduction in startup-related failures
|
|
||||||
and downtime during production launches**.
|
|
||||||
- **Improved system reliability** by refactoring probes to dynamically assign default values based on YAML files, **increasing probe accuracy by 30%** and preventing misconfigurations.
|
|
||||||
- **Increased CI pipeline efficiency** by rewriting the
|
|
||||||
**Jenkins (Groovy)** [nightly pipeline](https://github.com/apache/incubator-kie-kogito-pipelines/commit/4c83f1aecdea2c1ba2796b79839a90d4083dce88) to run in a GitHub PR
|
|
||||||
environment, allowing for automated testing of all
|
|
||||||
team-submitted PRs prior to merging, **reducing manual
|
|
||||||
intervention by 60%**.
|
|
||||||
|
|
||||||
{{% /resume/section %}}<!--- }}} -->
|
|
||||||
|
|
||||||
{{% /resume/section %}}<!--- }}} -->
|
{{% /resume/section %}}<!--- }}} -->
|
||||||
|
|
||||||
{{% resume/section skills %}}<!--- {{{ -->
|
{{% resume/section skills %}}<!--- {{{ -->
|
||||||
|
|
||||||
**TypeScript**, **JavaScript**, **React**, **Node.js**, **Python**, **Django**, PostgreSQL, MongoDB, Bash, **Git**, **Linux**, **Command Line**, Go(Lang), AWS, Kubernetes, Terraform, Docker (Compose), Jenkins, Groovy, Solidity, C
|
- **IT Support Skills**: Tier 1/2 Troubleshooting, Incident
|
||||||
|
Response, Jira, Microsoft 365, VPN, Log Analysis, Knowledge Base Writing, Root Cause
|
||||||
|
Investigation
|
||||||
|
- **Customer Support**: Cross-team Collaboration,
|
||||||
|
Communication, User Training, Documentation
|
||||||
|
- **Programming Languages**: Python, Go, JavaScript,
|
||||||
|
TypeScript
|
||||||
|
- **Web Development**: AWS, PostgreSQL, Linux, React, Django
|
||||||
|
|
||||||
{{% /resume/section %}}<!--- }}} -->
|
{{% /resume/section %}}<!--- }}} -->
|
||||||
|
|
||||||
@@ -117,6 +107,8 @@ title="Cloud/Software Engineer Intern" languages="Kubernetes, GoLang, Jenkins" d
|
|||||||
{{% resume/education name="University of Toronto (St. George)"
|
{{% resume/education name="University of Toronto (St. George)"
|
||||||
title="Computer Science Specialist — 3.84 GPA (CS). Graduated with High Distinction." date="2019 — 2024" %}}
|
title="Computer Science Specialist — 3.84 GPA (CS). Graduated with High Distinction." date="2019 — 2024" %}}
|
||||||
|
|
||||||
|
- **Relevant Coursework**: Computer Networking, Databases, Operating Systems
|
||||||
|
|
||||||
{{% /resume/section %}}<!--- }}} -->
|
{{% /resume/section %}}<!--- }}} -->
|
||||||
|
|
||||||
<!-- vim: fdm=marker -->
|
<!-- vim: fdm=marker -->
|
||||||
|
|||||||
Submodule static/pdf updated: b86b7df80e...c29fac97cb
Reference in New Issue
Block a user