Add 2026 DevOps skills: FinOps, Platform Engineering, GitOps, AI-augmented workflows

This commit is contained in:
Greg Hendrickson
2026-01-27 23:23:42 +00:00
parent e797181063
commit 155ec1aebe
2 changed files with 42 additions and 26 deletions

View File

@@ -67,14 +67,15 @@
<!-- Content Templates -->
<div id="content-about" class="content-template">
<h1>👋 Hey, I'm Greg</h1>
<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>
<p>Cloud Security Engineer & Platform Engineer specializing in AWS, automation, and making infrastructure fast, secure, and cost-efficient.</p>
<p>I leverage AI-assisted workflows to ship faster and automate the boring stuff.</p>
<h3>Current Focus</h3>
<ul>
<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>
<li>💰 AWS Cost Optimization & FinOps</li>
<li>🔐 DevSecOps & IAM automation</li>
<li> Platform Engineering (EKS, Karpenter)</li>
<li>🏗 GitOps & Infrastructure as Code</li>
<li>🤖 AI-augmented DevOps workflows</li>
</ul>
</div>
@@ -82,20 +83,28 @@
<h1>📁 Projects</h1>
<div class="project-grid">
<div class="project-card">
<h3>🔐 AWS IAM Automation</h3>
<p>Terraform modules for automated IAM role provisioning, policy management, and least-privilege enforcement.</p>
<h3>💰 AWS Cost Optimization</h3>
<p>FinOps dashboards, right-sizing automation, and Spot instance strategies that cut cloud spend 40%+.</p>
</div>
<div class="project-card">
<h3>☸️ Karpenter Configs</h3>
<p>Production-ready Karpenter provisioners for cost-optimized Kubernetes node scaling on EKS.</p>
<h3>☸️ Platform Engineering</h3>
<p>Internal developer platforms on EKS with Karpenter, ArgoCD GitOps, and self-service infrastructure.</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>
<h3>🔐 DevSecOps Pipelines</h3>
<p>Shift-left security with automated scanning, IAM policy-as-code, and compliance guardrails.</p>
</div>
<div class="project-card">
<h3>🏗️ IaC Templates</h3>
<p>Battle-tested Terraform modules for secure AWS infrastructure deployment.</p>
<h3>📊 Observability Stack</h3>
<p>OpenTelemetry, Prometheus, Grafana dashboards for full-stack visibility and alerting.</p>
</div>
<div class="project-card">
<h3>🤖 AI-Assisted Automation</h3>
<p>Leveraging LLMs for infrastructure automation, incident response, and documentation generation.</p>
</div>
<div class="project-card">
<h3>🏗️ Terraform Modules</h3>
<p>Production-grade IaC for AWS with security best practices baked in.</p>
</div>
</div>
</div>
@@ -117,14 +126,17 @@
<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">ArgoCD</span>
<span class="skill-tag">GitOps</span>
<span class="skill-tag">FinOps</span>
<span class="skill-tag">DevSecOps</span>
<span class="skill-tag">Platform Engineering</span>
<span class="skill-tag">Python</span>
<span class="skill-tag">AWS CLI</span>
<span class="skill-tag">Docker</span>
<span class="skill-tag">Go</span>
<span class="skill-tag">CI/CD</span>
<span class="skill-tag">Linux</span>
<span class="skill-tag">Vulnerability Mgmt</span>
<span class="skill-tag">Observability</span>
<span class="skill-tag">OpenTelemetry</span>
<span class="skill-tag">AI/Automation</span>
</div>
</div>

View File

@@ -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');