diff --git a/shared/theme-code.css b/shared/theme-code.css deleted file mode 100644 index bb91053..0000000 --- a/shared/theme-code.css +++ /dev/null @@ -1 +0,0 @@ -:root { --accent: #3E5098; } diff --git a/shared/theme-infra.css b/shared/theme-infra.css deleted file mode 100644 index abc5e7b..0000000 --- a/shared/theme-infra.css +++ /dev/null @@ -1 +0,0 @@ -:root { --accent: #99333A; } diff --git a/shared/theme-retro.css b/shared/theme-retro.css deleted file mode 100644 index 2d0e074..0000000 --- a/shared/theme-retro.css +++ /dev/null @@ -1 +0,0 @@ -:root { --accent: #8a6d3b; } diff --git a/shared/theme-smarthome.css b/shared/theme-smarthome.css deleted file mode 100644 index b746f2f..0000000 --- a/shared/theme-smarthome.css +++ /dev/null @@ -1 +0,0 @@ -:root { --accent: #1f8a8a; } diff --git a/stefankoelle/index.njk b/stefankoelle/index.njk index c713766..1b788f3 100644 --- a/stefankoelle/index.njk +++ b/stefankoelle/index.njk @@ -34,21 +34,21 @@ layout: stefankoelle.njk

Home Network Projects (2025-2026)

Retro Computing (2022/2023)

-

Upgrade of old Atari Mega 4 (2021)

+

Upgrade of old Atari Mega 4 (2021)

-

Kids RFID MP3 Player (2018)

+

Kids RFID MP3 Player (2018)

Mailbox/Fidonet (1994 - 2000)

@@ -146,7 +146,7 @@ layout: stefankoelle.njk

AI-Assisted Development

I've fully embraced the AI-assisted development paradigm since early 2025. At work, I've taught Claude Code a workflow for handling Jira stories end-to-end: it evaluates requirements, provides feedback to the PO, and creates a detailed implementation plan. From there, it's mostly about supervising the plan while the code generation runs largely autonomously. For code review, we use a second AI (e.g., Codex) as a quality gate to catch issues that might slip through. In migration projects, I define the exact plan upfront and Claude Code executes it with increasing independence. The output gain is massive, delivering in a fraction of the time.

-

Privately, I work with OpenCode paired with OpenCode Zen, Merge Gateway, and OpenRouter, mostly for Python-based home lab and automation projects. See my GitHub projects for examples and the Dev VM setup for the infrastructure behind this workflow.

+

Privately, I work with OpenCode paired with OpenCode Zen, Merge Gateway, and OpenRouter, mostly for Python-based home lab and automation projects. See my GitHub projects for examples and the Dev VM setup for the infrastructure behind this workflow.

.NET Core