spelling and grammar errors
This commit is contained in:
+12
-12
@@ -22,11 +22,11 @@ Transportation company servicing FedEx Ground Contract
|
||||
|
||||
Responsibilities included:
|
||||
|
||||
- Manage MDM for company iPads, technical support and training for iPads and JBL facing FedEx systems.
|
||||
- Consult on annual negotiations with FedEx along with upkeep and redesign of Excel negotiation tools.
|
||||
- Manage MDM for company iPads, technical support and training for iPads and JBL facing FedEx systems
|
||||
- Consult on annual negotiations with FedEx along with upkeep and redesign of Excel negotiation tools
|
||||
- Upkeep and redesign of Excel payroll tools.
|
||||
- Train new employees on business software and business objectives and requirements.
|
||||
- Do deliveries as required.
|
||||
- Train new employees on business software and business objectives and requirements
|
||||
- Do deliveries as required
|
||||
</div>
|
||||
|
||||
<div class="job-entry">
|
||||
@@ -48,10 +48,10 @@ Responsibilities included:
|
||||
|
||||
Transportation company servicing FedEx Ground Contract
|
||||
|
||||
- After successfully merging two companies to meet FedEx requirements, negotiated contract rates and grew company from 6 full time employees and \$500K annual revenue at time of merger to 12 full time employees and \$1.2M annual revenue at time of sale.
|
||||
- Developed a revenue analysis tool {FlaskFDX) using Python and Google Sheets API to project income and expenses, enabling data-driven contract negotiations.
|
||||
- Navigated company through an unexpected material change in routing method that included a deployment of iPads to all vehicles. The deployment consisted of enrolling devices in MDM, obtaining license to routing software, testing the deployment, and training of staff over a 2 week time frame.
|
||||
- Sold the company in 2019.
|
||||
- After successfully merging two companies to meet FedEx requirements, negotiated contract rates and grew company from 6 full time employees and \$500K annual revenue at time of merger to 12 full time employees and \$1.2M annual revenue at time of sale
|
||||
- Developed a revenue analysis tool (FlaskFDX) using Python and Google Sheets API to project income and expenses, enabling data-driven contract negotiations
|
||||
- Navigated company through an unexpected material change in routing method that included a deployment of iPads to all vehicles. The deployment consisted of enrolling devices in MDM, obtaining license to routing software, testing the deployment, and training of staff over a 2 week time frame
|
||||
- Sold the company in 2019
|
||||
</div>
|
||||
|
||||
<div class="job-entry">
|
||||
@@ -73,10 +73,10 @@ Transportation company servicing FedEx Ground Contract
|
||||
|
||||
Transportation company servicing FedEx Ground Contract
|
||||
|
||||
- From my position as a dock worker I successfully obtained a delivery contract and started this company.
|
||||
- Developed Payroll and financial analysis systems using Python to Google Sheets ETL pipeline.
|
||||
- Created training systems that met DOT guidelines.
|
||||
- I successfully grew the company to 3 full time drivers and then merged it with P R Delivery INC.
|
||||
- From my position as a dock worker I successfully obtained a delivery contract and started this company
|
||||
- Developed Payroll and financial analysis systems using a Python ETL pipeline to Google Sheets
|
||||
- Created training systems that met DOT guidelines
|
||||
- I successfully grew the company to 3 full time drivers and then merged it with P R Delivery INC
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -3,19 +3,19 @@
|
||||
|
||||
**pkgstash** - [https://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 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 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
|
||||
Go, golang.org/x/sync/Singleflight, github.com/BurntSushi/toml, GitHub Actions
|
||||
|
||||
**resume-builder** - [https://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.
|
||||
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
|
||||
Python, uv, Woodpecker CI, Jinja2, htmltopdf, mdtohtml
|
||||
|
||||
**FlaskFDX** - [https://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.
|
||||
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
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user