Move Arduino/PlatformIO to own section, add Hugo to Go section

This commit is contained in:
2026-09-11 20:59:30 +02:00
parent 068eed20fb
commit 983b6d890f
+6 -1
View File
@@ -171,6 +171,7 @@ layout: stefankoelle.njk
<h3>Go</h3> <h3>Go</h3>
<ul> <ul>
<li>First used Go for <a href="https://github.com/skoelle/kctl-tui" target="_blank">kctl-tui</a>, a terminal UI for Kubernetes built with Bubble Tea, handling context selection, namespace management, and AWS Secrets Manager sync.</li> <li>First used Go for <a href="https://github.com/skoelle/kctl-tui" target="_blank">kctl-tui</a>, a terminal UI for Kubernetes built with Bubble Tea, handling context selection, namespace management, and AWS Secrets Manager sync.</li>
<li>Used Hugo (Go Templates) to rebuild the <a href="https://buildbroken.moonweb.org" target="_blank">build broken</a> blog archive from Wayback Machine snapshots.</li>
</ul> </ul>
<h3>TypeScript / JavaScript</h3> <h3>TypeScript / JavaScript</h3>
@@ -186,7 +187,11 @@ layout: stefankoelle.njk
<ul> <ul>
<li>Working with Python since 2020 on private projects, home lab tooling, and automation scripts.</li> <li>Working with Python since 2020 on private projects, home lab tooling, and automation scripts.</li>
<li>Since this year, increasingly using Python for home network projects, with development accelerated by AI-assisted workflows in OpenCode.</li> <li>Since this year, increasingly using Python for home network projects, with development accelerated by AI-assisted workflows in OpenCode.</li>
<li><b>Arduino / PlatformIO:</b> Built ESP32 dashboards (<a href="https://github.com/skoelle/m5stack-dashboard" target="_blank">M5Stack</a>, <a href="https://github.com/skoelle/wt32sc01-dashboard" target="_blank">WT32-SC01</a>) showing weather, calendar, and Munich transit departures on physical hardware.</li> </ul>
<h3>Arduino / PlatformIO</h3>
<ul>
<li>Built ESP32 dashboards (<a href="https://github.com/skoelle/m5stack-dashboard" target="_blank">M5Stack</a>, <a href="https://github.com/skoelle/wt32sc01-dashboard" target="_blank">WT32-SC01</a>) showing weather, calendar, and Munich transit departures on physical hardware.</li>
</ul> </ul>
<h3>.NET Framework</h3> <h3>.NET Framework</h3>