Update portfolio with cloud security & DevOps experience

This commit is contained in:
Greg Hendrickson
2026-01-27 23:18:24 +00:00
parent c5bebb1e86
commit bd8cd0823b
2 changed files with 40 additions and 21 deletions

View File

@@ -67,13 +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>Developer, tinkerer, and builder of things that probably shouldn't exist but do anyway.</p> <p>Cloud Security Engineer & DevOps specialist focused on AWS infrastructure, automation, and keeping systems secure.</p>
<p>I enjoy making AI slop into cool websites and building tools that make life easier (or at least more interesting).</p> <p>I build tools that make cloud infrastructure more secure, efficient, and auditable.</p>
<h3>Current Focus</h3> <h3>Current Focus</h3>
<ul> <ul>
<li>🤖 AI-powered automation</li> <li>🔐 AWS Security & IAM automation</li>
<li>🐚 ShellMate - SSH-based games</li> <li>☸️ Kubernetes cost optimization with Karpenter</li>
<li>🔧 Developer tooling</li> <li>🏗️ Infrastructure as Code (Terraform)</li>
<li>🛡️ Vulnerability management & security tooling</li>
</ul> </ul>
</div> </div>
@@ -81,14 +82,20 @@
<h1>📁 Projects</h1> <h1>📁 Projects</h1>
<div class="project-grid"> <div class="project-grid">
<div class="project-card"> <div class="project-card">
<h3>🐚 ShellMate</h3> <h3>🔐 AWS IAM Automation</h3>
<p>SSH-based gaming platform. Play chess, puzzles, and more right in your terminal.</p> <p>Terraform modules for automated IAM role provisioning, policy management, and least-privilege enforcement.</p>
<a href="https://shellmate.sh" target="_blank">shellmate.sh</a>
</div> </div>
<div class="project-card"> <div class="project-card">
<h3>🤖 Clawdbot</h3> <h3>☸️ Karpenter Configs</h3>
<p>AI assistant framework for automating everything.</p> <p>Production-ready Karpenter provisioners for cost-optimized Kubernetes node scaling on EKS.</p>
<a href="https://github.com/clawdbot/clawdbot" target="_blank">GitHub</a> </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> </div>
</div> </div>
@@ -97,17 +104,27 @@
<h1>📄 Resume</h1> <h1>📄 Resume</h1>
<h2>Experience</h2> <h2>Experience</h2>
<div class="resume-item"> <div class="resume-item">
<h3>Developer & Tinkerer</h3> <h3>Cloud Security Engineer</h3>
<p>Building cool shit since forever</p> <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> </div>
<h2>Skills</h2> <h2>Skills</h2>
<div class="skills"> <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">Python</span>
<span class="skill-tag">TypeScript</span> <span class="skill-tag">AWS CLI</span>
<span class="skill-tag">Go</span>
<span class="skill-tag">Linux</span>
<span class="skill-tag">Docker</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>
</div> </div>

View File

@@ -250,15 +250,17 @@ class GregOS {
}, },
about: () => { about: () => {
addLine('Greg Hendrickson'); addLine('Greg Hendrickson');
addLine('Developer, tinkerer, builder of things.'); addLine('Cloud Security Engineer & DevOps Specialist');
}, },
projects: () => { projects: () => {
addLine('Projects:'); addLine('Projects:');
addLine(' - ShellMate (shellmate.sh)'); addLine(' - AWS IAM Automation (Terraform)');
addLine(' - Clawdbot'); addLine(' - Karpenter EKS Configs');
addLine(' - Security Audit Tooling');
addLine(' - IaC Templates');
}, },
skills: () => { skills: () => {
addLine('Skills: Python, TypeScript, Go, Linux, Docker, AI/ML'); addLine('Skills: AWS, Terraform, Kubernetes, Karpenter, IAM, Security, Python, Docker');
}, },
contact: () => { contact: () => {
addLine('GitHub: github.com/ghndrx'); addLine('GitHub: github.com/ghndrx');