You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

183 lines
5.1 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Resume | tait.tech</title>
<link rel="stylesheet" href="/assets/css/style.css" id="main-stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<main>
<div id="wrapper">
<h1 class="center">Tait Hoyem</h1>
<h2 id="experience">Experience</h2>
<ul class="clear-list">
<li>
<strong>Zone4 Systems Inc.</strong> &mdash; <em>Software Developer</em> (July 2021-present)
<p>Software development and QA (testing) for an international race timing company based in Canmore, AB. Testing using unittest and Selenium. Development done in Javascript and Tornado. Founded in 2001 by Canadian Olympian Dan Roycroft..</p>
</li>
<li>
<strong>Bytetools Technologies Inc.</strong> &mdash; <em>Founder</em> (2020-present)
<p>Providing small businesses with simple, secure software solutions.</p>
</li>
<li>
<strong>VOG App Developers</strong> &mdash; <em>Contractor</em> (Summer 2020)
<p>Identify seed health for machine learning algorithm bootstrapping.</p>
</li>
<li>
<strong>Independent</strong> &mdash; <em>Tutoring</em> (2019-present)
<p>Working with computer science students explaining introductory to advanced concepts. Covering languages from C/C++ to Javascript to Python. I am skilled in working with students who have visual impairments: transcribing inaccessible computer code (from images or a screen-share) and presenting complex math equations in an accessible format.</p>
</li>
<li>
<strong>Total Impact Signs</strong> &mdash; <em>Contractor</em> (2014-2016)
<p>Implemented a semi-automatic payroll system replacing the manual sign in book used before.</p>
</li>
</ul>
<h2 id="education">Education</h2>
<ul class="clear-list">
<li>
<strong>Southern Alberta Institute of Technology</strong> &mdash; Diploma / <em>Information Technology--Software Development Major</em> (2019-2021)
<p>Full-stack two year software development diploma. Focusing on databases, interface design, systems administration, security and enterprise solutions.</p>
</li>
<li>
<strong>Dartmouth College (Open Corseware)</strong> &mdash; Professional Certificate / <em>C Programming with Linux</em> (2020)
<p>A certification in C programming, the <code class="language-plaintext highlighter-rouge">gcc</code> compiler, and the <code class="language-plaintext highlighter-rouge">make</code> compilation system. 100% mark.</p>
</li>
<li>
<strong>The Linux Foundation</strong> &mdash; Certification / <em>Certified Linux System Administrator</em> (2016)
<p>Certified in Linux system administration tasks. Running web servers, maintaining mass storage systems, running secure remote control tools. Certificate no longer valid.</p>
</li>
</ul>
<h2 id="projects">Projects</h2>
<ul class="clear-list">
<li>
<strong><a href="https://github.com/ornicar/lila/pull/7772">Lichess</a></strong>
<p>A patch for Lichess.org which vastly extends support for screen reader users. The website has millions of active users.</p>
</li>
<li>
<strong><a href="https://github.com/TTWNO/quote_pdf">Quote Retrieval System</a></strong>
<p>Written for a local roofing business to securely distribute quotes.</p>
</li>
<li>
<strong><a href="https://github.com/TTWNO/epub-with-pinyin">epub-with-pinyin</a></strong>
<p>A program to add Pinyin above Chinese characters in .epub files to assist those learning Mandarin Chinese.</p>
</li>
<li>
<strong><a href="/emacspeak-tutorials/">Programming Tutorials For The Visually Impaired</a></strong>
<p>Amateur-level production quality videos with all file buffers, written text, and shell commands read out by <a href="http://emacspeak.sourceforge.net/">Emacspeak</a>, an Emacs extention for the blind.</p>
</li>
<li>
<strong><a href="https://github.com/TTWNO/lamegames.io">lamegames</a></strong>
<p>A little games website I made for some demonstrations of Django and websocket functionality. Very, very lame. Would not recommend.</p>
</li>
<li>
<strong><a href="https://github.com/TTWNO/chess">chess</a></strong>
<p>A command-line chess game in C++. It is compileable on nearly any system.</p>
</li>
<li>
<strong><a href="https://tait.tech/md/">Simple Markdown Editor</a></strong>
<p>A simple online (and offline) browser-based markdown editor that supports the automatic creation of MathML.</p>
</li>
</ul>
<h2 id="skills">Skills</h2>
<h3>Languages</h3>
<ul>
<li>English (native)</li>
<li>Mandarin (novice)</li>
</ul>
<h3>Programming Languages</h3>
<ul>
<li>C/C++</li>
<li>Python</li>
<li>Java &amp; Java EE</li>
<li>HTML/CSS/JS (Frontend Web)</li>
<li>Typescript, SCSS, Static Site Generation (Compiled Web)</li>
<li>PHP</li>
<li>POSIX Shell</li>
</ul>
<h3>Frameworks/Environments</h3>
<ul>
<li>Flask</li>
<li>Django</li>
<li>JQuery</li>
</ul>
<h3>Miscellaneous</h3>
<ul>
<li>3D Printing</li>
<li>Proxmox Virtualization</li>
<li>Embedded Systems (RPi, ESP-compatible)</li>
</ul>
<footer>
</footer>
</div>
</main>
</body>
</html>