Skip to content

Tag: devops

All the articles with the tag "devops".

Tmux for Streamlining Dev Workflow

Tmux for Streamlining Dev Workflow

Master tmux for dev work: sessions, windows, panes, layout scripting, hooks, and pane syncing, the commands that turn one terminal into many.

Automating Docker via Ansible

Automating Docker via Ansible

· Updated:

Automate Docker container deployment with shell scripts, cron, and Ansible, stop SSHing in and restarting things by hand.

Docker vs Podman: Key Differences

Docker vs Podman: Key Differences

Docker needs a daemon; Podman doesn't. Compare architecture, rootless support, Compose compatibility, and which one belongs in your workflow.

Understanding PostgreSQL Connection URIs

Understanding PostgreSQL Connection URIs

· Updated:

Decode the postgresql:// connection string, host, port, database, SSL mode, and the gotchas that cause connection refused at deploy time.