askiiart-net/resume.html

96 lines
3.9 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
2023-03-23 09:19:16 -05:00
<head>
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
<link rel="icon" href="/assets/askiiart.gif" type="image/icon">
2023-03-23 22:03:13 -05:00
<title>Resume</title>
2023-05-09 12:33:37 -05:00
<link href="/style.css" type="text/css" rel="stylesheet" />
2023-08-27 18:05:38 -05:00
<link href="/prism.css" rel="stylesheet" />
2023-03-23 09:19:16 -05:00
</head>
<body>
<h1 id="resume">Resume</h1>
2023-03-23 09:22:03 -05:00
<p>
2023-06-14 14:31:19 -05:00
Benjamin Zimmerman <br>
<a href="mailto:resume@askiiart.net">resume@askiiart.net</a>
<br> This is public, so I'm not going to put my phone number or
address here. Please use email as the primary method of contact.
2023-03-23 09:22:03 -05:00
</p>
2023-03-23 09:19:16 -05:00
<h2 id="professional-experience">Professional Experience</h2>
<ul>
2023-06-14 14:31:19 -05:00
<li>I began computer repair when I was in third grade and built
my first computer at age 12. I now run a computer repair
business, Ben's PC Repair, out of my home. I do this on the side
while I'm in school, but I may expand it.</li>
2023-03-23 21:09:07 -05:00
</ul>
<h2 id="skills-and-other-traits">Skills and other traits</h2>
<ul>
<li>Fluent in Java and Python.</li>
<li>Can learn just about anything fast.
<ul>
2023-06-14 14:31:19 -05:00
<li><em>Very</em> fast learner in programming-related
topics.</li>
2023-03-23 21:09:07 -05:00
</ul></li>
<li>Proficient in Windows or Linux, CLI or GUI.</li>
<li>Traits:
2023-03-23 09:19:16 -05:00
<ul>
2023-03-23 21:09:07 -05:00
<li>Problem solver.</li>
<li><em>Loves</em> to learn.</li>
<li>Always curious.</li>
<li>Can self-teach.</li>
<li>Flexible.</li>
2023-03-23 09:19:16 -05:00
</ul></li>
</ul>
2023-06-14 14:31:19 -05:00
<h2 id="portfolio"><a
href="https://askiiart.net/portfolio.html">Portfolio</a></h2>
2023-03-23 09:19:16 -05:00
<p>Highlights:</p>
<ul>
2023-06-14 14:31:19 -05:00
<li><a
href="http://github.com/askiiart/universal-fast-stable-diffusion">askiiart/universal-fast-stable-diffusion</a>
2023-03-23 09:19:16 -05:00
<ul>
2023-06-14 14:31:19 -05:00
<li>A semi-universal version of <a
href="https://github.com/TheLastBen/fast-stable-diffusion">TheLastBen/fast-stable-diffusion</a>,
it just requires a supported GPU and the dependencies to be
installed.</li>
2023-03-23 09:19:16 -05:00
</ul></li>
2023-06-14 14:31:19 -05:00
<li><a
href="https://git.askiiart.net/askiiart/askiiart-net">askiiart/askiiart-net</a>
2023-03-23 09:19:16 -05:00
<ul>
2023-03-23 09:50:16 -05:00
<li>My site's source code</li>
2023-03-23 09:19:16 -05:00
</ul></li>
<li><a href="https://askiiart.net">askiiart.net</a>
<ul>
2023-06-14 14:31:19 -05:00
<li>My site. I have several of services running on it, like <a
href="https://git.askiiart.net">Gitea</a> and <a
href="https://invidious.askiiart.net">Invidious</a>.</li>
2023-03-23 09:19:16 -05:00
</ul></li>
</ul>
<h2 id="academics">Academics</h2>
<ul>
2023-03-23 22:33:20 -05:00
<li>High school diploma, anticipated 2025
2023-03-23 09:19:16 -05:00
<ul>
2023-03-23 22:31:27 -05:00
<li>Collegiate Academy of Birdville, Haltom City, Texas</li>
<li>Current GPA 3.8</li>
2023-03-23 09:19:16 -05:00
</ul></li>
2023-06-14 14:31:19 -05:00
<li>Associate of Applied Science in Programming, degree
anticipated 2025
2023-03-23 21:09:07 -05:00
<ul>
2023-03-23 22:31:27 -05:00
<li>Tarrant County College, Tarrant County, Texxas</li>
<li>Current GPA 3.8</li>
2023-03-23 21:09:07 -05:00
</ul></li>
2023-03-23 09:19:16 -05:00
</ul>
2023-06-14 14:31:19 -05:00
<h2 id="extracurriculars-and-community-service">Extracurriculars
and community service</h2>
2023-03-23 09:19:16 -05:00
<ul>
2023-06-14 14:31:19 -05:00
<li>Cofounder and current vice president of the <a
href="https://codeberg.org/TCCD-CompSci-and-Coding-Club/">TCCD
CompSci and Coding Club</a>.</li>
<li>Complete a minimum of 20 hours of community service each
year.</li>
2023-03-23 09:19:16 -05:00
</ul>
2023-08-27 18:05:38 -05:00
<script src="/prism.js"></script>
2023-03-23 09:19:16 -05:00
</body>
<footer>
2023-08-08 14:16:30 -05:00
<p>To view this page in markdown, replace the <code>.html</code> in the URL with <code>.md</code>. If this is the root page (askiiart.net), get the markdown version of it at <a href="/index.md">index.md</a>. Source code <a href="https://github.com/askiiart/askiiart.github.io">here</a> and <a href="https://git.askiiart.net/askiiart/askiiart-net">here</a>.</p>
2023-03-23 09:19:16 -05:00
</footer>
</html>