From 9e1c9c5fb62f1823ed904e20dcdd8e04bdd61f31 Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Wed, 8 Jan 2025 08:13:30 -0500 Subject: [PATCH] Add AWS, rm Spotify --- content/resume/_index.md | 65 +++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 34 deletions(-) diff --git a/content/resume/_index.md b/content/resume/_index.md index d74c818..7c77fc1 100644 --- a/content/resume/_index.md +++ b/content/resume/_index.md @@ -39,6 +39,37 @@ title="Cloud/Software Engineer Intern" languages="Kubernetes, GoLang, Jenkins" d {{% resume/section projects %}} + + +{{% 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**. +- **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**. +- **Built a uptime monitoring system** by writing a + [JavaScript script](https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.service) and setting up a systemd + service/timer to check and display page uptime, + **ensuring near real-time monitoring and reducing downtime + time by 95%**. +- **Enhanced data resilience** by automating regular backups + using Amazon EBS snapshots, ensuring **99.9% uptime and data + integrity** by creating consistent and reliable backups, + **reducing potential data loss by 95%** in disaster scenarios. + +{{% /resume/project %}} + + + {{% resume/project name="Rarity Surf" @@ -58,40 +89,6 @@ date="Oct 2021" show="true" %}} - - -{{% resume/project name="Spotify Visualized" -url="https://github.com/Kevin-Mok/astronofty" languages="Python, Django" date="June 2019" -show="true" %}} - -- **Built a [high-performance backend](https://github.com/Kevin-Mok/spotify-lib-vis)** in Python with Django, - utilizing Django ORM to model and manage user data - efficiently, processing over **10,000 tracks per library** via - the Spotify API. -- **Engineered and optimized database models** achieving a **50% reduction in query latency** on PostgreSQL - for core workflows through effective schema normalization. - -{{% /resume/project %}} - - - - - -{{% 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**. -- **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. - -{{% /resume/project %}} - - {{% /resume/section %}}