diff --git a/index.html b/index.html index a7f80fd..250d93d 100644 --- a/index.html +++ b/index.html @@ -67,14 +67,15 @@

πŸ‘‹ Hey, I'm Greg

-

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.

+

Cloud Security Engineer & Platform Engineer specializing in AWS, automation, and making infrastructure fast, secure, and cost-efficient.

+

I leverage AI-assisted workflows to ship faster and automate the boring stuff.

Current Focus

@@ -82,20 +83,28 @@

πŸ“ Projects

-

πŸ” AWS IAM Automation

-

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

+

πŸ’° AWS Cost Optimization

+

FinOps dashboards, right-sizing automation, and Spot instance strategies that cut cloud spend 40%+.

-

☸️ Karpenter Configs

-

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

+

☸️ Platform Engineering

+

Internal developer platforms on EKS with Karpenter, ArgoCD GitOps, and self-service infrastructure.

-

πŸ›‘οΈ Security Audit Tools

-

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

+

πŸ” DevSecOps Pipelines

+

Shift-left security with automated scanning, IAM policy-as-code, and compliance guardrails.

-

πŸ—οΈ IaC Templates

-

Battle-tested Terraform modules for secure AWS infrastructure deployment.

+

πŸ“Š Observability Stack

+

OpenTelemetry, Prometheus, Grafana dashboards for full-stack visibility and alerting.

+
+
+

πŸ€– AI-Assisted Automation

+

Leveraging LLMs for infrastructure automation, incident response, and documentation generation.

+
+
+

πŸ—οΈ Terraform Modules

+

Production-grade IaC for AWS with security best practices baked in.

@@ -117,14 +126,17 @@ Terraform Kubernetes Karpenter - IAM - Security + ArgoCD + GitOps + FinOps + DevSecOps + Platform Engineering Python - AWS CLI - Docker + Go CI/CD - Linux - Vulnerability Mgmt + Observability + OpenTelemetry + AI/Automation diff --git a/js/app.js b/js/app.js index 4aa8ccd..efa333a 100644 --- a/js/app.js +++ b/js/app.js @@ -250,17 +250,21 @@ class GregOS { }, about: () => { addLine('Greg Hendrickson'); - addLine('Cloud Security Engineer & DevOps Specialist'); + addLine('Platform Engineer & Cloud Security Specialist'); + addLine('AI-augmented DevOps | Ship fast, stay secure'); }, projects: () => { addLine('Projects:'); - addLine(' - AWS IAM Automation (Terraform)'); - addLine(' - Karpenter EKS Configs'); - addLine(' - Security Audit Tooling'); - addLine(' - IaC Templates'); + addLine(' - AWS Cost Optimization / FinOps'); + addLine(' - Platform Engineering (EKS + Karpenter)'); + addLine(' - DevSecOps Pipelines'); + addLine(' - Observability Stack'); + addLine(' - AI-Assisted Automation'); + addLine(' - Terraform Modules'); }, skills: () => { - addLine('Skills: AWS, Terraform, Kubernetes, Karpenter, IAM, Security, Python, Docker'); + addLine('Skills: AWS, Terraform, Kubernetes, ArgoCD, GitOps, FinOps,'); + addLine(' DevSecOps, Platform Engineering, Python, Go, AI/Automation'); }, contact: () => { addLine('GitHub: github.com/ghndrx');