Tag: devops
14 items with this tag.
Kill Process by Port Number
Kill Process by Port Number Quick commands to kill whatever is occupying a given port.
Hermes Docker — Profile Management
Hermes Docker — Profile Management How to inspect, copy, and migrate Hermes Agent profiles between Docker instances.
GitHub Actions — Complete Guide
GitHub Actions — Complete Guide Comprehensive reference for building CI/CD pipelines with GitHub Actions.
Git & Pull Request Workflow Learning
Git & Pull Request Workflow Learning Structured learning series on Git pull request workflows — from fundamentals to advanced patterns like stacked PRs, trunk-based development, and CI/CD integration.
rsync and File Sync Alternatives
rsync and File Sync Alternatives rsync is the battle-tested default for server-to-server file sync.
Docker Compose — Volume Types
Docker Compose — Volume Types Three types of volume mounts in Docker Compose and when to use each.
GitLab CI/CD — Automating Claude Code on Cloud
GitLab CI/CD — Automating Claude Code on Cloud How to run Claude Code as a CI/CD step on GitLab.com (cloud) — design reviews, security audits, and automated fixes triggered by git events.
Jenkins CI/CD Alternatives
Jenkins CI/CD Alternatives Overview of the strongest Jenkins replacements in 2026, with situation-based recommendations.
Docker Dev vs Prod — Volume Mounts, Multi-Container Setup
Docker Dev vs Prod — Volume Mounts, Multi-Container Setup How to structure Docker for local development vs production with Django + Next.js.
Journal — May 12, 2026
May 12, 2026 What I worked on today Heavy day of developer tooling.
CI/CD — Django + Next.js on Local VPS
CI/CD — Django + Next.js on Local VPS Push to main → tests run → auto-deploy to local server.
Claude Code — Switching Between API Key and Login Auth
Claude Code — Switching Between API Key and Login Auth Claude Code supports two auth modes.
LiteLLM — Connecting Claude Code to Local LLMs
LiteLLM — Connecting Claude Code to Local LLMs Use LiteLLM as a translation proxy: Claude Code speaks Anthropic format, local models speak OpenAI format.
systemctl — Service Management Cheatsheet
systemctl — Service Management Cheatsheet Control systemd services on Ubuntu / Debian Linux.