From 0fadf0ff167131514d8ec1de840a4cabcfcf4b55 Mon Sep 17 00:00:00 2001
From: Yelsin Sepulveda
Date: Mon, 19 Jan 2026 20:09:51 -0500
Subject: [PATCH 1/2] add resume page
Signed-off-by: Yelsin Sepulveda
---
src/components/resume.md | 81 ++++++++++++++++++++++++++++++++++
src/layouts/Blog.astro | 3 ++
src/layouts/Home.astro | 3 ++
src/layouts/Project.astro | 3 ++
src/layouts/Projects.astro | 3 ++
src/layouts/Resume.astro | 40 +++++++++++++++++
src/markdown/resume.md | 77 ++++++++++++++++++++++++++++++++
src/pages/Projects.astro | 3 ++
src/pages/Resume.astro | 18 ++++++++
src/pages/Resume.mdx | 78 ++++++++++++++++++++++++++++++++
src/pages/blog/[slug].astro | 3 ++
src/pages/index.astro | 3 ++
src/pages/project/[slug].astro | 3 ++
13 files changed, 318 insertions(+)
create mode 100644 src/components/resume.md
create mode 100644 src/layouts/Resume.astro
create mode 100644 src/markdown/resume.md
create mode 100644 src/pages/Resume.astro
create mode 100644 src/pages/Resume.mdx
diff --git a/src/components/resume.md b/src/components/resume.md
new file mode 100644
index 0000000..84ffc44
--- /dev/null
+++ b/src/components/resume.md
@@ -0,0 +1,81 @@
+---
+title: Resume
+---
+
+# Yelsin Tomas Sepulveda
+
+
+
+**Software Engineer | Cloud DevOps**
+Milton, MA · (857) 321-1238
+📧 YelsinSepulveda@gmail.com · 🌐 blog.yorisoft.dev · GitHub · GitLab · LinkedIn · linkedin.com/in/yelsin-sepulveda-lara
+
+
+
+## Experience
+
+### KDE — GSoC’25 Contributor
+**June 2025 – Present · Remote**
+
+- Submitted proposal and was accepted to develop gaming controller support in Plasma Desktop through **KWin**, addressing a long-standing system suspension issue and adding basic system navigation.
+- Implemented the solution using **C++**, **Qt Framework**, **CMake**, **KDE Frameworks**, and the **Linux Kernel Input Subsystem API**.
+- Collaborate closely with KDE/KWin maintainers and mentors throughout development lifecycles, participate in code reviews, technical discussions on Matrix channels, and publish public blog posts.
+
+---
+
+### Amazon Web Services — SDE DevOps, Innovation Engineering
+**Sep 2023 – June 2024 · Remote**
+
+- Developed and refactored multi-stage CI/CD pipelines, reducing pipeline execution time by **40%** (~30 min → ~18 min) and improving infrastructure maintainability using **CloudFormation**, **CDK**, **CodePipeline**, **TypeScript**, **ECS**, **EKS**, and **Docker**.
+- Built **15+ reusable CDK L3 constructs**, encapsulating resources such as VPN, S3, EC2, ECS, RDS, and networking for *Marshall* (internal web platform), significantly reducing configuration complexity and drift.
+
+---
+
+### Amazon Web Services — Solutions Architect (Intern → Associate)
+**Jan 2021 – Sep 2023 · Arlington, VA**
+
+- Created User Acceptance Test documentation, automated tests, and reporting for the **AWS Secure Environment Accelerator**, validating expected security controls using **Python**, `unittest`, and **Boto3**.
+- Developed deep technical expertise across core AWS services including **EC2**, **Lambda**, **S3**, **RDS**, **VPC**, **CloudFormation**, **IAM**, and **CloudWatch**, following the AWS Well-Architected Framework.
+- Architected AWS environments for public sector and enterprise customers, advising on least-privilege IAM, encryption, backups, networking, and the Shared Responsibility Model.
+- Supported executive demos and client workshops, translating complex architectures into actionable business insights.
+
+---
+
+### AthenaHealth — NE1 Intern, Platform Services
+**June 2020 – May 2021 · Watertown, MA**
+
+- Developed new infrastructure for **Okta authentication resources**, converting imperative JavaScript scripts into a declarative **Terraform**-based system.
+- Created a CI/CD pipeline using **Jenkins** and **Docker**, automating code fetch, Puppeteer smoke tests, and deployment to AWS EC2.
+- Worked within a Scrum team following Agile workflows, including daily standups, Jira ticketing, bi-weekly sprints, and retrospectives.
+
+---
+
+## Personal Projects
+
+### Open Source Contributor — KDE (2025)
+- Contributions to **Angelfish**, **KWin**, and **Plasma Desktop**
+ *Technologies:* C++, Qt, CMake
+
+### Retrodex Miyoo — Pokédex App (2024)
+- Pokédex application for **Onion-OS** on gaming handhelds using the `miyoomini-toolchain`
+ *Technologies:* C++, SDL, CMake
+
+---
+
+## Skills
+
+- **Languages:** C, C++, Go, Java, Python, TypeScript, JavaScript
+- **Cloud & Infrastructure:** AWS (ECS, EKS, Lambda, CDK, CloudFormation), Docker, Kubernetes, Terraform, Grafana, Prometheus
+- **Tools:** React, Node.js, Qt, CMake, Jenkins, Git, Linux
+
+---
+
+## Certifications
+
+- AWS Certified Cloud Practitioner — J3W7057DJERE1WSZ
+- AWS Certified Solutions Architect – Associate — MMWL2GE2WEBEQH58
+- AWS Certified Developer – Associate — MEGK0X01XNREQCWW
+
+---
+
+**Languages:** Native bilingual — English & Spanish
diff --git a/src/layouts/Blog.astro b/src/layouts/Blog.astro
index 9cea7f3..e9bf68d 100644
--- a/src/layouts/Blog.astro
+++ b/src/layouts/Blog.astro
@@ -30,6 +30,9 @@ const props = Astro.props;
+
+
+
+
+
diff --git a/src/layouts/Home.astro b/src/layouts/Home.astro
index 435193f..0430346 100644
--- a/src/layouts/Home.astro
+++ b/src/layouts/Home.astro
@@ -31,6 +31,9 @@ const props = Astro.props;
diff --git a/src/layouts/Project.astro b/src/layouts/Project.astro
index 2a3abdc..8c59d38 100644
--- a/src/layouts/Project.astro
+++ b/src/layouts/Project.astro
@@ -31,6 +31,9 @@ const props = Astro.props;
diff --git a/src/layouts/Projects.astro b/src/layouts/Projects.astro
index 9680694..1a9efe0 100644
--- a/src/layouts/Projects.astro
+++ b/src/layouts/Projects.astro
@@ -31,6 +31,9 @@ const props = Astro.props;
diff --git a/src/layouts/Resume.astro b/src/layouts/Resume.astro
new file mode 100644
index 0000000..86a0493
--- /dev/null
+++ b/src/layouts/Resume.astro
@@ -0,0 +1,40 @@
+---
+import '../styles/global.css';
+
+import SideNav from '../components/SideNav.astro';
+
+const props = Astro.props;
+---
+
+
+