MeshWorld India LogoMeshWorld.
← All Authors
Cobie

Cobie.

DevOps & Site Reliability Engineer. Expert in container orchestration, CI/CD pipeline optimization, and helping teams ship software safely with clean Git workflows.

13 articles
devopsdockergit

All Articles by Cobie

13
Advanced Terraform Cloud-Scale State Cheatsheet
terraform5 min read

Advanced Terraform Cloud-Scale State Cheatsheet

Manage infrastructure at scale: Terraform workspaces, backend state locks, refactoring resources, dynamic blocks, and import workflows.

GitHub Actions Advanced YAML Pipelines Cheatsheet
github-actions5 min read

GitHub Actions Advanced YAML Pipelines Cheatsheet

Optimize CI/CD pipelines: GitHub Actions environments, concurrency controls, custom reusable workflows, matrices, and cache optimizations.

Terraform Cheat Sheet: IaC Commands, HCL & State
Cheatsheet5 min read

Terraform Cheat Sheet: IaC Commands, HCL & State

Complete Terraform reference — init, plan, apply, state, modules, variables, outputs, workspaces, and OpenTofu equivalents for infrastructure as code in 2026.

GitHub Actions Cheat Sheet: Workflows, Jobs & Recipes
Cheatsheet5 min read

GitHub Actions Cheat Sheet: Workflows, Jobs & Recipes

Complete GitHub Actions reference — triggers, jobs, secrets, matrix builds, caching, artifacts, and real-world recipes for CI/CD pipelines in 2026.

Ansible Cheat Sheet: Inventory, Playbooks, Roles & Ad-hoc Commands
Cheatsheet5 min read

Ansible Cheat Sheet: Inventory, Playbooks, Roles & Ad-hoc Commands

Complete Ansible reference — inventory management, playbook syntax, roles, handlers, conditionals, loops, vault, and best practices for configuration management in 2026.

How to Handle Git's Default Editor: Commit, Abort, and Configure
HowTo5 min read

How to Handle Git's Default Editor: Commit, Abort, and Configure

Master Git's editor prompts — write commit messages, abort commits, change the default editor, and use one-liner commits without opening an editor.

8 Netlify Alternatives Worth Trying in 2026
Netlify5 min read

8 Netlify Alternatives Worth Trying in 2026

The best Netlify alternatives in 2026: Vercel for Next.js, Railway for variable workloads, Coolify for self-hosted cost control, and more. Find the right deployment platform for your stack.

How to Set Up Coolify for Self-Hosted Deployments
DevOps5 min read

How to Set Up Coolify for Self-Hosted Deployments

Step-by-step guide to setting up Coolify on your VPS. Learn to deploy Node.js/Docker apps, manage domains, and handle HTTPS for free on your own hardware.

How to Use Environment Variables in Docker
Docker5 min read

How to Use Environment Variables in Docker

Manage environment variables in Docker containers and Compose files — inline values, .env files, runtime injection, secrets, and production patterns.

Git Rebase vs Merge: When to Use Each (With Visual Guide)
Git5 min read

Git Rebase vs Merge: When to Use Each (With Visual Guide)

Master Git rebase and merge — understand when to use each, avoid common pitfalls, and keep your Git history clean. Visual explanations and practical workflows.

Docker Multi-Stage Builds: Smaller Images, Faster Deploys
Docker5 min read

Docker Multi-Stage Builds: Smaller Images, Faster Deploys

Master Docker multi-stage builds — reduce image size, improve security, speed up builds. Production-ready patterns for Node.js, Python, Go, and more.

Docker Compose Cheat Sheet: Services, Volumes & Production
Cheatsheet5 min read

Docker Compose Cheat Sheet: Services, Volumes & Production

A complete Docker Compose guide covering service definitions, volumes, networks, and health checks. Includes production-ready templates and CLI commands.

Build a GitHub Issue Creator Skill for Your AI Agent
Agent Skills5 min read

Build a GitHub Issue Creator Skill for Your AI Agent

Create a production-ready agent skill that creates GitHub issues from natural language, with label assignment, duplicate detection, and dry-run mode.