31 Commits

Author SHA1 Message Date
Trianta
0e78c26275 sysadmin: reduce to single page 2024-12-10 17:42:43 -06:00
Trianta
1d9e131dc3 Merge branch 'main' into sysadmin 2024-12-10 17:41:01 -06:00
Trianta
a72a0a1418 core: add efficiency savings point 2024-12-07 17:06:31 -06:00
Trianta
47b8276617 core: change skills to awards 2024-12-07 16:27:37 -06:00
Trianta
77750c633e main: better organization to fit resume 2024-11-25 13:44:36 -06:00
Trianta
fb99b5191d main: don't forget to make 2024-11-24 17:55:24 -06:00
Trianta
7103a0f7b7 main: remove level from help desk experience 2024-11-24 17:54:43 -06:00
Trianta
e9b8d90782 main: rearrange resume and update bullets from branch 2024-11-24 17:51:05 -06:00
Trianta
e0c46264c1 resume: combine into a single main resume 2024-11-11 01:03:20 -06:00
Trianta
af51737e1f Merge branch 'sre' 2024-11-11 00:31:27 -06:00
c21be2c355 resume: increase verbosity on resume 2024-10-22 14:46:22 -05:00
2342785beb resume: increase length 1/2 2024-10-18 12:13:48 -05:00
Trianta
0c0d186aff resume: fix missing period 2024-10-10 16:51:22 -05:00
Trianta
09c73217bc resume: update education section 2024-10-09 18:59:00 -05:00
Trianta
86fc10da6e resume: update resume to expand upon college experience 2024-10-09 17:09:28 -05:00
Trianta
1a06edcc0c resume: update generated files 2024-10-09 16:43:43 -05:00
Trianta
95fc3e3dba resume: update reference docx and css 2024-10-09 16:24:31 -05:00
Trianta
2dc12d9708 resume: update generated docx 2024-10-09 16:22:37 -05:00
Trianta
aabf0dc57a resume: update generated files 2024-10-09 16:19:38 -05:00
Trianta
bd54c5bd02 resume: update reference document to match css 2024-10-09 16:19:10 -05:00
Trianta
8de7ceb811 resume: reintroduce page break 2024-10-09 16:13:57 -05:00
Trianta
bec44b75ff resume: remove color down to black/white and improve font 2024-10-09 16:12:12 -05:00
Trianta
1806736bbb resume: move experience above projects 2024-10-09 16:11:36 -05:00
Trianta
2213cb8da7 resume: update generated files 2024-10-07 20:12:23 -05:00
Trianta
d008c250d5 resume: update with current section setup 2024-10-07 19:50:04 -05:00
Trianta
7ec31c8fdd resume: update reference document 2024-10-07 19:35:23 -05:00
d9d7fd40af resume: add epic stupid requirements 2024-10-05 14:42:34 -05:00
94daf7bcb0 resume: update resume for swe 2024-10-05 14:23:44 -05:00
47e50e576d resume: update reference styling 2024-10-05 14:23:30 -05:00
Trianta
c867c2dcc0 resume: add changes from md to other formats 2024-08-19 16:50:19 -05:00
Trianta
19cb69619d resume: created a SWE version of resume 2024-08-18 03:46:27 -05:00
7 changed files with 191 additions and 143 deletions
Binary file not shown.
+9 -12
View File
@@ -1,8 +1,8 @@
/* Whole document */ /* Whole document */
body { body {
font-family: Helvetica, Arial, sans-serif; font-family: Helvetica, Arial, sans-serif;
font-size: 1rem; font-size: 0.8rem;
color: #4c4f69; color: black;
line-height: 1.5; line-height: 1.5;
width: 800px; width: 800px;
margin-inline: auto; margin-inline: auto;
@@ -18,8 +18,7 @@ body {
/* Title of the resume */ /* Title of the resume */
h1 { h1 {
color: #df8e1d; font-size: 1.6rem;
font-size: 2.1rem;
text-align: center; text-align: center;
margin-top: 0px; margin-top: 0px;
margin-bottom: 0px; margin-bottom: 0px;
@@ -27,29 +26,26 @@ h1 {
/* Titles of categories */ /* Titles of categories */
h2 { h2 {
color: #df8e1d; font-size: 1.4rem;
font-size: 1.6rem;
margin-top: 0; margin-top: 0;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
border-bottom: 1px solid black; border-bottom: 1px solid black;
} }
h3 { h3 {
color: #dc8a78; font-size: 1.2rem;
font-size: 1.3rem;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
} }
h4 { h4 {
color: #8c8fa1; font-size: 1.0rem;
font-size: 1.1rem;
margin-top: 0; margin-top: 0;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
} }
h6 { h6 {
font-size: 0.9rem; font-size: 0.7rem;
text-align: center; text-align: center;
margin: 0; margin: 0;
padding-bottom: 9px; padding-bottom: 9px;
@@ -75,6 +71,7 @@ a {
text-decoration: none; text-decoration: none;
color: #1e66f5; color: #1e66f5;
} }
a:hover, a:active { a:hover, a:active {
background-color: #7287fd; background-color: #7287fd;
color: #FFFFFF; color: #FFFFFF;
@@ -84,7 +81,7 @@ a:hover, a:active {
/* Horizontal separators */ /* Horizontal separators */
hr { hr {
color: #A6A6A6; color: black;
} }
/* List spacing */ /* List spacing */
BIN
View File
Binary file not shown.
+80 -54
View File
@@ -23,81 +23,107 @@
.display.math{display: block; text-align: center; margin: 0.5rem auto;} .display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style> </style>
<link rel="stylesheet" href="resume.css" /> <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> </head>
<body> <body>
<h1 id="gregory-crawford">Gregory Crawford</h1> <h1 id="gregory-crawford">Gregory Crawford</h1>
<h6 <h6
id="trianta.dev-.-gregcraw2001gmail.com-.-618-830-5817-.-swansea-il"><a id="trianta.dev-.-gregcraw2001gmail.com-.-618-830-5817-.-swansea-il">[
href="#trianta.dev">[trianta.dev](https://trianta.dev)</a> . [ <a href="https://trianta.dev">trianta.dev</a> ] . [
gregcraw2001@gmail.com ] . [ 618 830 5817 ] . [ Swansea, IL ]</h6> gregcraw2001@gmail.com ] . [ 618 830 5817 ] . [ Swansea, IL ]</h6>
<h2 id="education">EDUCATION</h2> <h2 id="education">Education</h2>
<h3 id="b.s.-in-computer-science-may-2024">B.S. in Computer Science (May <h3
2024)</h3> id="bachelor-of-science-in-computer-science-completed-may-2024">Bachelor
of Science in Computer Science (Completed: May 2024)</h3>
<h4 id="southern-illinois-university-edwardsville">Southern Illinois <h4 id="southern-illinois-university-edwardsville">Southern Illinois
University Edwardsville</h4> University Edwardsville</h4>
<ul> <ul>
<li><strong>Relevant Courses:</strong> Networks and Data Communications, <li><strong>GPA:</strong> 3.15</li>
Database and Web System Development, Operating Systems</li> <li>Participated in team projects as a <strong>team lead</strong> or
contributor to develop leadership and collaboration skills, such as
communicating effectively with team members, managing project timelines
and resources, and making informed decisions.</li>
<li>Had hands-on experience with development tools and technologies like
<strong>Git</strong> , <strong>Jenkins</strong> , and
<strong>Docker</strong> to automate testing, deployment, and monitoring
of software applications. Successfully implemented a continuous
integration pipeline that reduced build times by 75%.</li>
</ul> </ul>
<h2 id="skills">SKILLS</h2> <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> <ul>
<li><p><strong>Programming:</strong> C++, C, Bash, Python, SQL, <li>Managing a fleet of three servers using <strong>Docker</strong> for
JavaScript, HTML</p></li> deploying services and <strong>Apache</strong> for domain and subdomain
<li><p><strong>Tools:</strong> SSH, Git, Apache, Docker, CertBot, routing.</li>
Wireshark, Nmap, VPN, Wireguard, MySQL, MariaDB</p></li> <li>Wrote scripts in <strong>Bash</strong> to automatically perform
<li><p><strong>Operating Systems:</strong> Windows, Ubuntu, Debian, routine tasks such as backups on <strong>Debian Linux</strong>
Arch, Linux</p></li> servers.</li>
<li>Manage the network infrastructure to allow for local management of
DNS as well as simplified access through private domain addresses for
accessing the servers.</li>
<li>Servers are accessed using <strong>SSH</strong> and secured by only
allowing private key encrypted logins.</li>
</ul> </ul>
<h2 id="experience">EXPERIENCE</h2> <h2 id="experience">Experience</h2>
<h3 id="help-desk-level-1-may-2022---july-2022">Help Desk Level 1 (May <h3 id="system-administrator-september-2024---current">System
2022 - July 2022)</h3> Administrator (September 2024 - Current)</h3>
<h4 id="gerold-moving">Gerold Moving</h4>
<ul>
<li>Digitized old systems to new faster methods that allowed the
employee to spend less time per document, increasing productivity by
30%.</li>
<li>Designed efficient methods for managing internal tools, improving
manageability and reducing the annual operating cost by over
$1,000.</li>
<li>Organized a centralized knowledge base that collects information for
common technical issues, including step-by-step instructions and
relevant screenshots, to facilitate easy access and understanding.</li>
<li>Conducted troubleshooting processes to diagnose and resolve problems
related to software applications and network connectivity.</li>
</ul>
<h3 id="it-help-desk-may-2022---july-2022">IT Help Desk (May 2022 - July
2022)</h3>
<h4 id="vinali-staffing">Vinali Staffing</h4> <h4 id="vinali-staffing">Vinali Staffing</h4>
<ul> <ul>
<li>Resolved technical issues with strong analytical and troubleshooting <li>Handled technical support requests from users via phone, email, or
skills.</li> chat, using skills like communication and problem-solving to resolve
<li>Utilized strong <strong>communication skills</strong> to provide issues. Resolved an average of 82% of all technical issues on first
users with <strong>detailed solutions</strong>.</li> contact.</li>
<li>Collaborated with IT team members to resolve complex issues and <li>Responded to issues related to hardware, software, and networking
escalate as needed.</li> problems using knowledge of systems and applications.</li>
<li>Achieved an exceptional level of performance and quality within just
one month by minimizing call time and post-call time while increasing
the rate of issues fixed, exceeding expectations of an average time to
reach it being nearly a year.</li>
<li>Successfully maintained a 94% customer satisfaction rating
throughout my tenure and reduced my average conclusion time from 16
minutes to under 5 minutes.</li>
</ul> </ul>
<h3 id="it-help-desk-november-2017---july-2021">IT Help Desk (November <h3 id="it-help-desk-november-2017---july-2021">IT Help Desk (November
2017 - July 2021)</h3> 2017 - July 2021)</h3>
<h4 id="gerold-moving">Gerold Moving</h4> <h4 id="gerold-moving-1">Gerold Moving</h4>
<ul> <ul>
<li>Provided technical support, including malfunctioning software and <li>Provided technical support, including malfunctioning software and
networking issues.</li> networking issues.</li>
<li>Assembled and disassembled computers to solve component issues.</li> <li>Fixed issues regarding computers running Microsoft Windows, as well
as with Microsoft Office 365 software and services.</li>
<li>Disassembled and reassembled computer systems to identify and fix
problems with individual parts or components.</li>
</ul> </ul>
<h2 id="projects">PROJECTS</h2> <h2 id="awards">Awards</h2>
<h3 id="linux-server-management-may-2021---current">Linux Server <h3 id="eagle-scout-completed-june-2019">Eagle Scout (Completed: June
Management (May 2021 - Current)</h3> 2019)</h3>
<h4 id="trianta.dev"><a href="https://trianta.dev">trianta.dev</a></h4>
<ul> <ul>
<li><strong>Maintain</strong> and upgrade <strong>multiple <li>Achieved the rank of Eagle Scout as a member of Boy Scouts of
servers</strong> running Docker, Apache, and other technologies.</li> America.</li>
<li>Run <strong>automated</strong> weekly <strong>backups</strong> on <li>Served for over a year as the Senior Patrol Leader of approximately
<strong>Linux servers</strong>.</li> 16 Boy Scouts, organizing, coordinating, and leading the troop during
<li>Independently <strong>research new technology</strong> outside of this time to reach their goals for the next rank.</li>
current implementations <strong>for improvements</strong>.</li> <li>Demonstrated self-discipline and responsibility by managing time and
</ul> resources effectively, completing service projects and achieving rank
<h3 id="snakeplusplus">Snakeplusplus</h3> goals.</li>
<h4 id="lab.trianta.devtriantasnakeplusplus"><a
href="https://lab.trianta.dev/Trianta/snakeplusplus">lab.trianta.dev/Trianta/snakeplusplus</a></h4>
<ul>
<li>Developed Snake using <strong>C++</strong> with a focus on
maintainable code.</li>
<li>Uses the SFML library to display the game.</li>
<li>Easy compilation on any platform using <strong>CMake</strong>.</li>
</ul>
<h2 id="other-skills">OTHER SKILLS</h2>
<ul>
<li>Eagle Scout, Software Development, Open-Source Contributor, Unit
Testing, Data Structures</li>
<li>Strong Attention To Detail, Dedicated, DNS, DHCP, VLANs, Computer
Proficiency, SSHFS</li>
</ul> </ul>
</body> </body>
</html> </html>
+34 -34
View File
@@ -4,53 +4,53 @@ Gregory Crawford
###### [ [trianta.dev](https://trianta.dev) ] . [ gregcraw2001@gmail.com ] . [ 618 830 5817 ] . [ Swansea, IL ] ###### [ [trianta.dev](https://trianta.dev) ] . [ gregcraw2001@gmail.com ] . [ 618 830 5817 ] . [ Swansea, IL ]
EDUCATION Education
--------- ---------
### B.S. in Computer Science (May 2024) ### Bachelor of Science in Computer Science (Completed: May 2024)
#### Southern Illinois University Edwardsville #### Southern Illinois University Edwardsville
- **Relevant Courses:** Networks and Data Communications, Database and Web System Development, Operating Systems - **GPA:** 3.15
- Participated in team projects as a **team lead** or contributor to develop leadership and collaboration skills, such as communicating effectively with team members, managing project timelines and resources, and making informed decisions.
- Had hands-on experience with development tools and technologies like **Git** , **Jenkins** , and **Docker** to automate testing, deployment, and monitoring of software applications. Successfully implemented a continuous integration pipeline that reduced build times by 75%.
SKILLS Projects
------ --------
- **Programming:** C++, C, Bash, Python, SQL, JavaScript, HTML ### Server Management (May 2021 - Current)
#### [Personal Website](https://trianta.dev)
- **Tools:** SSH, Git, Apache, Docker, CertBot, Wireshark, Nmap, VPN, Wireguard, MySQL, MariaDB - Managing a fleet of three servers using **Docker** for deploying services and **Apache** for domain and subdomain routing.
- Wrote scripts in **Bash** to automatically perform routine tasks such as backups on **Debian Linux** servers.
- Manage the network infrastructure to allow for local management of DNS as well as simplified access through private domain addresses for accessing the servers.
- Servers are accessed using **SSH** and secured by only allowing private key encrypted logins.
- **Operating Systems:** Windows, Ubuntu, Debian, Arch, Linux Experience
EXPERIENCE
--------- ---------
### Help Desk Level 1 (May 2022 - July 2022) ### System Administrator (September 2024 - Current)
#### Gerold Moving
- Digitized old systems to new faster methods that allowed the employee to spend less time per document, increasing productivity by 30%.
- Designed efficient methods for managing internal tools, improving manageability and reducing the annual operating cost by over $1,000.
- Organized a centralized knowledge base that collects information for common technical issues, including step-by-step instructions and relevant screenshots, to facilitate easy access and understanding.
- Conducted troubleshooting processes to diagnose and resolve problems related to software applications and network connectivity.
### IT Help Desk (May 2022 - July 2022)
#### Vinali Staffing #### Vinali Staffing
- Resolved technical issues with strong analytical and troubleshooting skills. - Handled technical support requests from users via phone, email, or chat, using skills like communication and problem-solving to resolve issues. Resolved an average of 82% of all technical issues on first contact.
- Utilized strong **communication skills** to provide users with **detailed solutions**. - Responded to issues related to hardware, software, and networking problems using knowledge of systems and applications.
- Collaborated with IT team members to resolve complex issues and escalate as needed. - Achieved an exceptional level of performance and quality within just one month by minimizing call time and post-call time while increasing the rate of issues fixed, exceeding expectations of an average time to reach it being nearly a year.
- Successfully maintained a 94% customer satisfaction rating throughout my tenure and reduced my average conclusion time from 16 minutes to under 5 minutes.
### IT Help Desk (November 2017 - July 2021) ### IT Help Desk (November 2017 - July 2021)
#### Gerold Moving #### Gerold Moving
- Provided technical support, including malfunctioning software and networking issues. - Provided technical support, including malfunctioning software and networking issues.
- Assembled and disassembled computers to solve component issues. - Fixed issues regarding computers running Microsoft Windows, as well as with Microsoft Office 365 software and services.
- Disassembled and reassembled computer systems to identify and fix problems with individual parts or components.
PROJECTS Awards
-------- --------
### Linux Server Management (May 2021 - Current) ### Eagle Scout (Completed: June 2019)
#### [trianta.dev](https://trianta.dev) - Achieved the rank of Eagle Scout as a member of Boy Scouts of America.
- Served for over a year as the Senior Patrol Leader of approximately 16 Boy Scouts, organizing, coordinating, and leading the troop during this time to reach their goals for the next rank.
- **Maintain** and upgrade **multiple servers** running Docker, Apache, and other technologies. - Demonstrated self-discipline and responsibility by managing time and resources effectively, completing service projects and achieving rank goals.
- Run **automated** weekly **backups** on **Linux servers**.
- Independently **research new technology** outside of current implementations **for improvements**.
### Snakeplusplus
#### [lab.trianta.dev/Trianta/snakeplusplus](https://lab.trianta.dev/Trianta/snakeplusplus)
- Developed Snake using **C++** with a focus on maintainable code.
- Uses the SFML library to display the game.
- Easy compilation on any platform using **CMake**.
OTHER SKILLS
--------
- Eagle Scout, Software Development, Open-Source Contributor, Unit Testing, Data Structures
- Strong Attention To Detail, Dedicated, DNS, DHCP, VLANs, Computer Proficiency, SSHFS
BIN
View File
Binary file not shown.
+68 -43
View File
@@ -1,37 +1,73 @@
Gregory Crawford Gregory Crawford
[trianta.dev](https://trianta.dev) . [ gregcraw2001@gmail.com ] . [ 618 830 5817 ] . [ Swansea, IL ] [ trianta.dev ] . [ gregcraw2001@gmail.com ] . [ 618 830 5817 ] . [ Swansea, IL ]
EDUCATION Education
B.S. in Computer Science (May 2024) Bachelor of Science in Computer Science (Completed: May 2024)
Southern Illinois University Edwardsville Southern Illinois University Edwardsville
- Relevant Courses: Networks and Data Communications, Database and Web - GPA: 3.15
System Development, Operating Systems - Participated in team projects as a team lead or contributor to
develop leadership and collaboration skills, such as communicating
effectively with team members, managing project timelines and
resources, and making informed decisions.
- Had hands-on experience with development tools and technologies like
Git , Jenkins , and Docker to automate testing, deployment, and
monitoring of software applications. Successfully implemented a
continuous integration pipeline that reduced build times by 75%.
SKILLS Projects
- Programming: C++, C, Bash, Python, SQL, JavaScript, HTML Server Management (May 2021 - Current)
- Tools: SSH, Git, Apache, Docker, CertBot, Wireshark, Nmap, VPN, Personal Website
Wireguard, MySQL, MariaDB
- Operating Systems: Windows, Ubuntu, Debian, Arch, Linux - Managing a fleet of three servers using Docker for deploying
services and Apache for domain and subdomain routing.
- Wrote scripts in Bash to automatically perform routine tasks such as
backups on Debian Linux servers.
- Manage the network infrastructure to allow for local management of
DNS as well as simplified access through private domain addresses
for accessing the servers.
- Servers are accessed using SSH and secured by only allowing private
key encrypted logins.
EXPERIENCE Experience
Help Desk Level 1 (May 2022 - July 2022) System Administrator (September 2024 - Current)
Gerold Moving
- Digitized old systems to new faster methods that allowed the
employee to spend less time per document, increasing productivity by
30%.
- Designed efficient methods for managing internal tools, improving
manageability and reducing the annual operating cost by over $1,000.
- Organized a centralized knowledge base that collects information for
common technical issues, including step-by-step instructions and
relevant screenshots, to facilitate easy access and understanding.
- Conducted troubleshooting processes to diagnose and resolve problems
related to software applications and network connectivity.
IT Help Desk (May 2022 - July 2022)
Vinali Staffing Vinali Staffing
- Resolved technical issues with strong analytical and troubleshooting - Handled technical support requests from users via phone, email, or
skills. chat, using skills like communication and problem-solving to resolve
- Utilized strong communication skills to provide users with detailed issues. Resolved an average of 82% of all technical issues on first
solutions. contact.
- Collaborated with IT team members to resolve complex issues and - Responded to issues related to hardware, software, and networking
escalate as needed. problems using knowledge of systems and applications.
- Achieved an exceptional level of performance and quality within just
one month by minimizing call time and post-call time while
increasing the rate of issues fixed, exceeding expectations of an
average time to reach it being nearly a year.
- Successfully maintained a 94% customer satisfaction rating
throughout my tenure and reduced my average conclusion time from 16
minutes to under 5 minutes.
IT Help Desk (November 2017 - July 2021) IT Help Desk (November 2017 - July 2021)
@@ -39,31 +75,20 @@ Gerold Moving
- Provided technical support, including malfunctioning software and - Provided technical support, including malfunctioning software and
networking issues. networking issues.
- Assembled and disassembled computers to solve component issues. - Fixed issues regarding computers running Microsoft Windows, as well
as with Microsoft Office 365 software and services.
- Disassembled and reassembled computer systems to identify and fix
problems with individual parts or components.
PROJECTS Awards
Linux Server Management (May 2021 - Current) Eagle Scout (Completed: June 2019)
trianta.dev - Achieved the rank of Eagle Scout as a member of Boy Scouts of
America.
- Maintain and upgrade multiple servers running Docker, Apache, and - Served for over a year as the Senior Patrol Leader of approximately
other technologies. 16 Boy Scouts, organizing, coordinating, and leading the troop
- Run automated weekly backups on Linux servers. during this time to reach their goals for the next rank.
- Independently research new technology outside of current - Demonstrated self-discipline and responsibility by managing time and
implementations for improvements. resources effectively, completing service projects and achieving
rank goals.
Snakeplusplus
lab.trianta.dev/Trianta/snakeplusplus
- Developed Snake using C++ with a focus on maintainable code.
- Uses the SFML library to display the game.
- Easy compilation on any platform using CMake.
OTHER SKILLS
- Eagle Scout, Software Development, Open-Source Contributor, Unit
Testing, Data Structures
- Strong Attention To Detail, Dedicated, DNS, DHCP, VLANs, Computer
Proficiency, SSHFS