This repository documents my beginner cloud engineering foundation practice.
The first focus is Git and GitHub workflow.
- Creating a GitHub repository
- Cloning a repository
- Creating folders and files
- Creating branches
- Making commits
- Pushing changes
- Opening pull requests
- Merging pull requests
- Creating GitHub Issues
- Using
.gitignore - Writing lessons learned
cloud-engineering-foundations/
+-- README.md
+-- architecture/
+-- notes/
+-- scripts/
+-- .gitignore
+-- lessons-learned.md
This repository should not contain secrets, passwords, access keys, .pem files, AWS credentials, or Terraform state files.