Learning Resources
This generated surface maps a learner-facing curriculum unit to its canonical source routes.
Curriculum surface
- Open learner-facing unit
- Curriculum path:
content/curriculum/production/semester-09-cloud-devops/module-04-ci-cd-pipelines-release-engineering/resources.md - App:
production - Semester:
semester-09-cloud-devops - Module:
module-04-ci-cd-pipelines-release-engineering - Unit kind:
resource - Curation level:
module_curated
Learning objectives
- Explain Learning Resources as a software-delivery and risk-reduction system, not just automation for builds and tests.
- Use Learning Resources to reason about feedback speed, artifact integrity, rollout safety, and release recoverability.
- Use
git-from-the-bottom-up,pro-git,the-linux-command-lineto connect the learner page to pipeline stages, deployment strategies, and production-release discipline.
Prerequisites
- Comfort with containers, environment promotion, and the need for repeatable, low-risk software delivery.
Source books
git-from-the-bottom-uppro-gitthe-linux-command-line
Source routes
Git From The Bottom Up
- /books/git-from-the-bottom-up via
Git from the bottom up: A commit by any other name,Git from the bottom up: Branching and rebase
Pro Git
- /books/pro-git via
Pro Git: Basic hooks usage,Pro Git: Branch Management / Long-Running Branches,Pro Git: Checking out tags,Pro Git: Distributed Git workflows,Pro Git: Enforcing commit messages / ACL,Pro Git: Hooks overview,Pro Git: Listing / creating / deleting tags,Pro Git: Private managed team,Pro Git: Private small team,Pro Git: Pushing and tracking branches,Pro Git: Rebasing / cherry-picking workflows and preparing a release,Pro Git: Server-side hooks,Pro Git: Signing your work,Pro Git: Tagging,Pro Git: Testing it out,Pro Git: The perils of rebasing,Pro Git: The shortlog,Pro Git: Topic Branches and Remote Branches,Pro Git: Verifying tags,Pro Git: Viewing staged changes and committing
The Linux Command Line
- /books/the-linux-command-line via
Linux Command Line: Defensive programming / testing,Linux Command Line: Here documents,Linux Command Line: Shell functions and locals,Linux Command Line: Test cases,Linux Command Line: What are shell scripts,Linux Command Line: What is stored in the environment
Supporting curriculum routes
No supporting curriculum routes linked yet.
External enrichment
- Google Cloud: CI/CD and Automation (
official_docs_companion) - Grounds CI/CD ideas in an end-to-end automation reference instead of tool-by-tool folklore. - Google SRE Workbook: Canarying Releases (
read_if_stuck) - Shows how release engineering decisions affect safety, confidence, and rollback strategy in production.
AI companion modes
- Explain simply
- Diagnose my confusion
- Revision mode
- Connect forward / backward