-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
235 lines (229 loc) · 8.2 KB
/
Copy pathindex.html
File metadata and controls
235 lines (229 loc) · 8.2 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>workman.tech</title>
<meta
name="description"
content="Ryan Workman's corner of the web. Senior full-stack dev (~10 years, mostly Rails and JS, Turing grad) writing about what he's building and learning."
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="workman.tech" />
<meta
property="og:description"
content="Ryan Workman's corner of the web. Senior full-stack dev (~10 years, mostly Rails and JS, Turing grad) writing about what he's building and learning."
/>
<meta property="og:url" content="https://workman.tech/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="workman.tech" />
<meta
name="twitter:description"
content="Ryan Workman's corner of the web. Senior full-stack dev (~10 years, mostly Rails and JS, Turing grad) writing about what he's building and learning."
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/images/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/images/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/images/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="/images/favicon/site.webmanifest" />
<link href="/css/style.css" rel="stylesheet" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Person",
"@id": "https://workman.tech/#person",
"name": "Ryan Workman",
"url": "https://workman.tech/",
"description": "Senior full-stack engineer (~10 years, mostly Ruby on Rails and JavaScript) writing about software development and project management",
"sameAs": [
"https://github.com/rdavid1099",
"https://www.linkedin.com/in/ryan-workman/"
],
"knowsAbout": [
"AI engineering",
"Claude Code",
"Ruby on Rails",
"React",
"TypeScript",
"Full-stack web development"
]
},
{
"@type": "WebSite",
"@id": "https://workman.tech/#website",
"name": "workman.tech",
"url": "https://workman.tech/",
"description": "Ryan Workman's corner of the web. Senior full-stack dev (~10 years, mostly Rails and JS, Turing grad) writing about what he's building and learning.",
"inLanguage": "en",
"publisher": { "@id": "https://workman.tech/#person" }
}
]
}
</script>
</head>
<body>
<main id="main">
<h1>workman.tech 👋🏻 hello world</h1>
<article class="post">
<h1 id="header">let's chat about tech</h1>
<section>
<p>
Here are some things that I've been kicking around in my head
that I thought were interesting enough to write down and share with
the world.
</p>
</section>
<!-- posts:start -->
<h2 class="post-section-title">
<a href="/understanding-clients/"
>understanding clients in the age of ai</a
>
</h2>
<ul class="post-list">
<li class="post-item">
<span class="post-part">Part 1</span>
<a
class="post-title"
href="/understanding-clients/2026-06-15-ai-didnt-break-the-laws-of-physics.html"
>ai didn't break the laws of physics</a
>
<time class="post-date" datetime="2026-06-15">june 15th, 2026</time>
<span class="tags"
><span class="tag">ai</span
><span class="tag">agentic-development</span
><span class="tag">legacy-systems</span
><span class="tag">team</span
><span class="tag">architecture</span></span
>
</li>
</ul>
<h2 class="post-section-title">
<a href="/engineering/">Engineering</a>
</h2>
<ul class="post-list">
<li class="post-item">
<a
class="post-title"
href="/engineering/2026-06-24-watch-it-go-red.html"
>ai is backfilling your tests, and it's a regression</a
>
<time class="post-date" datetime="2026-06-24">june 24th, 2026</time>
<span class="tags"
><span class="tag">testing</span
><span class="tag">code-review</span><span class="tag">ai</span
><span class="tag">engineering-judgment</span
><span class="tag">tdd</span
><span class="tag">agentic-development</span></span
>
</li>
<li class="post-item">
<a
class="post-title"
href="/engineering/2026-06-12-building-an-oracle.html"
>building an oracle: a knowledge base of how my team actually
reviews code</a
>
<time class="post-date" datetime="2026-06-12">june 12th, 2026</time>
<span class="tags"
><span class="tag">ai</span><span class="tag">code-review</span
><span class="tag">knowledge-base</span
><span class="tag">claude-code</span
><span class="tag">agentic-development</span
><span class="tag">engineering-judgment</span></span
>
</li>
<li class="post-item">
<a
class="post-title"
href="/engineering/2026-06-03-the-repo-is-the-tracker.html"
>the repo is the tracker: solo dev project management in the time
of ai</a
>
<time class="post-date" datetime="2026-06-03">june 3rd, 2026</time>
<span class="tags"
><span class="tag">ai</span><span class="tag">claude-code</span
><span class="tag">agentic-development</span
><span class="tag">project-management</span
><span class="tag">solo-dev</span></span
>
</li>
</ul>
<h2 class="post-section-title">
<a href="/side-projects/">Side Projects</a>
</h2>
<ul class="post-list">
<li class="post-item">
<a
class="post-title"
href="/side-projects/2026-05-24-pokemon-card-scanner-in-one-night.html"
>i built a pokémon card scanner in one night with claude code</a
>
<time class="post-date" datetime="2026-05-24">may 24th, 2026</time>
<span class="tags"
><span class="tag">ai</span><span class="tag">claude-code</span
><span class="tag">agentic-development</span
><span class="tag">nextjs</span
><span class="tag">side-projects</span></span
>
</li>
</ul>
<!-- posts:end -->
</article>
<article class="post">
<h1>let's chat some more</h1>
<section>
<p>
Feel free to check out some of the stuff I made and reach out to
kick around some ideas.
</p>
<ul>
<li>
<a
href="https://github.com/rdavid1099"
target="_blank"
rel="noopener"
>github</a
>
</li>
<li>
<a
href="https://www.linkedin.com/in/ryan-workman/"
target="_blank"
rel="noopener"
>linkedin</a
>
</li>
</ul>
</section>
</article>
</main>
<footer class="footer">
<small> © ryan workman - 2024 </small>
<br />
<small>
hosted by
<a
href="https://github.com/WorkmanTech/WorkmanTech.github.io"
target="_blank"
rel="noopener"
>github pages</a
>
</small>
</footer>
</body>
</html>