# GCP Learning Journal A structured personal knowledge base documenting my Google Cloud Platform (GCP) learning journey โ starting with Google Cloud Fundamentals (Core Infrastructure) and expanding into additional GCP certifications, services, hands-on notes, and interview-focused preparation. --- ## ๐ Courses | Course | Status | Certification Target | |---------------------------------------------------------------------------------------------|------------------------|---------------------------------------------------------| | [Google Cloud Fundamentals: Core Infrastructure](courses/gcp-core-infrastructure/README.md) | โ Notes & Q&A Complete | Associate Cloud Engineer ยท Professional Cloud Architect | --- ## ๐๏ธ Repository Structure ``` gcp-learning-journal/ โโโ courses/ # Course-specific learning notes โ โโโ gcp-core-infrastructure/ # GCF - Core Infrastructure (2-day session) โ โโโ README.md # Course overview, module index, progress โ โโโ modules/ โ โโโ module-01-intro-to-google-cloud/ โ โโโ module-02-resource-hierarchy-and-iam/ โ โโโ module-03-vpc-and-compute-engine/ โ โโโ module-04-cloud-storage-and-databases/ โ โโโ module-05-containers-and-kubernetes/ โ โโโ module-06-serverless-applications/ โ โโโ notes.md # Detailed notes + embedded Q&A โ โโโ qa-review.md # Interview & certification Q&A โ โโโ images/ # Diagrams and screenshots โโโ lab-notes/ # Hands-on lab documentation โ โโโ lab-01-lamp-stack-marketplace.md โ โโโ lab-02-vpc-networking.md โ โโโ lab-03-cloud-storage-cloud-sql.md โ โโโ lab-04-cloud-run.md โโโ shared-resources/ # Cross-course reference materials โ โโโ gcp-services-overview.md โ โโโ key-terms.md โ โโโ README.md โโโ README.md ``` --- ## ๐ฏ Certification Targets | Certification | Level | Status | |------------------------------------|--------------|------------| | Associate Cloud Engineer (ACE) | Associate | ๐ฒ Planned | | Professional Cloud Architect (PCA) | Professional | ๐ฒ Planned | --- ## ๐ Learning Sessions | Session | Date | Topics Covered | |--------------------------|------------|------------------------------------------------------------------| | GET_CERTIFIED-06 ยท Day 1 | 2026.04.08 | Intro to GCP ยท Resource Hierarchy & IAM ยท VPC & Compute Engine | | GET_CERTIFIED-06 ยท Day 2 | 2026.04.09 | Cloud Storage & Databases ยท Containers & Kubernetes ยท Serverless | --- ## ๐ How to Use This Repo | Goal | Where to Go | |-----------------------|-----------------------------------------------| | Learning a topic | `courses/` โ relevant module โ `notes.md` | | Exam / interview prep | `courses/` โ relevant module โ `qa-review.md` | | Quick service lookup | `shared-resources/gcp-services-overview.md` | | Term definition | `shared-resources/key-terms.md` | | Lab walkthroughs | `lab-notes/` |