Skip to content

Commit

Permalink
Merge pull request #122 from geryonghost/geryonghost/vulnmgmt
Browse files Browse the repository at this point in the history
resume updates
  • Loading branch information
geryonghost authored Sep 3, 2024
2 parents 9cef77f + fc636e4 commit d5ff4d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Binary file modified app/swh/public/resume.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion app/swh/views/inc/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">Projects</a>
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">Live Projects</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<!-- <li class="nav-item"><a class="nav-link <% if(pageTitle=="iseecoyotes") { %>active<% } %>" href="https://iseecoyotes.com">iseecoyotes.com</a></li> -->
<li><a class="dropdown-item" href="https://itsweatheroutside.com">itsweatheroutside.com</a></li>
Expand Down
9 changes: 5 additions & 4 deletions app/swh/views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@
<div class="card-body">
<p style="font-weight:bold;">Staff DevOps Engineer</p>
<ul>
<li>Analyze challenges, collaborate on potential solutions, and implement resolutions as a staff engineer.</li>
<li>Analyze challenges, collaborate on potential solutions, and implement resolutions.</li>
<li>Led the proof-of-concept (PoC) and subsequent implementation of Just-in-Time (JIT) access.</li>
<li>Conducted a proof-of-concept (PoC) for Backstage by developing a custom plugin to retrieve GCP project information.</li>
<li>Conducted a proof-of-concept (PoC) for Backstage (Portal) by developing a custom plugin to retrieve GCP project information.</li>
<li>Designed and authored Terraform modules for constructing GCP projects.</li>
<li>Provide support for the Data Platform team in Terraform, Kubernetes, and GitHub Actions.</li>
<li>Ensured high availability and scalability of applications by configuring and managing Kubernetes clusters.</li>
<li>Validate fix requests from various security tools including Snyk, SonarCloud, GCP Container Security, and GitHub.</li>
<li>Vulnerability management for GCP Compute, Docker images, Node.js/NPM packages, and Python libraries.</li>
<li>Efficiently manage ticket queues by assigning tasks based on priority.</li>
<li>Testing solutions for remote workstations, including Google Cloud Workstations, GitHub Codespaces, and Skaffold.</li>
</ul>
Expand Down Expand Up @@ -102,7 +103,7 @@
<ul>
<li><strong>iseecoyotes</strong> - This project was initially run on AWS using S3, Lambda, and DynamoDB, but cost overruns and moderation
became a problem. I am re-architecting and hope to re-release in 2024.</li>
<li><a href="https://itsweatheroutside.com">It's Weather Outside</a> - This project was initially started to help me learn Node.js, but led to trying to
<li><a href="https://itsweatheroutside.com" target="_new">It's Weather Outside</a> - This project was initially started to help me learn Node.js, but led to trying to
solve my biggest pet peeves with modern weather apps.
</li>
<li><strong>Not Scrap Yet</strong> - This project was very lofty. I was hoping to build a simple platform that could scrap every
Expand All @@ -111,7 +112,7 @@
<li>A PHP platform that interfaces with PowerShell to manage the then named Microsoft Virtual Desktops in Azure. This platform would allow my client to
create a new client, build out Active Directory, add users, and build the necessary Azure Virtual Desktops all from an easy to use PHP web portal.
</li>
</ul><br />
</ul>
</div>
</div>
</div>
Expand Down

0 comments on commit d5ff4d3

Please sign in to comment.