diff --git a/index.html b/index.html index db04843..a7f80fd 100644 --- a/index.html +++ b/index.html @@ -67,13 +67,14 @@

πŸ‘‹ Hey, I'm Greg

-

Developer, tinkerer, and builder of things that probably shouldn't exist but do anyway.

-

I enjoy making AI slop into cool websites and building tools that make life easier (or at least more interesting).

+

Cloud Security Engineer & DevOps specialist focused on AWS infrastructure, automation, and keeping systems secure.

+

I build tools that make cloud infrastructure more secure, efficient, and auditable.

Current Focus

@@ -81,14 +82,20 @@

πŸ“ Projects

-

🐚 ShellMate

-

SSH-based gaming platform. Play chess, puzzles, and more right in your terminal.

- shellmate.sh +

πŸ” AWS IAM Automation

+

Terraform modules for automated IAM role provisioning, policy management, and least-privilege enforcement.

-

πŸ€– Clawdbot

-

AI assistant framework for automating everything.

- GitHub +

☸️ Karpenter Configs

+

Production-ready Karpenter provisioners for cost-optimized Kubernetes node scaling on EKS.

+
+
+

πŸ›‘οΈ Security Audit Tools

+

AWS CLI scripts and automation for security audits, compliance checks, and vulnerability tracking.

+
+
+

πŸ—οΈ IaC Templates

+

Battle-tested Terraform modules for secure AWS infrastructure deployment.

@@ -97,17 +104,27 @@

πŸ“„ Resume

Experience

-

Developer & Tinkerer

-

Building cool shit since forever

+

Cloud Security Engineer

+

AWS infrastructure security, IAM policy automation, vulnerability management, and compliance auditing.

+
+
+

DevOps / Platform Engineer

+

Kubernetes (EKS), Karpenter node optimization, CI/CD pipelines, Infrastructure as Code.

Skills

+ AWS + Terraform + Kubernetes + Karpenter + IAM + Security Python - TypeScript - Go - Linux + AWS CLI Docker - AI/ML + CI/CD + Linux + Vulnerability Mgmt
diff --git a/js/app.js b/js/app.js index 60c18cf..4aa8ccd 100644 --- a/js/app.js +++ b/js/app.js @@ -250,15 +250,17 @@ class GregOS { }, about: () => { addLine('Greg Hendrickson'); - addLine('Developer, tinkerer, builder of things.'); + addLine('Cloud Security Engineer & DevOps Specialist'); }, projects: () => { addLine('Projects:'); - addLine(' - ShellMate (shellmate.sh)'); - addLine(' - Clawdbot'); + addLine(' - AWS IAM Automation (Terraform)'); + addLine(' - Karpenter EKS Configs'); + addLine(' - Security Audit Tooling'); + addLine(' - IaC Templates'); }, skills: () => { - addLine('Skills: Python, TypeScript, Go, Linux, Docker, AI/ML'); + addLine('Skills: AWS, Terraform, Kubernetes, Karpenter, IAM, Security, Python, Docker'); }, contact: () => { addLine('GitHub: github.com/ghndrx');