mirror of
https://github.com/ghndrx/webos.git
synced 2026-02-10 06:45:00 +00:00
Add 2026 DevOps skills: FinOps, Platform Engineering, GitOps, AI-augmented workflows
This commit is contained in:
52
index.html
52
index.html
@@ -67,14 +67,15 @@
|
|||||||
<!-- 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>Cloud Security Engineer & DevOps specialist focused on AWS infrastructure, automation, and keeping systems secure.</p>
|
<p>Cloud Security Engineer & Platform Engineer specializing in AWS, automation, and making infrastructure fast, secure, and cost-efficient.</p>
|
||||||
<p>I build tools that make cloud infrastructure more secure, efficient, and auditable.</p>
|
<p>I leverage AI-assisted workflows to ship faster and automate the boring stuff.</p>
|
||||||
<h3>Current Focus</h3>
|
<h3>Current Focus</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>🔐 AWS Security & IAM automation</li>
|
<li>💰 AWS Cost Optimization & FinOps</li>
|
||||||
<li>☸️ Kubernetes cost optimization with Karpenter</li>
|
<li>🔐 DevSecOps & IAM automation</li>
|
||||||
<li>🏗️ Infrastructure as Code (Terraform)</li>
|
<li>☸️ Platform Engineering (EKS, Karpenter)</li>
|
||||||
<li>🛡️ Vulnerability management & security tooling</li>
|
<li>🏗️ GitOps & Infrastructure as Code</li>
|
||||||
|
<li>🤖 AI-augmented DevOps workflows</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -82,20 +83,28 @@
|
|||||||
<h1>📁 Projects</h1>
|
<h1>📁 Projects</h1>
|
||||||
<div class="project-grid">
|
<div class="project-grid">
|
||||||
<div class="project-card">
|
<div class="project-card">
|
||||||
<h3>🔐 AWS IAM Automation</h3>
|
<h3>💰 AWS Cost Optimization</h3>
|
||||||
<p>Terraform modules for automated IAM role provisioning, policy management, and least-privilege enforcement.</p>
|
<p>FinOps dashboards, right-sizing automation, and Spot instance strategies that cut cloud spend 40%+.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="project-card">
|
<div class="project-card">
|
||||||
<h3>☸️ Karpenter Configs</h3>
|
<h3>☸️ Platform Engineering</h3>
|
||||||
<p>Production-ready Karpenter provisioners for cost-optimized Kubernetes node scaling on EKS.</p>
|
<p>Internal developer platforms on EKS with Karpenter, ArgoCD GitOps, and self-service infrastructure.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="project-card">
|
<div class="project-card">
|
||||||
<h3>🛡️ Security Audit Tools</h3>
|
<h3>🔐 DevSecOps Pipelines</h3>
|
||||||
<p>AWS CLI scripts and automation for security audits, compliance checks, and vulnerability tracking.</p>
|
<p>Shift-left security with automated scanning, IAM policy-as-code, and compliance guardrails.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="project-card">
|
<div class="project-card">
|
||||||
<h3>🏗️ IaC Templates</h3>
|
<h3>📊 Observability Stack</h3>
|
||||||
<p>Battle-tested Terraform modules for secure AWS infrastructure deployment.</p>
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -117,14 +126,17 @@
|
|||||||
<span class="skill-tag">Terraform</span>
|
<span class="skill-tag">Terraform</span>
|
||||||
<span class="skill-tag">Kubernetes</span>
|
<span class="skill-tag">Kubernetes</span>
|
||||||
<span class="skill-tag">Karpenter</span>
|
<span class="skill-tag">Karpenter</span>
|
||||||
<span class="skill-tag">IAM</span>
|
<span class="skill-tag">ArgoCD</span>
|
||||||
<span class="skill-tag">Security</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">Python</span>
|
||||||
<span class="skill-tag">AWS CLI</span>
|
<span class="skill-tag">Go</span>
|
||||||
<span class="skill-tag">Docker</span>
|
|
||||||
<span class="skill-tag">CI/CD</span>
|
<span class="skill-tag">CI/CD</span>
|
||||||
<span class="skill-tag">Linux</span>
|
<span class="skill-tag">Observability</span>
|
||||||
<span class="skill-tag">Vulnerability Mgmt</span>
|
<span class="skill-tag">OpenTelemetry</span>
|
||||||
|
<span class="skill-tag">AI/Automation</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
16
js/app.js
16
js/app.js
@@ -250,17 +250,21 @@ class GregOS {
|
|||||||
},
|
},
|
||||||
about: () => {
|
about: () => {
|
||||||
addLine('Greg Hendrickson');
|
addLine('Greg Hendrickson');
|
||||||
addLine('Cloud Security Engineer & DevOps Specialist');
|
addLine('Platform Engineer & Cloud Security Specialist');
|
||||||
|
addLine('AI-augmented DevOps | Ship fast, stay secure');
|
||||||
},
|
},
|
||||||
projects: () => {
|
projects: () => {
|
||||||
addLine('Projects:');
|
addLine('Projects:');
|
||||||
addLine(' - AWS IAM Automation (Terraform)');
|
addLine(' - AWS Cost Optimization / FinOps');
|
||||||
addLine(' - Karpenter EKS Configs');
|
addLine(' - Platform Engineering (EKS + Karpenter)');
|
||||||
addLine(' - Security Audit Tooling');
|
addLine(' - DevSecOps Pipelines');
|
||||||
addLine(' - IaC Templates');
|
addLine(' - Observability Stack');
|
||||||
|
addLine(' - AI-Assisted Automation');
|
||||||
|
addLine(' - Terraform Modules');
|
||||||
},
|
},
|
||||||
skills: () => {
|
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: () => {
|
contact: () => {
|
||||||
addLine('GitHub: github.com/ghndrx');
|
addLine('GitHub: github.com/ghndrx');
|
||||||
|
|||||||
Reference in New Issue
Block a user