From 5a785932a453a771190ee8427ddd8e3a551568c9 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Tue, 12 May 2026 22:16:22 -0600 Subject: [PATCH] 2026-05-12 final polish --- markdown/education.md | 4 +++- markdown/experience.md | 2 +- markdown/projects.md | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/markdown/education.md b/markdown/education.md index 6092ff8..ac4c52b 100644 --- a/markdown/education.md +++ b/markdown/education.md @@ -3,11 +3,13 @@

Education

2026: **[Backend Developer Certificate](https://www.boot.dev/certificates/a02fcd5e-28da-4f96-917d-d8f4a4ede80e)** + Boot.dev | [https://www.boot.dev/u/ewpt3ch](https://www.boot.dev/u/ewpt3ch) -Successfully completed Boot.dev Back-end Developer Certificate, a rigorous backend engineering curriculum. I finished over 20 courses and projects. Material covered includes Data Structures, Algorithms, Object Oriented Programming, Functional Programming, Test Driven Developement, and SQL databases to name a few. +Successfully completed Boot.dev Back-end Developer Certificate, a rigorous backend engineering curriculum. I finished over 20 courses and projects. Material covered includes Data Structures, Algorithms, Object-Oriented Programming, Functional Programming, Test Driven Development, and SQL databases to name a few. 2021: **Certificate of Higher Education in Data Analysis** + Open University | Milton Keynes, United Kingdom diff --git a/markdown/experience.md b/markdown/experience.md index 0091da1..eea1fdd 100644 --- a/markdown/experience.md +++ b/markdown/experience.md @@ -82,6 +82,6 @@ Transportation company servicing a FedEx Ground Contract

Certifications

-CompTIA A+ Certifications, 2026 - Current +2026: CompTIA A+ Certification
diff --git a/markdown/projects.md b/markdown/projects.md index 8b04e44..1e690c7 100644 --- a/markdown/projects.md +++ b/markdown/projects.md @@ -3,7 +3,7 @@ **pkgstash** - [https://github.com/ewpt3ch/pkgstash](https://github.com/ewpt3ch/pkgstash) -To reduce duplication in update management for 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 use this server transparently by adding it to their mirror list. Configuration is done with TOML which mimics the syntax of pacman.conf closely. Singleflight is used for preventing duplicate cache downloads if multiple clients are updating at the same time. +To reduce duplication in update management for 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 use this server transparently by adding it to their mirror list. Configuration is done with TOML which mimics the syntax of pacman.conf. Singleflight is 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 @@ -11,7 +11,7 @@ Go, golang.org/x/sync/singleflight, github.com/BurntSushi/toml, GitHub Actions 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, Woodpecker CI, Jinja2, htmltopdf, mdtohtml +Python, uv, Woodpecker CI, Jinja2, WeasyPrint, markdown-it-py **FlaskFDX** - [https://gitea.ewpt3ch.dev/ewpt3ch/flaskfdx](https://gitea.ewpt3ch.dev/ewpt3ch/flaskfdx)