commit 85b2734bbb232d0b6fa9c1fbb2cfc6bf276d2961 Author: greg Date: Wed Feb 19 19:58:21 2025 -0800 add site diff --git a/favico.png b/favico.png new file mode 100644 index 0000000..456d85f Binary files /dev/null and b/favico.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..998be45 --- /dev/null +++ b/index.html @@ -0,0 +1,288 @@ + + + + + + + + + Greg | DevOps + + + + + + + + + +
+ + + +
+ +
+
+

Hello!

+

I'm Gregory Hendrickson

+

+ I build cloud infrastructure +

+ + Get In Touch + + +
+ +
+
+
+ +
+
+
+ Greg Hendrickson Profile Picture +
+

About Me

+

+ I am passionate about building resilient, scalable cloud infrastructure for health tech companies. I specialize in AWS, GCP, and Kubernetes while continuously exploring innovative ways to streamline operations and automate processes. Whether it's optimizing CI/CD pipelines or architecting hybrid cloud systems, I love solving complex challenges and making technology work smarter. +

+
+
+
+
+ +
+
+

Experience

+
+ +
+
+

DevOps Engineer - Pluto Health

+

Feb 2024 - Present

+
    +
  • • Architected and maintained AWS/GCP hybrid cloud infrastructure
  • +
  • • Led automation and incident response initiatives
  • +
  • • Managed CI/CD pipelines using GitHub Actions
  • +
+
+ +
+
+

Cloud Engineer - HCL Tech

+

Dec 2022 - Jan 2024

+
    +
  • • Designed and implemented cloud solutions on GCP
  • +
  • • Supported cloud migration projects and optimization efforts
  • +
  • • Collaborated with cross-functional teams to streamline cloud operations
  • +
+
+ +
+
+
+ + +
+
+

Tech Stack

+
+
+ AWS +

AWS

+
    +
  • • EC2, EKS, Lambda
  • +
  • • RDS, DynamoDB
  • +
  • • API Gateway, WAF
  • +
  • • CloudWatch, CloudTrail
  • +
+
+ +
+ GCP +

Google Cloud

+
    +
  • • Cloud Functions
  • +
  • • Cloud Run
  • +
  • • Cloud Storage
  • +
  • • BigQuery
  • +
+
+ +
+ Kubernetes +

Infrastructure

+
    +
  • • Kubernetes/EKS
  • +
  • • Terraform
  • +
  • • Docker
  • +
  • • GitHub Actions
  • +
  • • Cloudflare WAF
  • +
+
+
+
+
+ + +
+
+

Notable Projects

+
+
+

Infrastructure as Code Pipeline

+

+ Developed a comprehensive IaC pipeline using Terraform and GitHub Actions for automated + infrastructure deployment across AWS and GCP. Includes state management, drift detection, + and automated testing. +

+
+ + + +
+
+ +
+

Multi-Cloud Monitoring Solution

+

+ Built a centralized monitoring system integrating Datadog for hybrid + cloud environments. Features custom dashboards, automated alerting, and incident response + workflows. +

+
+ + + +
+
+ +
+

Kubernetes Platform Engineering

+

+ Architected and implemented a EKS-based and EC2 Kubernetes Deployments integrated with GitOps workflows ArgoCD, + cloudflare waf, and automated scaling policies. Reduced deployment time by 70%. +

+
+ + + +
+
+ +
+

Zero Trust Network Architecture

+

+ Designed and implemented a zero trust network using Tailscale, AWS WAF, and Identity-Aware Proxy, Cloudflare Access, Okta. + Enhanced security posture while maintaining operational efficiency. +

+
+ + + +
+
+
+
+
+ + + +
+
+

Get In Touch

+

+ I'm currently open to new opportunities. Whether you have a question or just want to say hi, + I'll get back to you! +

+ + Say Hello + +
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..20fac54 --- /dev/null +++ b/style.css @@ -0,0 +1,30 @@ +.particle-background { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: -1; +} + +.tech-card { + background: rgba(10, 25, 47, 0.7); + backdrop-filter: blur(10px); + border: 1px solid rgba(100, 255, 218, 0.1); + padding: 2rem; + border-radius: 0.5rem; + transition: all 0.3s ease; +} + +.tech-card:hover { + transform: translateY(-5px); + border-color: rgba(100, 255, 218, 0.3); +} + +.tech-icon { + width: 80px; + height: 80px; + margin-bottom: 1rem; + object-fit: contain; +} +