diff --git a/feed.xml b/feed.xml index 735ed45..e08aa69 100755 --- a/feed.xml +++ b/feed.xml @@ -5,7 +5,11 @@ Benjamin Zimmerman's webfolio The feed for my webfolio, I guess https://engl-webfolio.askiiart.net - Tue, 12 Nov 2024 15:46:22 +0000 + Wed, 20 Nov 2024 14:41:23 +0000 + + Resume + https://askiiart.net/resume.html + \ No newline at end of file diff --git a/resume.html b/resume.html new file mode 100644 index 0000000..9a49379 --- /dev/null +++ b/resume.html @@ -0,0 +1,76 @@ + + + + + Resume + + + + +

Resume

+

Benjamin Zimmerman
+ [email redacted for public release]
+ [phone redacted for public release]

+

Summary

+

I'm a tech nerd in high school and college, I run a + programming club, and I'm fluent in several programming + languages, with a portfolio of past projects to back me up.

+

Skills and other traits

+ +

Academics

+ +

Organizations and + hobbies

+ +

Portfolio

+ +

References available upon request

+ + + diff --git a/resume.md b/resume.md new file mode 100644 index 0000000..b179884 --- /dev/null +++ b/resume.md @@ -0,0 +1,46 @@ +# Resume + +Benjamin Zimmerman\ +[email redacted for public release]\ +[phone redacted for public release] + +## Summary + +I'm a tech nerd in high school *and* college, I run a programming club, +and I'm fluent in several programming languages, with a +portfolio of past projects to back me up. + +## Skills and other traits + +- Fluent in Rust, Python, Java, Bash, and C++ +- Quick learner + - Particularly in computer science and programming topics +- Proficient with Windows and Linux +- Skilled with Docker and containerization +- Experience with multithreading + +## Academics + +- Associate of Applied Science in Programming, degree anticipated 2025 + - Tarrant County College Northeast Campus, Hurst, Texas + - Current GPA 3.0 + - 73 credits completed +- High school, diploma anticipated 2025 + - Collegiate Academy of Birdville, Haltom City, Texas + - Current GPA 99.9 +- Fixing computers as a side business for more than half a decade. + +## Organizations and hobbies + +- Cofounder and current vice president of the [TCCD CompSci and Coding Club](https://tccdcode.club). +- Hobby system administrator of more than a dozen services on my own server. + +## Portfolio + +- [Parcut (Pacman Repo Cleanup Tool)](https://git.askiiart.net/askiiart/parcut) +- [Disk Read Benchmark](https://git.askiiart.net/askiiart/disk-read-benchmark) +- [Updog](https://git.askiiart.net/askiiart/updog) + - An extensible uptime monitor +- [My website](https://askiiart.net) + +References available upon request diff --git a/run.sh b/run.sh index 698e26a..ef8615f 100755 --- a/run.sh +++ b/run.sh @@ -5,3 +5,4 @@ SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd) cd $SCRIPT_DIR ./md2html.sh ./generate-rss.sh +./generate-sitemap.sh \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index e7fb793..0849004 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,3 +1,4 @@ https://engl-webfolio.askiiart.net/index.html +https://engl-webfolio.askiiart.net/resume.html