Development

[Claude Code] Building a Real-Time Agent Dashboard

23 minute read

How I built a real-time monitoring dashboard to visualize what 19 Claude Code subagents are doing – from a failed Gather Town experiment to a practical WebSocket-powered control center.

[Kiro] Agent Configuration

3 minute read

A guide covering agent creation, configuration, prompt modularization, and sub-agent usage in Kiro.

[LLM] Setting Up Ollama Remote Access

1 minute read

Configuring the OLLAMA_HOST environment variable and Windows Firewall to access a local LLM from other devices on the same network.

[Java] Installing OpenJDK

less than 1 minute read

How to install Eclipse Temurin OpenJDK on macOS using Homebrew.

[Python] Installing PIP

less than 1 minute read

How to install PIP, the package manager for Python 3.