Mastering Git: Complete Guide from Init to Push with Branch Management
Git from install to first push, with branching, remotes and the mistakes worth rehearsing. Every command shown with the real terminal output it produces.
Continue Reading →The practices, pipelines and glue that get changes from a laptop into production safely.
7 articles
Git from install to first push, with branching, remotes and the mistakes worth rehearsing. Every command shown with the real terminal output it produces.
Continue Reading →Install Terraform on Ubuntu and RHEL, then master init, plan, apply, destroy and state commands with real terminal output plus three troubleshooting fixes.
Continue Reading →How to structure an Ansible project: what belongs in inventories, roles, playbooks and vault, and why keeping them apart is what makes automation scale.
Continue Reading →DevOps is one of those words that has been stretched so far it barely means anything now. Recruiters use it for sysadmins. Vendors use it for whatever they happen to be selling. So before the practices and the job description,…
Continue Reading →What is DevOps? Take “development”, take “operations”, jam them together. That’s the word, and honestly the word tells you the whole story, because the thing it describes is two teams who worked at the same company and spent about fifteen…
Continue Reading →Introduction In this article, I am going to begin by practicing on Docker images. I will be using my newfound knowledge of Docker images to pull, build, and launch containers. Worth pinning down the vocabulary first, because the two words…
Continue Reading →Node.js is an open source JavaScript runtime for building server-side and network applications, and it runs on Linux, macOS, FreeBSD and Windows. Starting it from the command line is fine for development. It is not how you run anything in…
Continue Reading →