This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
<h3>Education</h3>
|
||||
|
||||
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
|
||||
</div>
|
||||
|
||||
|
||||
@@ -82,6 +82,6 @@ Transportation company servicing a FedEx Ground Contract
|
||||
|
||||
<div id="certs">
|
||||
<h3>Certifications</h3>
|
||||
CompTIA A+ Certifications, 2026 - Current
|
||||
2026: CompTIA A+ Certification
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user