A Visual Guide to SSH Tunnels (with labs)
A visual guide and hands-on labs explaining SSH tunnels, focusing on local and remote port forwarding for developers.
A visual guide and hands-on labs explaining SSH tunnels, focusing on local and remote port forwarding for developers.
A tutorial on automating the creation of GitHub deployment environments using PowerShell and the GitHub REST API.
Explores the evolution of operations into platform engineering, where teams focus on enabling developers through self-service platforms and managed services.
A review of the book 'Team Topologies', which argues that organizational structure is key to effective software development.
A guide to automatically commenting on GitHub Pull Requests using GitHub Actions, covering authentication, security, and workflow setup.
A developer shares practical tips and advanced techniques for managing Kubernetes clusters more efficiently, covering terminal setup, kubectl mastery, and automation.
Explores why on-call rotations are often painful, framing them as a sociotechnical problem requiring both technical fixes and organizational changes.
A tutorial on deploying a Dockerized PHP application to Google Cloud Platform using Docker Compose for production environments.
Fixing Docker Desktop credential errors in CI by modifying the config.json file to remove the 'credsStore' key.
A DevOps engineer shares advice on learning Go programming for Kubernetes, tailored to different experience levels and backgrounds.
Explains how to use Kubernetes ephemeral containers and the kubectl debug command for troubleshooting pods without restarting them.
A review of the book 'Accelerate', which presents research on key DevOps metrics that predict high performance in technology organizations.
Explains how to manage complex Kubernetes applications using the Carvel Kapp Controller for grouping and deploying resources.
Introducing Pulumi's Java SDK for Infrastructure as Code, enabling developers to manage cloud resources using Java and JVM languages.
A technical guide for upgrading PostgreSQL from version 13 to 14 on Ubuntu 22.04, including commands and steps.
A tutorial explaining Docker container management commands by focusing on understanding their logic rather than memorization.
Explains how to update pre-installed tools like GitHub CLI on GitHub-hosted runners when the default version is outdated, using brew or .deb packages.
A guide on configuring rsync with a custom SSH port within GitHub Actions workflows for automated deployment.
A developer advocates for using terminal file managers, specifically Vifm, to enhance command-line efficiency and automation in tech workflows.
A guide to validating Terraform Infrastructure as Code using formatting, syntax, and security checks within a GitHub Actions workflow.