learning-internal-development-platform
learning-internal-development-platform/ ├── README.md ├── REFERENCES.md ├── ROADMAP.md ├── PROGRESS.md ├── docs/ │ ├── architecture/ │ │ ├── idp-overview.md │ │ ├── azure-architecture.md │ │ └── component-diagram.md │ ├── concepts/ │ │ ├── what-is-idp.md │ │ ├── platform-engineering.md │ │ ├── golden-paths.md │ │ └── developer-experience.md │ ├── learning-path/ │ │ ├── week-01-foundations.md │ │ ├── week-02-azure-sdk.md │ │ ├── week-03-testing.md │ │ └── week-04-integration.md │ └── resources/ │ ├── books.md │ ├── articles.md │ ├── videos.md │ └── courses.md ├── diagrams/ │ ├── idp-architecture.png │ ├── azure-components.png │ └── learning-roadmap.png ├── templates/ │ ├── repository-template/ │ │ ├── README-template.md │ │ ├── pyproject.toml │ │ └── .github/workflows/ └── notes/ ├── daily-learning-log.md ├── questions.md └── insights.md