askiiart-net/resume.html

73 lines
3.8 KiB
HTML
Raw Normal View History

2023-03-23 09:19:16 -05:00
<html>
<head>
<meta charset="utf-8" />
<link rel="icon" href="/askiiart.gif" type="image/icon">
<title>askiiart's site</title>
<link href="style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<h1 id="resume">Resume</h1>
2023-03-23 09:22:03 -05:00
<p>
2023-03-23 21:09:07 -05:00
Benjamin Zimmerman <br> <a href="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-03-23 21:09:07 -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 may expand it.</li>
</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>
<li><em>Very</em> fast learner in programming-related topics.</li>
</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>
<h2 id="portfolio"><a href="https://askiiart.net/portfolio.html">Portfolio</a></h2>
<p>Highlights:</p>
<ul>
2023-03-23 09:50:16 -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>
<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>
</ul></li>
<li><a href="https://git.askiiart.net/askiiart/askiiart-net">askiiart/askiiart-net</a>
<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-03-23 18:02:27 -05:00
<li>My site. I've got a bunch 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>
<li>Collegiate Academy of Birdville sophomore student (graduating in 2025)
<ul>
<li>This is an early college high school, meaning I simultaneously take high school and college courses. When I graduate, I will graduate with both my associates degree from Tarrant County College, and my high school diploma.</li>
</ul></li>
<li>I have completed 25 credit hours of college courses (29 if you include AP credits)</li>
2023-03-23 21:09:07 -05:00
<li>Programming-related classes:
<ul>
<li>AP Computer Science A: AP Java class, gave credit for COSC-1436 (Programming Fundamentals I), taken as a freshman in 2021-2022.</li>
<li>ITSE-1479 (Intro to Scripting Languages): A Python class, taken over the summer of 2022.</li>
</ul></li>
2023-03-23 09:19:16 -05:00
</ul>
<h2 id="extracurriculars-and-community-service">Extracurriculars and community service</h2>
<ul>
<li>I am cofounder and current vice president of the <a href="https://codeberg.org/TCCD-CompSci-and-Coding-Club/">TCCD CompSci and Coding Club</a>.</li>
2023-03-23 21:09:07 -05:00
<li>I do a minimum of 20 hours of community service each year.</li>
2023-03-23 09:19:16 -05:00
</ul>
</body>
<footer>
<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></p>
</footer>
</html>