Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@
<a href="writing/index.html">Writing</a>
<a href="about.html" class="active">About</a>
<a href="photo.html" class="nav-secondary">Photos</a>
<a href="guestbook.html" class="nav-secondary">Guestbook</a>
</div>
<div class="nav-right">
<div class="nav-status">
Expand All @@ -285,7 +284,6 @@
<a href="writing/index.html">Writing</a>
<a href="about.html" class="active">About</a>
<a href="photo.html">Photos</a>
<a href="guestbook.html">Guestbook</a>
<a href="mailto:austinbedmonson@gmail.com">Get in touch</a>
</div>

Expand Down Expand Up @@ -331,7 +329,7 @@ <h1 class="about-title">Austin Edmonson</h1>
</div>

<div class="about-body">
<p>I know most cover letters today are written with generative AI in some form, and honestly, I think that says something important about where engineering is going. I deeply value AI tooling, not because it replaces engineering, but because it sharpens it. It has changed how I learn, how I build, and how quickly I can move from idea to implementation while still staying thoughtful about reliability, security, and maintainability.</p>
<p>I know most about me cover sections today are written with generative AI in some form, and honestly, I think that says something important about where engineering is going. I deeply value AI tooling, not because it replaces engineering, but because it sharpens <b>me</b>. It has changed how I learn, how I build, and how quickly I can move from idea to implementation while still staying thoughtful about reliability, security, and maintainability.</p>
<p>I use different tools intentionally depending on the problem space. I lean on Claude Code heavily for development workflows and rapid iteration, ChatGPT for documentation, architecture exploration, and learning, Copilot within VS Code for workflow acceleration, and DeepSeek for deep technical explanations and software engineering fundamentals. These tools have made me dramatically more productive, but more importantly, they have helped reinforce strong engineering habits, better design decisions, and faster feedback loops.</p>
<p>I bring 6+ years of experience across DevOps, platform engineering, systems administration, and software engineering, with a strong focus on security, secrets management, CI/CD, Kubernetes, observability, and operational reliability. Much of my background has been shaped by learning directly in production environments and building systems alongside the people who depend on them every day. Being self-taught taught me how to understand systems from the ground up—how infrastructure, applications, networking, automation, and developer workflows all connect together.</p>
<p>Over the course of my career, I've worked across multiple engineering teams and environments, each with different operational needs and engineering cultures. That exposure taught me not only how to build systems, but how to build systems that teams can realistically operate and maintain.</p>
Expand Down
18 changes: 15 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,10 @@
.tag-product { background: #FEF3C7; color: #92400E; border-color: #FDE68A; }
.tag-design { background: #EDE9FE; color: #5B21B6; border-color: #DDD6FE; }
.tag-engineering { background: #D1FAE5; color: #065F46; border-color: #A7F3D0; }
.tag-platform { background: #CCFBF1; color: #0F766E; border-color: #99F6E4; }
.tag-ux { background: #FCE7F3; color: #9D174D; border-color: #FBCFE8; }
.tag-infra { background: #E8EEF8; color: #2D4470; border-color: #B8C8E8; }
.tag-terraform { background: #FEE2E2; color: #991B1B; border-color: #FECACA; }

/* ─── CARD GRID ─── */
.card-grid {
Expand Down Expand Up @@ -826,7 +828,6 @@
<a href="#writing">Writing</a>
<a href="about.html">About</a>
<a href="photo.html" class="nav-secondary">Photos</a>
<a href="guestbook.html" class="nav-secondary">Guestbook</a>
</div>

<div class="nav-right">
Expand All @@ -847,7 +848,6 @@
<a href="#writing">Writing</a>
<a href="about.html">About</a>
<a href="photo.html">Photos</a>
<a href="guestbook.html">Guestbook</a>
<a href="mailto:austinbedmonson@gmail.com">Get in touch</a>
</div>

Expand Down Expand Up @@ -948,10 +948,22 @@ <h1 class="hero-name">Ausb.</h1>

<div class="post-list-editorial">

<a href="writing/cicd-same-image.html" class="post-editorial-row">
<span class="post-editorial-date">May 2026</span>
<span class="post-editorial-title">The Most Important CI/CD Rule We Adopted: Same Image, Different Clusters</span>
<span class="post-editorial-tag tag-platform">Platform</span>
</a>

<a href="writing/terraform-dishwasher.html" class="post-editorial-row">
<span class="post-editorial-date">May 2026</span>
<span class="post-editorial-title">Terraform is Like a Dishwasher: Great for Daily Loads, Overkill for a Single Cup</span>
<span class="post-editorial-tag tag-infra">Infrastructure</span>
</a>

<a href="writing/overengineering-operational-exhaustion.html" class="post-editorial-row">
<span class="post-editorial-date">May 2026</span>
<span class="post-editorial-title">We Were Overengineering Ourselves Into Operational Exhaustion</span>
<span class="post-editorial-tag tag-infra">Infrastructure</span>
<span class="post-editorial-tag tag-platform">Platform</span>
</a>

<a href="writing/partida-gap.html" class="post-editorial-row">
Expand Down
2 changes: 0 additions & 2 deletions photo.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@
<a href="index.html#work">Work</a>
<a href="index.html#writing">Writing</a>
<a href="photo.html" class="active">Photos</a>
<a href="guestbook.html" class="nav-secondary">Guestbook</a>
</div>

<div class="nav-right">
Expand All @@ -296,7 +295,6 @@
<a href="index.html">Home</a>
<a href="index.html#work">Work</a>
<a href="index.html#writing">Writing</a>
<a href="guestbook.html">Guestbook</a>
<a href="mailto:austinbedmonson@gmail.com">Get in touch</a>
</div>

Expand Down
Loading
Loading