78 lines
3 KiB
HTML
78 lines
3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
|
|
<title>Resume</title>
|
|
<link href="/style.css" type="text/css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div class="navbar" id="navbar">
|
|
<a href="/" class="active">Home</a>
|
|
<a href="https://engl.askiiart.net">Blog</a>
|
|
<a href="/resume.html">Resume</a>
|
|
<a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a>
|
|
</div>
|
|
<h1 id="resume">Resume</h1>
|
|
<p>Benjamin Zimmerman<br />
|
|
[email redacted for public release]<br />
|
|
[phone redacted for public release]</p>
|
|
<h2 id="summary">Summary</h2>
|
|
<p>I'm a tech nerd in high school <em>and</em> college, I run a
|
|
programming club, and I'm fluent in several programming
|
|
languages, with a portfolio of past projects to back me up.</p>
|
|
<h2 id="skills-and-other-traits">Skills and other traits</h2>
|
|
<ul>
|
|
<li>Fluent in Rust, Python, Java, Bash, and C++</li>
|
|
<li>Quick learner
|
|
<ul>
|
|
<li>Particularly in computer science and programming topics</li>
|
|
</ul></li>
|
|
<li>Proficient with Windows and Linux</li>
|
|
<li>Skilled with Docker and containerization</li>
|
|
<li>Experience with multithreading</li>
|
|
</ul>
|
|
<h2 id="academics">Academics</h2>
|
|
<ul>
|
|
<li>Associate of Applied Science in Programming, degree
|
|
anticipated 2025
|
|
<ul>
|
|
<li>Tarrant County College Northeast Campus, Hurst, Texas</li>
|
|
<li>Current GPA 3.0</li>
|
|
<li>73 credits completed</li>
|
|
</ul></li>
|
|
<li>High school, diploma anticipated 2025
|
|
<ul>
|
|
<li>Collegiate Academy of Birdville, Haltom City, Texas</li>
|
|
<li>Current GPA 99.9</li>
|
|
</ul></li>
|
|
<li>Fixing computers as a side business for more than half a
|
|
decade.</li>
|
|
</ul>
|
|
<h2 id="organizations-and-hobbies">Organizations and
|
|
hobbies</h2>
|
|
<ul>
|
|
<li>Cofounder and current vice president of the <a
|
|
href="https://tccdcode.club">TCCD CompSci and Coding
|
|
Club</a>.</li>
|
|
<li>Hobby system administrator of more than a dozen services on
|
|
my own server.</li>
|
|
</ul>
|
|
<h2 id="portfolio">Portfolio</h2>
|
|
<ul>
|
|
<li><a href="https://git.askiiart.net/askiiart/parcut">Parcut
|
|
(Pacman Repo Cleanup Tool)</a></li>
|
|
<li><a
|
|
href="https://git.askiiart.net/askiiart/disk-read-benchmark">Disk
|
|
Read Benchmark</a></li>
|
|
<li><a href="https://git.askiiart.net/askiiart/updog">Updog</a>
|
|
<ul>
|
|
<li>An extensible uptime monitor</li>
|
|
</ul></li>
|
|
<li><a href="https://askiiart.net">My website</a></li>
|
|
</ul>
|
|
<p>References available upon request</p>
|
|
</body>
|
|
<footer>
|
|
<p>Created by Benjamin Zimmerman | <a href="/feed.xml">RSS</a></p>
|
|
</footer>
|
|
</html>
|