mirror of
https://github.com/ghndrx/webos.git
synced 2026-02-10 06:45:00 +00:00
Update portfolio with cloud security & DevOps experience
This commit is contained in:
51
index.html
51
index.html
@@ -67,13 +67,14 @@
|
||||
<!-- Content Templates -->
|
||||
<div id="content-about" class="content-template">
|
||||
<h1>👋 Hey, I'm Greg</h1>
|
||||
<p>Developer, tinkerer, and builder of things that probably shouldn't exist but do anyway.</p>
|
||||
<p>I enjoy making AI slop into cool websites and building tools that make life easier (or at least more interesting).</p>
|
||||
<p>Cloud Security Engineer & DevOps specialist focused on AWS infrastructure, automation, and keeping systems secure.</p>
|
||||
<p>I build tools that make cloud infrastructure more secure, efficient, and auditable.</p>
|
||||
<h3>Current Focus</h3>
|
||||
<ul>
|
||||
<li>🤖 AI-powered automation</li>
|
||||
<li>🐚 ShellMate - SSH-based games</li>
|
||||
<li>🔧 Developer tooling</li>
|
||||
<li>🔐 AWS Security & IAM automation</li>
|
||||
<li>☸️ Kubernetes cost optimization with Karpenter</li>
|
||||
<li>🏗️ Infrastructure as Code (Terraform)</li>
|
||||
<li>🛡️ Vulnerability management & security tooling</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -81,14 +82,20 @@
|
||||
<h1>📁 Projects</h1>
|
||||
<div class="project-grid">
|
||||
<div class="project-card">
|
||||
<h3>🐚 ShellMate</h3>
|
||||
<p>SSH-based gaming platform. Play chess, puzzles, and more right in your terminal.</p>
|
||||
<a href="https://shellmate.sh" target="_blank">shellmate.sh</a>
|
||||
<h3>🔐 AWS IAM Automation</h3>
|
||||
<p>Terraform modules for automated IAM role provisioning, policy management, and least-privilege enforcement.</p>
|
||||
</div>
|
||||
<div class="project-card">
|
||||
<h3>🤖 Clawdbot</h3>
|
||||
<p>AI assistant framework for automating everything.</p>
|
||||
<a href="https://github.com/clawdbot/clawdbot" target="_blank">GitHub</a>
|
||||
<h3>☸️ Karpenter Configs</h3>
|
||||
<p>Production-ready Karpenter provisioners for cost-optimized Kubernetes node scaling on EKS.</p>
|
||||
</div>
|
||||
<div class="project-card">
|
||||
<h3>🛡️ Security Audit Tools</h3>
|
||||
<p>AWS CLI scripts and automation for security audits, compliance checks, and vulnerability tracking.</p>
|
||||
</div>
|
||||
<div class="project-card">
|
||||
<h3>🏗️ IaC Templates</h3>
|
||||
<p>Battle-tested Terraform modules for secure AWS infrastructure deployment.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -97,17 +104,27 @@
|
||||
<h1>📄 Resume</h1>
|
||||
<h2>Experience</h2>
|
||||
<div class="resume-item">
|
||||
<h3>Developer & Tinkerer</h3>
|
||||
<p>Building cool shit since forever</p>
|
||||
<h3>Cloud Security Engineer</h3>
|
||||
<p>AWS infrastructure security, IAM policy automation, vulnerability management, and compliance auditing.</p>
|
||||
</div>
|
||||
<div class="resume-item">
|
||||
<h3>DevOps / Platform Engineer</h3>
|
||||
<p>Kubernetes (EKS), Karpenter node optimization, CI/CD pipelines, Infrastructure as Code.</p>
|
||||
</div>
|
||||
<h2>Skills</h2>
|
||||
<div class="skills">
|
||||
<span class="skill-tag">AWS</span>
|
||||
<span class="skill-tag">Terraform</span>
|
||||
<span class="skill-tag">Kubernetes</span>
|
||||
<span class="skill-tag">Karpenter</span>
|
||||
<span class="skill-tag">IAM</span>
|
||||
<span class="skill-tag">Security</span>
|
||||
<span class="skill-tag">Python</span>
|
||||
<span class="skill-tag">TypeScript</span>
|
||||
<span class="skill-tag">Go</span>
|
||||
<span class="skill-tag">Linux</span>
|
||||
<span class="skill-tag">AWS CLI</span>
|
||||
<span class="skill-tag">Docker</span>
|
||||
<span class="skill-tag">AI/ML</span>
|
||||
<span class="skill-tag">CI/CD</span>
|
||||
<span class="skill-tag">Linux</span>
|
||||
<span class="skill-tag">Vulnerability Mgmt</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user