mirror of
https://github.com/ghndrx/webos.git
synced 2026-02-10 06:45:00 +00:00
Fix title: SysOps/DevOps Engineer, wears all hats
This commit is contained in:
18
index.html
18
index.html
@@ -67,14 +67,14 @@
|
|||||||
<!-- Content Templates -->
|
<!-- Content Templates -->
|
||||||
<div id="content-about" class="content-template">
|
<div id="content-about" class="content-template">
|
||||||
<h1>👋 Hey, I'm Greg</h1>
|
<h1>👋 Hey, I'm Greg</h1>
|
||||||
<p>Cloud Security Engineer & Platform Engineer specializing in AWS, automation, and making infrastructure fast, secure, and cost-efficient.</p>
|
<p>SysOps/DevOps Engineer who wears all the hats — AWS infrastructure, security audits, EKS clusters, cost optimization, you name it.</p>
|
||||||
<p>I leverage AI-assisted workflows to ship faster and automate the boring stuff.</p>
|
<p>I leverage AI-assisted workflows to ship faster and automate the boring stuff.</p>
|
||||||
<h3>Current Focus</h3>
|
<h3>Current Focus</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>💰 AWS Cost Optimization & FinOps</li>
|
<li>☁️ All things AWS — infrastructure, security, automation</li>
|
||||||
<li>🔐 DevSecOps & IAM automation</li>
|
<li>🔐 Security audits & compliance</li>
|
||||||
<li>☸️ Platform Engineering (EKS, Karpenter)</li>
|
<li>☸️ EKS clusters with ArgoCD & Karpenter</li>
|
||||||
<li>🏗️ GitOps & Infrastructure as Code</li>
|
<li>💰 Cost optimization & FinOps</li>
|
||||||
<li>🤖 AI-augmented DevOps workflows</li>
|
<li>🤖 AI-augmented DevOps workflows</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -113,12 +113,12 @@
|
|||||||
<h1>📄 Resume</h1>
|
<h1>📄 Resume</h1>
|
||||||
<h2>Experience</h2>
|
<h2>Experience</h2>
|
||||||
<div class="resume-item">
|
<div class="resume-item">
|
||||||
<h3>Cloud Security Engineer</h3>
|
<h3>SysOps / DevOps Engineer</h3>
|
||||||
<p>AWS infrastructure security, IAM policy automation, vulnerability management, and compliance auditing.</p>
|
<p>Full-stack AWS infrastructure — wear all the hats. Security audits, compliance, automation, cost optimization.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="resume-item">
|
<div class="resume-item">
|
||||||
<h3>DevOps / Platform Engineer</h3>
|
<h3>EKS & Kubernetes</h3>
|
||||||
<p>Kubernetes (EKS), Karpenter node optimization, CI/CD pipelines, Infrastructure as Code.</p>
|
<p>Production EKS clusters, ArgoCD GitOps deployments, Karpenter autoscaling, the whole monster setup.</p>
|
||||||
</div>
|
</div>
|
||||||
<h2>Skills</h2>
|
<h2>Skills</h2>
|
||||||
<div class="skills">
|
<div class="skills">
|
||||||
|
|||||||
@@ -250,8 +250,8 @@ class GregOS {
|
|||||||
},
|
},
|
||||||
about: () => {
|
about: () => {
|
||||||
addLine('Greg Hendrickson');
|
addLine('Greg Hendrickson');
|
||||||
addLine('Platform Engineer & Cloud Security Specialist');
|
addLine('SysOps/DevOps Engineer — wears all the hats');
|
||||||
addLine('AI-augmented DevOps | Ship fast, stay secure');
|
addLine('AWS | Security | EKS | AI-augmented workflows');
|
||||||
},
|
},
|
||||||
projects: () => {
|
projects: () => {
|
||||||
addLine('Projects:');
|
addLine('Projects:');
|
||||||
|
|||||||
Reference in New Issue
Block a user