From c9611f35bc9cb13730a4ab92718a7acb760849eb Mon Sep 17 00:00:00 2001 From: developtheweb Date: Tue, 19 Aug 2025 20:28:29 -0400 Subject: [PATCH] fix: Update remaining courses to reflect actual Anthropic Learn curriculum - Replaced 'Advanced Prompt Engineering' with 'Claude with Amazon Bedrock' - Replaced 'AI Safety & Best Practices' with 'Claude with Google Cloud's Vertex AI' - Removed 'Enterprise Integration' as it's not part of the current curriculum - Updated learning path diagram to show correct upcoming courses - Updated progress overview table with actual course names - Updated timeline section to reflect real courses These changes align with the actual course offerings on Anthropic's Skilljar platform. --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e3d1d53..8162927 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,8 @@ graph TD D[🏆 Claude Code in Action] -->|COMPLETED| B E[🏆 Introduction to Model Context Protocol] -->|COMPLETED| B K[🏆 Model Context Protocol: Advanced Topics] -->|COMPLETED| B - G[📘 Advanced Prompt Engineering] -->|UPCOMING| H[🔜] - I[📙 AI Safety & Best Practices] -->|UPCOMING| H - J[📗 Enterprise Integration] -->|UPCOMING| H + G[📘 Claude with Amazon Bedrock] -->|UPCOMING| H[🔜] + I[📙 Claude with Google Cloud's Vertex AI] -->|UPCOMING| H style A fill:#4CAF50,stroke:#2E7D32,stroke-width:3px,color:#fff style C fill:#4CAF50,stroke:#2E7D32,stroke-width:3px,color:#fff @@ -100,7 +99,6 @@ graph TD style K fill:#4CAF50,stroke:#2E7D32,stroke-width:3px,color:#fff style G fill:#E3F2FD,stroke:#1976D2,stroke-width:2px style I fill:#E3F2FD,stroke:#1976D2,stroke-width:2px - style J fill:#E3F2FD,stroke:#1976D2,stroke-width:2px ``` @@ -114,9 +112,8 @@ graph TD | ✅ | **Claude Code in Action** | Completed | | ✅ | **Introduction to Model Context Protocol** | Completed | | ✅ | **Model Context Protocol: Advanced Topics** | Completed | -| 📅 | **Advanced Prompt Engineering** | Today | -| 📅 | **AI Safety & Best Practices** | This week | -| 📅 | **Enterprise Integration** | This week | +| 📅 | **Claude with Amazon Bedrock** | Upcoming | +| 📅 | **Claude with Google Cloud's Vertex AI** | Upcoming | --- @@ -226,9 +223,8 @@ timeline August 19, 2025 : Introduction to Model Context Protocol : Model Context Protocol Advanced Topics - Coming Soon : Advanced Prompt Engineering - : AI Safety & Best Practices - : Enterprise Integration + Coming Soon : Claude with Amazon Bedrock + : Claude with Google Cloud's Vertex AI ``` ---