1.6 KiB
Projects
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. 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, Woodpecker CI, Jinja2, WeasyPrint, markdown-it-py
flaskfdx - https://gitea.ewpt3ch.dev/ewpt3ch/flaskfdx
Webapp to streamline the evaluation of FedEx service provider contracts. I built an 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