diff --git a/markdown/resume.md b/markdown/resume.md
index c889847..1700d6c 100644
--- a/markdown/resume.md
+++ b/markdown/resume.md
@@ -18,8 +18,7 @@
@@ -96,12 +95,35 @@ CompTIA A+ Certifications, 2026 - Current
Education
-2026 expected: **Boot.dev Backend Developer**; Boot.dev
+2023 - 2026 expected: **Boot.dev Backend Developer**; Boot.dev
+
+https://www.boot.dev/u/ewpt3ch
+
+Successfully completed Boot.dev, a rigorous backend engineering curriculum. I finished over 20 courses and projects, including courses on DSA, functional programming, web servers, and SQL databases to name a few.
+
2021: **Certificate of Higher Education in Data Analysis**; Open University (Milton Keynes, United Kingdom)
Skills
-
-Knowledgeable in the use of Python, GO, SQl, Excel, Minitab, MS Office. Able to use tactical or strategic planning to inform the developement of business processes. Use of Linux, Docker, Flask, Git, HTML, CSS to provide access to analysis results.
+- Go, Python, SQL, Javascript, C, Shell
+- Postgres, sqlite
+- Linux, Docker, Git
+- HTML, CSS, Flask
+- MS Office, Excel, Google Workspace
+- MDM
+- Strategic planning, Tactical planning
+
+
+
Projects
+pkgstash - https://github.com/ewpt3ch/pkgstash
+
+Starting from a desire to reduce duplication in update management for my local arch linux systems I built a sparse caching server. It reduces external traffic in a local network that has multiple arch linux systems. By replicating the structure of a full mirror it provides a drop in replacement for any standard mirror. Clients add this in their mirrorlist and pacman just works. Configuration is done with TOML which mimics the syntax of pacman.conf closely. Singleflight it used for preventing duplicate cache downloads if multiple clients are updating at the same time.
+
+Go, golang.org/x/sync/singleflight, github.com/BurntSushi/toml, Github actions
+
+resume-builder - https://github.com/ewpt3ch/resume-builder
+Automates the process of creating distributable resumes from easy to edit markdown files. Uses woodpecker ci or github actions to create html and pdf then publish them on a website.
+
+Python, uv, woodepecker ci, jinja2, htmltopdf, mdtohtml