Trianta/about/resume.html

177 lines
7.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>resume</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
/* The extra [class] is a hack that increases specificity enough to
override a similar rule in reveal.js */
ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="resume.css" />
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<h1 id="gregory-crawford">Gregory Crawford</h1>
<h6
id="trianta.dev-.-gregcraw2001gmail.com-.-618-830-5817-.-swansea-il">[
<a href="https://trianta.dev">trianta.dev</a> ] . [
gregcraw2001@gmail.com ] . [ 618 830 5817 ] . [ Swansea, IL ]</h6>
<h2 id="education">EDUCATION</h2>
<h3 id="b.s.-in-computer-science-may-2024">B.S. in Computer Science (May
2024)</h3>
<h4 id="southern-illinois-university-edwardsville">Southern Illinois
University Edwardsville</h4>
<ul>
<li>Developed proficiency in programming languages such as
<strong>C</strong>, <strong>C++</strong>, <strong>Python</strong>, and
<strong>JavaScript</strong>.</li>
<li>Took up the role of <strong>Team Lead</strong> on multiple projects
across multiple courses to meet project deadlines.</li>
<li>Coordinated the use of <strong>Git</strong> among team members to
ensure all changes were tracked, reviewed, and properly integrated into
the main codebase</li>
<li>Collaborated with team members to <strong>set project goals and
priorities</strong>.</li>
<li>Mentored junior team members to improve their coding skills and
knowledge.</li>
</ul>
<h2 id="skills">SKILLS</h2>
<ul>
<li><p><strong>Programming:</strong> C++, C, Bash, Python, SQL,
JavaScript, HTML, CSS</p></li>
<li><p><strong>Tools:</strong> SSH, Git, Apache, Docker, Jenkins, MySQL,
MariaDB, VirtualBox</p></li>
<li><p><strong>Operating Systems:</strong> Windows, Linux, Ubuntu,
Debian, Arch</p></li>
</ul>
<h2 id="projects">PROJECTS</h2>
<h3 id="server-management-may-2021---current">Server Management (May
2021 - Current)</h3>
<h4 id="personal-website"><a href="https://trianta.dev">Personal
Website</a></h4>
<ul>
<li>Caring for and updating several servers that use technologies such
as <strong>Docker</strong> and <strong>Apache</strong> to make sure they
run smoothly and securely.</li>
<li>Scripts written in <strong>Bash</strong> that could
<strong>automatically perform routine tasks</strong> on computers
running the Linux operating system, to save time and effort.</li>
<li><strong>Used logging tools</strong> to keep track of how the system
was working, which helped me identify and solve any problems that came
up more quickly.</li>
<li>Found and fixed technical issues with my software, and created
improvements to update and correct it for future use.</li>
<li>Created and put online a website, using <strong>Jenkins</strong> to
help manage the building process, and Docker to make sure everything
works together properly.</li>
</ul>
<h3 id="open-source-contributions">Open-Source Contributions</h3>
<h4 id="github-profile"><a href="https://github.com/Trimutex">Github
Profile</a></h4>
<ul>
<li>Pull Requests: [ <a
href="https://github.com/hyprwm/Hyprland/pull/7683">hyprwm/Hyprland#7683</a>
] . [ <a
href="https://github.com/hyprwm/Hyprland/pull/7575">hyprwm/Hyprland#7575</a>
] . [ <a
href="https://github.com/hyprwm/Hyprland/pull/7633">hyprwm/Hyprland#7633</a>
]</li>
<li>Collaborated on the launch of new project features, integrating user
feedback into design iterations.</li>
<li>Revived an old project request that had been stuck in limbo for over
a year by updating and recreating it, and it was successfully accepted
and added to the system due to new user demand.</li>
<li>Thoroughly tested software features in an isolated environment
before releasing it into wider use.</li>
<li>Implented three new features consisting of 114 additional lines of
C++.</li>
<li>Worked together with the main coding team to make sure the project
met all of the required guidelines and quality standards for writing
code.</li>
</ul>
<h3 id="snakeplusplus">snakeplusplus</h3>
<h4 id="lab.trianta.devtriantasnakeplusplus"><a
href="https://lab.trianta.dev/Trianta/snakeplusplus">lab.trianta.dev/Trianta/snakeplusplus</a></h4>
<ul>
<li>Created a fast and efficient game of Snake that can be used by
anyone (open-source) using the programming languages C++ and SFML to
make it work properly.</li>
<li>Utilizes <strong>object-oriented programming</strong> principles to
design and implement a modular architecture.</li>
<li>Easily built and used on any computer system, thanks to the use of
CMake which makes compilation simple and straightforward.</li>
</ul>
<div style="page-break-after: always">
</div>
<h3 id="trianta.dev">trianta.dev</h3>
<h4 id="lab.trianta.devtriantatrianta.dev"><a
href="https://lab.trianta.dev/Trianta/trianta.dev">lab.trianta.dev/Trianta/trianta.dev</a></h4>
<ul>
<li>I created, designed, and am still hosting my personal website at
<code>trianta.dev</code>.</li>
<li>Showcases some of the open-source projects Ive developed using
programming languages like JavaScript and Typescript.</li>
<li>The design and layout of the site were organized and implemented
using the HTML and CSS languages.</li>
<li>Utilized a version control system called Git to manage and track
changes in my projects.</li>
</ul>
<h2 id="experience">EXPERIENCE</h2>
<h3 id="system-administrator-september-2024---current">System
Administrator (September 2024 - Current)</h3>
<h4 id="gerold-moving">Gerold Moving</h4>
<ul>
<li>Assisted employees in transitioning to modern security
practices.</li>
<li>Implemented a secure password solution for improved security
measures.</li>
<li>Created internal documentation for future recurring issues.</li>
<li>Managing Windows-based systems and implementing desktop
administration best practices.</li>
</ul>
<h3 id="help-desk-level-1-may-2022---july-2022">Help Desk Level 1 (May
2022 - July 2022)</h3>
<h4 id="vinali-staffing">Vinali Staffing</h4>
<ul>
<li>Responded to and resolved a high volume of technical issues with
strong analytical and troubleshooting skills.</li>
<li>Clearly and effectively communicate information to others, providing
them with the answers they needed.</li>
<li>Escalated complex technical issues, resulting in timely resolution
and improved user satisfaction.</li>
<li>Achieved an exceptional level of performance and quality within just
one month, exceeding expectations that it would take several years to
reach.</li>
</ul>
<h3 id="it-help-desk-november-2017---july-2021">IT Help Desk (November
2017 - July 2021)</h3>
<h4 id="gerold-moving-1">Gerold Moving</h4>
<ul>
<li>Provided technical support, including malfunctioning software and
networking issues.</li>
<li>Fixed problems related to computers running the Windows operating
system, as well as with Microsoft Office 365 software and services.</li>
<li>Took apart and put together computer systems to identify and fix
problems with individual parts or components.</li>
</ul>
</body>
</html>