Skip to content

Commit

Permalink
Update the static contents index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelThamm authored May 13, 2024
1 parent c615de6 commit b64eab3
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,25 +209,30 @@ <h3 class="w3-center w3-padding-8">Career Projects</h3>
<div class="w3-row-padding w3-center">
<div class="custom-links">
<div class="w3-padding">
<a href="https://github.com/MichaelThamm/language-interpreter-neural-network">language-interpreter-neural-network</a>
<a href="https://github.com/MichaelThamm/charmed-kafka">charmed-kafka</a>
</div>
<div class="w3-padding">
<a href="https://github.com/MichaelThamm/optimization-case-study">optimization-case-study</a>
<a href="https://github.com/MichaelThamm/x509-validation-server">x509-validation-server</a>
</div>
<div class="w3-padding">
<a href="https://github.com/MichaelThamm/going-phishing">going-phishing</a>
<a href="https://github.com/MichaelThamm/language-interpreter-neural-network">language-interpreter-neural-network</a>
</div>
</div>
</div>
<h3 class="w3-center w3-padding-8">Career Companies</h3>
<p class="w3-center"><em>For my latest professional experience, see my resume in the navigation bar at the top of the screen</em></p>
<div>
<div class="w3-container w3-center">
<a href="https://www.riskine.com/en/"><img src="/static/logos/LogoRiskine.png" class="w3-image w3-round" style="width:15%"></a>
</div>
<p class="w3-center">I worked for <a href="https://www.riskine.com/en/">riskine</a> as a <em>DevOps Engineer</em> where I managed GitLab CI/CD pipelines and company infrastructure as a global systems administrator.<br>
My accomplishments and responsibilities include:
My responsibilities and tech stack:
<ul>
<li>Managed 15+ Linux servers with 150+ closed MRs across 30+ projects</li>
<li>Managed hybrid-cloud Ubuntu Linux servers</li>
<ul>
<li>Consume AWS APIs for Python application programming</li>
<li>Harden operations and systems for adherence to ISO 27001 cybersecurity standards</li>
</ul>
<li>Successfully migrated:
<ul>
<li>Traefik v1 to v2</li>
Expand All @@ -248,10 +253,18 @@ <h3 class="w3-center w3-padding-8">Career Companies</h3>
<a href="https://kinarm.com/"><img src="/static/logos/LogoKinarm.jpg" class="w3-image w3-round" style="width:15%"></a>
</div>
<p class="w3-center">I worked for <a href="https://kinarm.com/">Kinarm</a> as a <em>Juniour Software Developer</em> where I professionally transitioned careers from Electrical Engineer to Software Engineer.<br>
My accomplishments and responsibilities include:</p>
My responsibilities and tech stack:</p>
<ul>
<li>Java and Python backend programming resulting in 3 projects and 21 combined resolved tickets</li>
<li>Operate within the main IT role resulting in 2 projects and 23 resolved tickets</li>
<li>Java and Python backend programming</li>
<ul>
<li>Integration of eye-tracking and haptic feedback for patient trials</li>
<li>UI and hardware-level programming of the application</li>
</ul>
<li>Operate within the main IT role</li>
<ul>
<li>Business continuitypProcess improvement</li>
<li>Automate vulnerability detection and remediation</li>
</ul>
<li>Assembly and integration of Linux Ubuntu host server and Windows Server 2022</li>
<li>On-site installation and collaboration with neuroscience researchers using Kinarms</li>
</ul>
Expand All @@ -261,10 +274,11 @@ <h3 class="w3-center w3-padding-8">Career Companies</h3>
<a href="https://www.bravecs.com/"><img src="/static/logos/LogoBraveCS.png" class="w3-image w3-round" style="width:15%"></a>
</div>
<p class="w3-center">I worked for <a href="https://www.bravecs.com/">Brave Control Solutions</a> as a <em>Controls Specialist</em> where I worked on projects in Canada: British Columbia & Ontario, USA: Michigan, and Mexico: Senora.<br>
My accomplishments and responsibilities include:</p>
My responsibilities and tech stack:</p>
<ul>
<li>IIoT asset data collection project for Ford using MQTT broker and Siemens Simatic IPC</li>
<li>IIoT asset data collection project using MQTT broker and Siemens Simatic IPC</li>
<li>ABB Robotics programming in Rapid to synchronise adaptive welding</li>
<li>Electrical and software integration for custom project scopes</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit b64eab3

Please sign in to comment.