ai-learn

Tag: beginner

All 7 lessons tagged 'beginner' on ai-learn.

Essential macOS tips and shortcuts for beginners

A beginner-friendly tour of macOS keyboard shortcuts, gestures, and settings that dramatically improve everyday usability. Covers the must-know hotkeys and built-in features that help new Mac users feel productive quickly.

· 12 min read · 12 min listen

macOSproductivitybeginnertutorial

Git basics for new developers

A practical introduction to Git covering the essential commands and workflows every new developer needs. Walks through creating and cloning repositories, working with branches, and the standard pull-commit-push cycle used in day-to-day development.

· 11 min read · 13 min listen

gitversion controlbeginnertooling

Secrets management with SOPS and age

A beginner-friendly introduction to managing secrets in code repositories using SOPS and age, covering the core concepts, architecture, and common workflows. Explains why encrypted secrets matter, how SOPS and age fit together, and how to get started with your first encrypted file.

· 12 min read · 16 min listen

securitydevopsbeginnertooling

Introduction to OpenTofu fundamentals

A holistic overview of OpenTofu covering its core concepts, essential files, and architecture. Prepares new users to confidently begin hands-on infrastructure-as-code work.

· 10 min read · 14 min listen

infrastructure-as-codeopentofudevopsbeginneroverview

Introduction to Ansible

A beginner-friendly overview of Ansible as an infrastructure-as-code tool, covering its core concepts, architecture, and the key files and directories you need to get started. Learners will gain a well-rounded mental model of how Ansible works before writing their first playbook.

· 7 min read · 10 min listen

ansibledevopsinfrastructure-as-codebeginner

Core concepts of infrastructure as code

An introduction to the foundational vocabulary and mental models behind Infrastructure as Code, covering how declarative definitions, state, and reconciliation enable repeatable, automated infrastructure. Explains key contrasts such as declarative vs imperative, mutable vs immutable, and in-place updates vs burn-and-rebuild.

· 12 min read · 15 min listen

infrastructure-as-codedevopsfundamentalsbeginner

Cloud-init beginners guide

An introduction to cloud-init, the industry-standard tool for initializing cloud instances on first boot. Covers how it works, why it is useful, and practical examples of what it can be used for.

· 9 min read · 13 min listen

clouddevopslinuxautomationbeginner