Skip to content

Commit 828b47c

Browse files
committed
docs: point F5 Experience links to Medium
Swap the WordPress blog URLs for the Medium versions of the F5 Experience (Local Setup) and (Speed) posts.
1 parent 4f3e929 commit 828b47c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Local build and application startup metrics for Kotlin projects.
88

99
## The problem: you can't improve an F5 Experience you can't see
1010

11-
The **[F5 Experience](https://beerandserversdontmix.com/2024/08/15/an-introduction-to-the-f5-experience/)**
11+
The **[F5 Experience](https://medium.com/beer-and-servers-dont-mix/the-f5-experience-local-setup-8097be8d9e3c)**
1212
is the idea that setting up and running a project should take exactly three steps:
1313
clone the repo, open it in your IDE, press F5. Everything after that — the compile,
1414
the startup, the first response, the test run — is the **inner loop** of development,
@@ -19,7 +19,7 @@ The trouble is that the inner loop is invisible. It happens hundreds of times a
1919
on each engineer's machine, and none of it shows up anywhere. So when a build slowly
2020
creeps from 20 seconds to two minutes, nobody notices until developers have already
2121
started
22-
[context switching away every time they hit F5](https://beerandserversdontmix.com/2024/08/15/the-f5-experience-speed/)
22+
[context switching away every time they hit F5](https://medium.com/beer-and-servers-dont-mix/the-f5-experience-speed-1821a6f9edcd)
2323
— going for coffee, checking Slack, losing their flow state. By then the damage is
2424
done and there's no data to explain when or why it happened. As the blog series puts
2525
it: **measure first.** You can't optimize an inner loop you've never measured, and

0 commit comments

Comments
 (0)