+27
-5
@@ -18,8 +18,7 @@
|
||||
|
||||
<div id="summary">
|
||||
<h3>Professional Summary</h3>
|
||||
|
||||
Technical professional with 20+ years of business ownership and operations experience, combining formal data analysis education with hands-on expertise in software development, systems administration, and business intelligence. Proven track record of building analytical tools and automation solutions that drive measurable business results. Excel at identifying inefficiencies, designing practical solutions, and implementing technology that solves real-world problems.
|
||||
20 years of business operations and ownership has taught me the value of good software that supports operations. I used to do payroll manually by copying data by hand into my payroll sheet. With a few employees it worked, then it didn't. I developed a python ETL program to convert excel reports into usable information for payroll. This automation gave me piece of mind by making the process replicable and it saved significant time that I was able to invest in my family.
|
||||
</div>
|
||||
|
||||
<div id="experience">
|
||||
@@ -96,12 +95,35 @@ CompTIA A+ Certifications, 2026 - Current
|
||||
<div id="education">
|
||||
<h3>Education</h3>
|
||||
|
||||
2026 expected: **Boot.dev Backend Developer**; Boot.dev
|
||||
2023 - 2026 expected: **Boot.dev Backend Developer**; Boot.dev
|
||||
|
||||
https://www.boot.dev/u/ewpt3ch
|
||||
|
||||
Successfully completed Boot.dev, a rigorous backend engineering curriculum. I finished over 20 courses and projects, including courses on DSA, functional programming, web servers, and SQL databases to name a few.
|
||||
|
||||
2021: **Certificate of Higher Education in Data Analysis**; Open University (Milton Keynes, United Kingdom)
|
||||
</div>
|
||||
|
||||
<div id="skills">
|
||||
<h3>Skills</h3>
|
||||
|
||||
Knowledgeable in the use of Python, GO, SQl, Excel, Minitab, MS Office. Able to use tactical or strategic planning to inform the developement of business processes. Use of Linux, Docker, Flask, Git, HTML, CSS to provide access to analysis results.
|
||||
- Go, Python, SQL, Javascript, C, Shell
|
||||
- Postgres, sqlite
|
||||
- Linux, Docker, Git
|
||||
- HTML, CSS, Flask
|
||||
- MS Office, Excel, Google Workspace
|
||||
- MDM
|
||||
- Strategic planning, Tactical planning
|
||||
</div>
|
||||
|
||||
<div id="projects">
|
||||
<h3>Projects</h3>
|
||||
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 - 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
|
||||
|
||||
Reference in New Issue
Block a user