/res/gcp-learning-journal View on GitHub โ†’
# 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/`                                  |