DevOps

DevOps

The Elephant in the Room – Where Do I Actually Run This Thing?

The Elephant in the Room – Where Do I Actually Run This Thing?

You’ve turned 4,000 non-developers into builders. They’re solving their own problems. And now they’re all asking the same question — to which nobody has a clean answer.

Continue reading

Claude Code Status Bar: Model, Git, Context and Cost at a Glance

Claude Code Status Bar: Model, Git, Context and Cost at a Glance

Why a Custom Status Bar?

By default, Claude Code shows only basic information in its status line. With a simple Bash script, this can be significantly enhanced: model name, Git branch with staged/unstaged counters, context window usage as a progress bar, session cost and duration – all at a glance.

Continue reading

My Homelab Setup: Multi-Site Infrastructure with Proxmox, Tailscale and Security Stack

My Homelab Setup: Multi-Site Infrastructure with Proxmox, Tailscale and Security Stack

In this post I’ll walk you through my current homelab setup. What started as a small tinkering project has grown into a multi-site infrastructure with two locations, two external servers and a centralized security stack.

Continue reading

List all AWS resources using AWS CLI

List all AWS resources using AWS CLI

API resource groups tagging

Sometimes you need a list of all resources in your AWS account. For this use case, you can use the API operations resource groups tagging.

Continue reading