resume: update resume for swe
This commit is contained in:
parent
47e50e576d
commit
94daf7bcb0
@ -101,3 +101,4 @@ p, li {
|
|||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Binary file not shown.
@ -38,51 +38,95 @@ gregcraw2001@gmail.com ] . [ 618 830 5817 ] . [ Swansea, IL ]</h6>
|
|||||||
2024)</h3>
|
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>
|
|
||||||
<li><strong>Relevant Courses:</strong> Data Structures and Algorithms,
|
|
||||||
Database and Web System Development, and Software Engineering</li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="skills">SKILLS</h2>
|
<h2 id="skills">SKILLS</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><p><strong>Programming:</strong> C++, C, Python, SQL,
|
<li><p><strong>Programming:</strong> C++, C, Bash, Python, SQL,
|
||||||
JavaScript</p></li>
|
JavaScript, HTML, CSS</p></li>
|
||||||
<li><p><strong>Tools:</strong> SSH, Git, Apache, Docker, MySQL, MariaDB,
|
<li><p><strong>Tools:</strong> SSH, Git, Apache, Docker, Jenkins, MySQL,
|
||||||
VirtualBox</p></li>
|
MariaDB, VirtualBox</p></li>
|
||||||
<li><p><strong>Operating Systems:</strong> Ubuntu, Debian, Arch, Linux,
|
<li><p><strong>Operating Systems:</strong> Windows, Linux, Ubuntu,
|
||||||
Windows</p></li>
|
Debian, Arch</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="projects">PROJECTS</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>
|
||||||
|
<li>Took care of and updated several computer servers that were using
|
||||||
|
different technologies like Docker, Apache, to make sure they were
|
||||||
|
running smoothly and securely.</li>
|
||||||
|
<li>Scripts written in Bash that could automatically do routine tasks on
|
||||||
|
computers running the Linux operating system, to save time and
|
||||||
|
effort.</li>
|
||||||
|
<li>Used logging tools 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 automated tools (Jenkins) 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 resubmitting it, and it was eventually 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>
|
<h3 id="snakeplusplus">snakeplusplus</h3>
|
||||||
<h4 id="lab.trianta.devtriantasnakeplusplus"><a
|
<h4 id="lab.trianta.devtriantasnakeplusplus"><a
|
||||||
href="https://lab.trianta.dev/Trianta/snakeplusplus">lab.trianta.dev/Trianta/snakeplusplus</a></h4>
|
href="https://lab.trianta.dev/Trianta/snakeplusplus">lab.trianta.dev/Trianta/snakeplusplus</a></h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>Developed</strong> a high-performance, open-source
|
<li>Created a fast and efficient game of Snake that can be used by
|
||||||
implementation of Snake using <strong>C++</strong> and SFML.</li>
|
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
|
<li>Utilizes <strong>object-oriented programming</strong> principles to
|
||||||
design and implement a modular architecture.</li>
|
design and implement a modular architecture.</li>
|
||||||
<li>Easy compilation on any platform using <strong>CMake</strong>.</li>
|
<li>Easily built and used on any computer system, thanks to the use of
|
||||||
|
CMake which makes compilation simple and straightforward.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="trianta.dev">trianta.dev</h3>
|
<h3 id="trianta.dev">trianta.dev</h3>
|
||||||
<h4 id="lab.trianta.devtriantatrianta.dev"><a
|
<h4 id="lab.trianta.devtriantatrianta.dev"><a
|
||||||
href="https://lab.trianta.dev/Trianta/trianta.dev">lab.trianta.dev/Trianta/trianta.dev</a></h4>
|
href="https://lab.trianta.dev/Trianta/trianta.dev">lab.trianta.dev/Trianta/trianta.dev</a></h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Developed, designed, and actively host a website at trianta.dev
|
<li>I created, designed, and am still hosting my personal website at
|
||||||
.</li>
|
<code>trianta.dev</code>.</li>
|
||||||
<li>Displays open-source projects I developed using JavaScript.</li>
|
<li>Showcases some of the open-source projects I’ve developed using
|
||||||
<li>Utilized Git for project management.</li>
|
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>
|
</ul>
|
||||||
<h2 id="experience">EXPERIENCE</h2>
|
<h2 id="experience">EXPERIENCE</h2>
|
||||||
<h3 id="server-administrator-may-2021---current">Server Administrator
|
<h3 id="system-administrator-september-2024---current">System
|
||||||
(May 2021 - Current)</h3>
|
Administrator (September 2024 - Current)</h3>
|
||||||
<h4 id="self-employed">Self-employed</h4>
|
<h4 id="gerold-moving">Gerold Moving</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>Developed</strong> and <strong>maintained</strong> multiple
|
<li>Assisted employees in transitioning to modern security
|
||||||
software applications using programming languages, such as C++ and
|
practices.</li>
|
||||||
<strong>JavaScript</strong>.</li>
|
<li>Implemented a secure password solution for improved security
|
||||||
<li>Designed and implemented a scalable containerization solution using
|
measures.</li>
|
||||||
Docker, Apache, and other technologies.</li>
|
<li>Created internal documentation for future recurring issues.</li>
|
||||||
<li>Integrated automated weekly <strong>backups</strong> on
|
|
||||||
<strong>Linux servers</strong> in case of data failure.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="help-desk-level-1-may-2022---july-2022">Help Desk Level 1 (May
|
<h3 id="help-desk-level-1-may-2022---july-2022">Help Desk Level 1 (May
|
||||||
2022 - July 2022)</h3>
|
2022 - July 2022)</h3>
|
||||||
@ -90,17 +134,24 @@ Docker, Apache, and other technologies.</li>
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Responded to and resolved a high volume of technical issues with
|
<li>Responded to and resolved a high volume of technical issues with
|
||||||
strong analytical and troubleshooting skills.</li>
|
strong analytical and troubleshooting skills.</li>
|
||||||
<li>Utilized strong <strong>communication skills</strong> to provide
|
<li>Clearly and effectively communicate information to others, providing
|
||||||
users with <strong>detailed solutions</strong>.</li>
|
them with the answers they needed.</li>
|
||||||
<li>Escalated complex technical issues, resulting in timely resolution
|
<li>Escalated complex technical issues, resulting in timely resolution
|
||||||
and improved user satisfaction.</li>
|
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>
|
</ul>
|
||||||
<h2 id="other-skills">OTHER SKILLS</h2>
|
<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>
|
<ul>
|
||||||
<li>Eagle Scout, Software Development, Open-Source Contributor, Unit
|
<li>Provided technical support, including malfunctioning software and
|
||||||
Testing, Data Structures</li>
|
networking issues.</li>
|
||||||
<li>Strong Attention To Detail, Dedicated, DNS, DHCP, VLANs, Computer
|
<li>Fixed problems related to computers running the Windows operating
|
||||||
Proficiency, SSHFS</li>
|
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>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -9,49 +9,72 @@ EDUCATION
|
|||||||
### B.S. in Computer Science (May 2024)
|
### B.S. in Computer Science (May 2024)
|
||||||
#### Southern Illinois University Edwardsville
|
#### Southern Illinois University Edwardsville
|
||||||
|
|
||||||
- **Relevant Courses:** Data Structures and Algorithms, Database and Web System Development, and Software Engineering
|
|
||||||
|
|
||||||
SKILLS
|
SKILLS
|
||||||
------
|
------
|
||||||
- **Programming:** C++, C, Python, SQL, JavaScript
|
- **Programming:** C++, C, Bash, Python, SQL, JavaScript, HTML, CSS
|
||||||
|
|
||||||
- **Tools:** SSH, Git, Apache, Docker, MySQL, MariaDB, VirtualBox
|
- **Tools:** SSH, Git, Apache, Docker, Jenkins, MySQL, MariaDB, VirtualBox
|
||||||
|
|
||||||
- **Operating Systems:** Ubuntu, Debian, Arch, Linux, Windows
|
- **Operating Systems:** Windows, Linux, Ubuntu, Debian, Arch
|
||||||
|
|
||||||
PROJECTS
|
PROJECTS
|
||||||
--------
|
--------
|
||||||
|
### Server Management (May 2021 - Current)
|
||||||
|
#### [Personal Website](https://trianta.dev)
|
||||||
|
|
||||||
|
- Took care of and updated several computer servers that were using different technologies like Docker, Apache, to make sure they were running smoothly and securely.
|
||||||
|
- Scripts written in Bash that could automatically do routine tasks on computers running the Linux operating system, to save time and effort.
|
||||||
|
- Used logging tools to keep track of how the system was working, which helped me identify and solve any problems that came up more quickly.
|
||||||
|
- Found and fixed technical issues with my software, and created improvements to update and correct it for future use.
|
||||||
|
- Created and put online a website, using automated tools (Jenkins) to help manage the building process, and Docker to make sure everything works together properly.
|
||||||
|
|
||||||
|
### Open-Source Contributions
|
||||||
|
#### [Github Profile](https://github.com/Trimutex)
|
||||||
|
|
||||||
|
- Pull Requests: [ [hyprwm/Hyprland#7683](https://github.com/hyprwm/Hyprland/pull/7683) ] .
|
||||||
|
[ [hyprwm/Hyprland#7575](https://github.com/hyprwm/Hyprland/pull/7575) ] .
|
||||||
|
[ [hyprwm/Hyprland#7633](https://github.com/hyprwm/Hyprland/pull/7633) ]
|
||||||
|
- Collaborated on the launch of new project features, integrating user feedback into design iterations.
|
||||||
|
- Revived an old project request that had been stuck in limbo for over a year by updating and resubmitting it, and it was eventually accepted and added to the system due to new user demand.
|
||||||
|
- Thoroughly tested software features in an isolated environment before releasing it into wider use.
|
||||||
|
- Implented three new features consisting of 114 additional lines of C++.
|
||||||
|
- Worked together with the main coding team to make sure the project met all of the required guidelines and quality standards for writing code.
|
||||||
|
|
||||||
### snakeplusplus
|
### snakeplusplus
|
||||||
#### [lab.trianta.dev/Trianta/snakeplusplus](https://lab.trianta.dev/Trianta/snakeplusplus)
|
#### [lab.trianta.dev/Trianta/snakeplusplus](https://lab.trianta.dev/Trianta/snakeplusplus)
|
||||||
|
|
||||||
- **Developed** a high-performance, open-source implementation of Snake using **C++** and SFML.
|
- 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.
|
||||||
- Utilizes **object-oriented programming** principles to design and implement a modular architecture.
|
- Utilizes **object-oriented programming** principles to design and implement a modular architecture.
|
||||||
- Easy compilation on any platform using **CMake**.
|
- Easily built and used on any computer system, thanks to the use of CMake which makes compilation simple and straightforward.
|
||||||
|
|
||||||
### trianta.dev
|
### trianta.dev
|
||||||
#### [lab.trianta.dev/Trianta/trianta.dev](https://lab.trianta.dev/Trianta/trianta.dev)
|
#### [lab.trianta.dev/Trianta/trianta.dev](https://lab.trianta.dev/Trianta/trianta.dev)
|
||||||
|
|
||||||
- Developed, designed, and actively host a website at trianta.dev .
|
- I created, designed, and am still hosting my personal website at `trianta.dev`.
|
||||||
- Displays open-source projects I developed using JavaScript.
|
- Showcases some of the open-source projects I've developed using programming languages like JavaScript and Typescript.
|
||||||
- Utilized Git for project management.
|
- The design and layout of the site were organized and implemented using the HTML and CSS languages.
|
||||||
|
- Utilized a version control system called Git to manage and track changes in my projects.
|
||||||
|
|
||||||
EXPERIENCE
|
EXPERIENCE
|
||||||
---------
|
---------
|
||||||
### Server Administrator (May 2021 - Current)
|
### System Administrator (September 2024 - Current)
|
||||||
#### Self-employed
|
#### Gerold Moving
|
||||||
|
|
||||||
- **Developed** and **maintained** multiple software applications using programming languages, such as C++ and **JavaScript**.
|
- Assisted employees in transitioning to modern security practices.
|
||||||
- Designed and implemented a scalable containerization solution using Docker, Apache, and other technologies.
|
- Implemented a secure password solution for improved security measures.
|
||||||
- Integrated automated weekly **backups** on **Linux servers** in case of data failure.
|
- Created internal documentation for future recurring issues.
|
||||||
|
|
||||||
### Help Desk Level 1 (May 2022 - July 2022)
|
### Help Desk Level 1 (May 2022 - July 2022)
|
||||||
#### Vinali Staffing
|
#### Vinali Staffing
|
||||||
|
|
||||||
- Responded to and resolved a high volume of technical issues with strong analytical and troubleshooting skills.
|
- Responded to and resolved a high volume of technical issues with strong analytical and troubleshooting skills.
|
||||||
- Utilized strong **communication skills** to provide users with **detailed solutions**.
|
- Clearly and effectively communicate information to others, providing them with the answers they needed.
|
||||||
- Escalated complex technical issues, resulting in timely resolution and improved user satisfaction.
|
- Escalated complex technical issues, resulting in timely resolution and improved user satisfaction.
|
||||||
|
- Achieved an exceptional level of performance and quality within just one month, exceeding expectations that it would take several years to reach.
|
||||||
|
|
||||||
OTHER SKILLS
|
### IT Help Desk (November 2017 - July 2021)
|
||||||
--------
|
#### Gerold Moving
|
||||||
- Eagle Scout, Software Development, Open-Source Contributor, Unit Testing, Data Structures
|
|
||||||
- Strong Attention To Detail, Dedicated, DNS, DHCP, VLANs, Computer Proficiency, SSHFS
|
- Provided technical support, including malfunctioning software and networking issues.
|
||||||
|
- Fixed problems related to computers running the Windows operating system, as well as with Microsoft Office 365 software and services.
|
||||||
|
- Took apart and put together computer systems to identify and fix problems with individual parts or components.
|
||||||
|
BIN
about/resume.pdf
BIN
about/resume.pdf
Binary file not shown.
101
about/resume.txt
101
about/resume.txt
@ -8,49 +8,89 @@ B.S. in Computer Science (May 2024)
|
|||||||
|
|
||||||
Southern Illinois University Edwardsville
|
Southern Illinois University Edwardsville
|
||||||
|
|
||||||
- Relevant Courses: Data Structures and Algorithms, Database and Web
|
|
||||||
System Development, and Software Engineering
|
|
||||||
|
|
||||||
SKILLS
|
SKILLS
|
||||||
|
|
||||||
- Programming: C++, C, Python, SQL, JavaScript
|
- Programming: C++, C, Bash, Python, SQL, JavaScript, HTML, CSS
|
||||||
|
|
||||||
- Tools: SSH, Git, Apache, Docker, MySQL, MariaDB, VirtualBox
|
- Tools: SSH, Git, Apache, Docker, Jenkins, MySQL, MariaDB, VirtualBox
|
||||||
|
|
||||||
- Operating Systems: Ubuntu, Debian, Arch, Linux, Windows
|
- Operating Systems: Windows, Linux, Ubuntu, Debian, Arch
|
||||||
|
|
||||||
PROJECTS
|
PROJECTS
|
||||||
|
|
||||||
|
Server Management (May 2021 - Current)
|
||||||
|
|
||||||
|
Personal Website
|
||||||
|
|
||||||
|
- Took care of and updated several computer servers that were using
|
||||||
|
different technologies like Docker, Apache, to make sure they were
|
||||||
|
running smoothly and securely.
|
||||||
|
- Scripts written in Bash that could automatically do routine tasks on
|
||||||
|
computers running the Linux operating system, to save time and
|
||||||
|
effort.
|
||||||
|
- Used logging tools to keep track of how the system was working,
|
||||||
|
which helped me identify and solve any problems that came up more
|
||||||
|
quickly.
|
||||||
|
- Found and fixed technical issues with my software, and created
|
||||||
|
improvements to update and correct it for future use.
|
||||||
|
- Created and put online a website, using automated tools (Jenkins) to
|
||||||
|
help manage the building process, and Docker to make sure everything
|
||||||
|
works together properly.
|
||||||
|
|
||||||
|
Open-Source Contributions
|
||||||
|
|
||||||
|
Github Profile
|
||||||
|
|
||||||
|
- Pull Requests: [ hyprwm/Hyprland#7683 ] . [ hyprwm/Hyprland#7575 ] .
|
||||||
|
[ hyprwm/Hyprland#7633 ]
|
||||||
|
- Collaborated on the launch of new project features, integrating user
|
||||||
|
feedback into design iterations.
|
||||||
|
- Revived an old project request that had been stuck in limbo for over
|
||||||
|
a year by updating and resubmitting it, and it was eventually
|
||||||
|
accepted and added to the system due to new user demand.
|
||||||
|
- Thoroughly tested software features in an isolated environment
|
||||||
|
before releasing it into wider use.
|
||||||
|
- Implented three new features consisting of 114 additional lines of
|
||||||
|
C++.
|
||||||
|
- Worked together with the main coding team to make sure the project
|
||||||
|
met all of the required guidelines and quality standards for writing
|
||||||
|
code.
|
||||||
|
|
||||||
snakeplusplus
|
snakeplusplus
|
||||||
|
|
||||||
lab.trianta.dev/Trianta/snakeplusplus
|
lab.trianta.dev/Trianta/snakeplusplus
|
||||||
|
|
||||||
- Developed a high-performance, open-source implementation of Snake
|
- Created a fast and efficient game of Snake that can be used by
|
||||||
using C++ and SFML.
|
anyone (open-source) using the programming languages C++ and SFML to
|
||||||
|
make it work properly.
|
||||||
- Utilizes object-oriented programming principles to design and
|
- Utilizes object-oriented programming principles to design and
|
||||||
implement a modular architecture.
|
implement a modular architecture.
|
||||||
- Easy compilation on any platform using CMake.
|
- Easily built and used on any computer system, thanks to the use of
|
||||||
|
CMake which makes compilation simple and straightforward.
|
||||||
|
|
||||||
trianta.dev
|
trianta.dev
|
||||||
|
|
||||||
lab.trianta.dev/Trianta/trianta.dev
|
lab.trianta.dev/Trianta/trianta.dev
|
||||||
|
|
||||||
- Developed, designed, and actively host a website at trianta.dev .
|
- I created, designed, and am still hosting my personal website at
|
||||||
- Displays open-source projects I developed using JavaScript.
|
trianta.dev.
|
||||||
- Utilized Git for project management.
|
- Showcases some of the open-source projects I’ve developed using
|
||||||
|
programming languages like JavaScript and Typescript.
|
||||||
|
- The design and layout of the site were organized and implemented
|
||||||
|
using the HTML and CSS languages.
|
||||||
|
- Utilized a version control system called Git to manage and track
|
||||||
|
changes in my projects.
|
||||||
|
|
||||||
EXPERIENCE
|
EXPERIENCE
|
||||||
|
|
||||||
Server Administrator (May 2021 - Current)
|
System Administrator (September 2024 - Current)
|
||||||
|
|
||||||
Self-employed
|
Gerold Moving
|
||||||
|
|
||||||
- Developed and maintained multiple software applications using
|
- Assisted employees in transitioning to modern security practices.
|
||||||
programming languages, such as C++ and JavaScript.
|
- Implemented a secure password solution for improved security
|
||||||
- Designed and implemented a scalable containerization solution using
|
measures.
|
||||||
Docker, Apache, and other technologies.
|
- Created internal documentation for future recurring issues.
|
||||||
- Integrated automated weekly backups on Linux servers in case of data
|
|
||||||
failure.
|
|
||||||
|
|
||||||
Help Desk Level 1 (May 2022 - July 2022)
|
Help Desk Level 1 (May 2022 - July 2022)
|
||||||
|
|
||||||
@ -58,14 +98,21 @@ Vinali Staffing
|
|||||||
|
|
||||||
- Responded to and resolved a high volume of technical issues with
|
- Responded to and resolved a high volume of technical issues with
|
||||||
strong analytical and troubleshooting skills.
|
strong analytical and troubleshooting skills.
|
||||||
- Utilized strong communication skills to provide users with detailed
|
- Clearly and effectively communicate information to others, providing
|
||||||
solutions.
|
them with the answers they needed.
|
||||||
- Escalated complex technical issues, resulting in timely resolution
|
- Escalated complex technical issues, resulting in timely resolution
|
||||||
and improved user satisfaction.
|
and improved user satisfaction.
|
||||||
|
- Achieved an exceptional level of performance and quality within just
|
||||||
|
one month, exceeding expectations that it would take several years
|
||||||
|
to reach.
|
||||||
|
|
||||||
OTHER SKILLS
|
IT Help Desk (November 2017 - July 2021)
|
||||||
|
|
||||||
- Eagle Scout, Software Development, Open-Source Contributor, Unit
|
Gerold Moving
|
||||||
Testing, Data Structures
|
|
||||||
- Strong Attention To Detail, Dedicated, DNS, DHCP, VLANs, Computer
|
- Provided technical support, including malfunctioning software and
|
||||||
Proficiency, SSHFS
|
networking issues.
|
||||||
|
- Fixed problems related to computers running the Windows operating
|
||||||
|
system, as well as with Microsoft Office 365 software and services.
|
||||||
|
- Took apart and put together computer systems to identify and fix
|
||||||
|
problems with individual parts or components.
|
||||||
|
Loading…
Reference in New Issue
Block a user