Projects

**pkgstash** - [github.com/ewpt3ch/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** - [github.com/ewpt3ch/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** - [gitea.ewpt3ch.dev/ewpt3ch/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