-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResume.html
More file actions
124 lines (114 loc) · 4.7 KB
/
Resume.html
File metadata and controls
124 lines (114 loc) · 4.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Tait Hoglund | DevOps Resume</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 2rem;
line-height: 1.6;
background-color: #f4f4f4;
color: #333;
}
h1, h2, h3 {
color: #2c3e50;
}
h1 {
font-size: 2rem;
margin-bottom: 0.2rem;
}
h2 {
border-bottom: 2px solid #ccc;
margin-top: 2rem;
padding-bottom: 0.3rem;
}
.section {
margin-bottom: 2rem;
}
ul {
padding-left: 1.5rem;
}
.contact {
font-size: 0.95rem;
margin-bottom: 1rem;
}
.highlight {
font-weight: bold;
}
</style>
</head>
<body>
<h1>Tait Hoglund | Platform / DevOps Engineer</h1>
<div class="contact">
Oklahoma City, OK | 651.233.8184 | <a href="mailto:hogtai@gmail.com">hogtai@gmail.com</a><br>
<a href="https://linkedin.com/in/tait-hoglund/">linkedin.com/in/tait-hoglund</a> |
<a href="https://gitlab.com/tait.hoglund">Gitlab.com/tait.hoglund</a>
</div>
<div class="section">
<p class="highlight">Delivering Applications & Services at High Velocity</p>
<p>Optimizing System Performance, Stability, & Reliability</p>
<p>
Cloud-native technician with 100+ documented cloud engineering projects automating and streamlining software development and infrastructure management through CI/CD. Proficient in Linux, AWS, GCP, Terraform, Kubernetes, and observability tools. Proven ability to increase efficiency, reduce downtime, and drive IT-driven results.
</p>
</div>
<div class="section">
<h2>Technical Skills</h2>
<ul>
<li><strong>Cloud Platforms:</strong> AWS (EC2, S3, Lambda, etc.), GCP (GKE, Cloud Deploy, etc.), Fastly, Kubernetes</li>
<li><strong>DevOps Tools:</strong> Terraform, Docker, GitLab CI/CD, Cloud Deploy, Cloud Build, Kaniko</li>
<li><strong>Monitoring/Security:</strong> New Relic, Vault, Doppler, Signal Sciences</li>
<li><strong>Networking/Web Servers:</strong> VPC, Load Balancing, NGINX, API Gateway</li>
<li><strong>Languages:</strong> Python, JavaScript, PHP, HTML, CSS, JSON, Boto3</li>
<li><strong>Testing:</strong> Locust, Trivy, SonarCloud, Fastly VCL</li>
</ul>
</div>
<div class="section">
<h2>Featured Projects</h2>
<ul>
<li><strong>3-Tier HA Architecture:</strong> Built using AWS EC2, ASGs, Launch Templates across AZs</li>
<li><strong>Kubernetes Microservices:</strong> Deployed Redis, Postgres, Apache services via MicroK8s</li>
<li><strong>E-Commerce Platform (Terraform):</strong> HA 2-tier app with EC2, Subnets, Route Tables, etc.</li>
<li><strong>Jenkins Pipelines:</strong> CI/CD pipeline using Terraform Cloud + GitHub + AWS</li>
<li><strong>Serverless Order Fulfillment:</strong> REST API + Lambda + SQS/SNS + DynamoDB</li>
</ul>
</div>
<div class="section">
<h2>Professional Experience</h2>
<h3>Site Reliability Engineer | Life.Church | Oklahoma City, OK | 2023–Present</h3>
<ul>
<li>Boosted system availability to 99.97% and reduced error rates across 24 apps to under 1%</li>
<li>Cut build and delivery time by 50% through optimized CI/CD pipelines</li>
<li>Reduced MTTR by 75% by developing runbooks and improving incident response workflows</li>
<li>Lowered infra and dev costs by 15% through Kubernetes migration</li>
</ul>
<h3>Director of Operations & IT | Trout Lake Camps | Pine River, MN | 2014–2023</h3>
<ul>
<li>Directed 3-site operations, managing 9 reports and 500+ seasonal staff</li>
<li>Cut server misconfigurations by 50% using Terraform/IaC workflows</li>
<li>Improved build times by 75% via automated cloud CI/CD pipelines</li>
<li>Maintained 99.97% uptime through DR planning and autoscaling</li>
<li>Led $5.2M budget and three site expansions, improving customer satisfaction to 97.5%</li>
</ul>
</div>
<div class="section">
<h2>Certifications</h2>
<ul>
<li>Certified Kubernetes Administrator (In Progress)</li>
<li>Certified Cloud Engineer – Level Up In Tech</li>
<li>AWS Certified Developer Associate – AWS</li>
<li>Terraform Associate – HashiCorp</li>
<li>Linux Essentials – Linux Professional Institute</li>
</ul>
</div>
<div class="section">
<h2>Education</h2>
<ul>
<li>MA in Leadership – Bethel University</li>
<li>BA in Business Administration – Charter University</li>
</ul>
</div>
</body>
</html>