Files
resume/markdown/projects.md
T
ewpt3ch 50f61d73dd
ci/woodpecker/push/woodpecker Pipeline was successful
spelling and grammar errors
2026-05-12 17:41:01 -06:00

1.6 KiB

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 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

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

FlaskFDX - https://gitea.ewpt3ch.dev/ewpt3ch/flaskfdx

I engineered this internal analytics platform to streamline the evaluation of FedEx service provider contracts. I built a custom ETL pipeline to ingest excel reports into a SQLite database enabling structured queries into driver and route performance. This tool was developed to replace manual auditing processes and provided the data foundation used during contract rate negotiations.

Python, Flask, SQLite, Git