Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "DevOps Matters More When AI Writes the Code"
title: "The Bottleneck Is No Longer Writing Code"
date: 2026-04-25
draft: false
pillar: "Wild Card"
Expand Down
6 changes: 6 additions & 0 deletions layouts/blog/list.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{{ define "main" }}
<div class="blog-header">
<h1>Blog</h1>
<p class="blog-byline">I've shipped and migrated enough Adobe Commerce platforms to know which problems are the platform's fault. This is that log.</p>
<p class="blog-description">Long-form thinking on commerce, technology, and the gap between how projects are sold and how they're delivered.</p>
<div class="blog-follow">
<a href="/feed.xml" class="follow-link">RSS</a>
<span class="follow-sep">·</span>
<a href="https://linkedin.com/in/{{ .Site.Params.linkedin_username }}" class="follow-link" target="_blank" rel="noopener">Follow on LinkedIn</a>
</div>
</div>

<div class="posts-list blog-list">
Expand Down
Loading