resume: clean up wording and formatting
This commit is contained in:
parent
60df876c41
commit
1079a3c312
Binary file not shown.
@ -52,11 +52,8 @@ a year by updating and recreating it, and it was successfully accepted
|
|||||||
and added to the system due to new user demand.</li>
|
and added to the system due to new user demand.</li>
|
||||||
<li>Thoroughly tested software features in an isolated environment
|
<li>Thoroughly tested software features in an isolated environment
|
||||||
before releasing it into wider use.</li>
|
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
|
<li>Worked together with the main coding team to make sure the project
|
||||||
met all of the required guidelines and quality standards for writing
|
met all of the required guidelines and quality standards.</li>
|
||||||
code.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="server-management-may-2021---current">Server Management (May
|
<h3 id="server-management-may-2021---current">Server Management (May
|
||||||
2021 - Current)</h3>
|
2021 - Current)</h3>
|
||||||
@ -78,18 +75,6 @@ improvements to update and correct it for future use.</li>
|
|||||||
help manage the building process, and Docker to make sure everything
|
help manage the building process, and Docker to make sure everything
|
||||||
works together properly.</li>
|
works together properly.</li>
|
||||||
</ul>
|
</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>
|
|
||||||
<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>
|
||||||
@ -103,6 +88,18 @@ using the HTML and CSS languages.</li>
|
|||||||
<li>Utilized a version control system called Git to manage and track
|
<li>Utilized a version control system called Git to manage and track
|
||||||
changes in my projects.</li>
|
changes in my projects.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<h2 id="experience">EXPERIENCE</h2>
|
||||||
|
<h3 id="it-help-desk-november-2017---july-2021">IT Help Desk (November
|
||||||
|
2017 - July 2021)</h3>
|
||||||
|
<h4 id="gerold-moving">Gerold Moving</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Conducted troubleshooting processes to diagnose and resolve problems
|
||||||
|
related to software applications and network connectivity.</li>
|
||||||
|
<li>Utilized technical expertise to analyze and resolve issues with
|
||||||
|
various hardware components.</li>
|
||||||
|
<li>Provided guidance on using Microsoft Office applications, including
|
||||||
|
Word and Excel, to help improve productivity and efficiency.</li>
|
||||||
|
</ul>
|
||||||
<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 id="b.s.-in-computer-science-may-2024">B.S. in Computer Science (May
|
||||||
2024)</h3>
|
2024)</h3>
|
||||||
@ -115,8 +112,7 @@ University Edwardsville</h4>
|
|||||||
<li>Took up the role of <strong>Team Lead</strong> on multiple projects
|
<li>Took up the role of <strong>Team Lead</strong> on multiple projects
|
||||||
across multiple courses to meet project deadlines.</li>
|
across multiple courses to meet project deadlines.</li>
|
||||||
<li>Coordinated the use of <strong>Git</strong> among team members to
|
<li>Coordinated the use of <strong>Git</strong> among team members to
|
||||||
ensure all changes were tracked, reviewed, and properly integrated into
|
ensure all changes were tracked, reviewed, and properly integrated.</li>
|
||||||
the main codebase</li>
|
|
||||||
<li>Collaborated with team members to <strong>set project goals and
|
<li>Collaborated with team members to <strong>set project goals and
|
||||||
priorities</strong>.</li>
|
priorities</strong>.</li>
|
||||||
<li>Mentored junior team members to improve their coding skills and
|
<li>Mentored junior team members to improve their coding skills and
|
||||||
|
@ -15,8 +15,7 @@ PROJECTS
|
|||||||
- Collaborated on the launch of new project features, integrating user feedback into design iterations.
|
- 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 recreating it, and it was successfully accepted and added to the system due to new user demand.
|
- 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.
|
||||||
- Thoroughly tested software features in an isolated environment before releasing it into wider use.
|
- 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.
|
||||||
- Worked together with the main coding team to make sure the project met all of the required guidelines and quality standards for writing code.
|
|
||||||
|
|
||||||
### Server Management (May 2021 - Current)
|
### Server Management (May 2021 - Current)
|
||||||
#### [Personal Website](https://trianta.dev)
|
#### [Personal Website](https://trianta.dev)
|
||||||
@ -27,13 +26,6 @@ PROJECTS
|
|||||||
- Found and fixed technical issues with my software, and created improvements to update and correct it for future use.
|
- 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 **Jenkins** to help manage the building process, and Docker to make sure everything works together properly.
|
- Created and put online a website, using **Jenkins** to help manage the building process, and Docker to make sure everything works together properly.
|
||||||
|
|
||||||
### snakeplusplus
|
|
||||||
#### [lab.trianta.dev/Trianta/snakeplusplus](https://lab.trianta.dev/Trianta/snakeplusplus)
|
|
||||||
|
|
||||||
- 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.
|
|
||||||
- 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)
|
||||||
|
|
||||||
@ -42,6 +34,16 @@ PROJECTS
|
|||||||
- The design and layout of the site were organized and implemented using the HTML and CSS languages.
|
- 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.
|
- Utilized a version control system called Git to manage and track changes in my projects.
|
||||||
|
|
||||||
|
EXPERIENCE
|
||||||
|
----------
|
||||||
|
|
||||||
|
### IT Help Desk (November 2017 - July 2021)
|
||||||
|
#### Gerold Moving
|
||||||
|
|
||||||
|
- Conducted troubleshooting processes to diagnose and resolve problems related to software applications and network connectivity.
|
||||||
|
- Utilized technical expertise to analyze and resolve issues with various hardware components.
|
||||||
|
- Provided guidance on using Microsoft Office applications, including Word and Excel, to help improve productivity and efficiency.
|
||||||
|
|
||||||
EDUCATION
|
EDUCATION
|
||||||
---------
|
---------
|
||||||
### B.S. in Computer Science (May 2024)
|
### B.S. in Computer Science (May 2024)
|
||||||
@ -49,7 +51,7 @@ EDUCATION
|
|||||||
|
|
||||||
- Developed proficiency in programming languages such as **C**, **C++**, **Python**, and **JavaScript**.
|
- Developed proficiency in programming languages such as **C**, **C++**, **Python**, and **JavaScript**.
|
||||||
- Took up the role of **Team Lead** on multiple projects across multiple courses to meet project deadlines.
|
- Took up the role of **Team Lead** on multiple projects across multiple courses to meet project deadlines.
|
||||||
- Coordinated the use of **Git** among team members to ensure all changes were tracked, reviewed, and properly integrated into the main codebase
|
- Coordinated the use of **Git** among team members to ensure all changes were tracked, reviewed, and properly integrated.
|
||||||
- Collaborated with team members to **set project goals and priorities**.
|
- Collaborated with team members to **set project goals and priorities**.
|
||||||
- Mentored junior team members to improve their coding skills and knowledge.
|
- Mentored junior team members to improve their coding skills and knowledge.
|
||||||
|
|
||||||
@ -59,4 +61,4 @@ SKILLS
|
|||||||
|
|
||||||
- **Development Tools:** SSH, Git, Apache, Docker, Jenkins, MySQL, MariaDB, VirtualBox
|
- **Development Tools:** SSH, Git, Apache, Docker, Jenkins, MySQL, MariaDB, VirtualBox
|
||||||
|
|
||||||
- **Operating Systems:** Windows, Linux, Ubuntu, Debian, Arch
|
- **Operating Systems:** Windows, Linux, Ubuntu, Debian, Arch, macOS
|
||||||
|
BIN
about/resume.pdf
BIN
about/resume.pdf
Binary file not shown.
@ -17,11 +17,8 @@ Github Profile
|
|||||||
accepted and added to the system due to new user demand.
|
accepted and added to the system due to new user demand.
|
||||||
- Thoroughly tested software features in an isolated environment
|
- Thoroughly tested software features in an isolated environment
|
||||||
before releasing it into wider use.
|
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
|
- Worked together with the main coding team to make sure the project
|
||||||
met all of the required guidelines and quality standards for writing
|
met all of the required guidelines and quality standards.
|
||||||
code.
|
|
||||||
|
|
||||||
Server Management (May 2021 - Current)
|
Server Management (May 2021 - Current)
|
||||||
|
|
||||||
@ -41,18 +38,6 @@ Personal Website
|
|||||||
building process, and Docker to make sure everything works together
|
building process, and Docker to make sure everything works together
|
||||||
properly.
|
properly.
|
||||||
|
|
||||||
snakeplusplus
|
|
||||||
|
|
||||||
lab.trianta.dev/Trianta/snakeplusplus
|
|
||||||
|
|
||||||
- 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.
|
|
||||||
- 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
|
||||||
@ -66,6 +51,19 @@ lab.trianta.dev/Trianta/trianta.dev
|
|||||||
- Utilized a version control system called Git to manage and track
|
- Utilized a version control system called Git to manage and track
|
||||||
changes in my projects.
|
changes in my projects.
|
||||||
|
|
||||||
|
EXPERIENCE
|
||||||
|
|
||||||
|
IT Help Desk (November 2017 - July 2021)
|
||||||
|
|
||||||
|
Gerold Moving
|
||||||
|
|
||||||
|
- Conducted troubleshooting processes to diagnose and resolve problems
|
||||||
|
related to software applications and network connectivity.
|
||||||
|
- Utilized technical expertise to analyze and resolve issues with
|
||||||
|
various hardware components.
|
||||||
|
- Provided guidance on using Microsoft Office applications, including
|
||||||
|
Word and Excel, to help improve productivity and efficiency.
|
||||||
|
|
||||||
EDUCATION
|
EDUCATION
|
||||||
|
|
||||||
B.S. in Computer Science (May 2024)
|
B.S. in Computer Science (May 2024)
|
||||||
@ -77,8 +75,7 @@ Southern Illinois University Edwardsville
|
|||||||
- Took up the role of Team Lead on multiple projects across multiple
|
- Took up the role of Team Lead on multiple projects across multiple
|
||||||
courses to meet project deadlines.
|
courses to meet project deadlines.
|
||||||
- Coordinated the use of Git among team members to ensure all changes
|
- Coordinated the use of Git among team members to ensure all changes
|
||||||
were tracked, reviewed, and properly integrated into the main
|
were tracked, reviewed, and properly integrated.
|
||||||
codebase
|
|
||||||
- Collaborated with team members to set project goals and priorities.
|
- Collaborated with team members to set project goals and priorities.
|
||||||
- Mentored junior team members to improve their coding skills and
|
- Mentored junior team members to improve their coding skills and
|
||||||
knowledge.
|
knowledge.
|
||||||
|
Loading…
Reference in New Issue
Block a user