From 46f9b2bf33f9378f8b59126966364f8048b5bef9 Mon Sep 17 00:00:00 2001 From: Rory Preddy Date: Thu, 7 Aug 2025 14:15:31 +0200 Subject: [PATCH] Add Generative AI with Java to curriculum list (#507) Included a link to the 'Generative AI with Java' curriculum in the README to provide users with additional learning resources. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f8c33d6..dce4c010 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ Our team produces other curricula! Check out: - [Generative AI for Beginners](https://aka.ms/genai-beginners) - [Generative AI for Beginners .NET](https://github.com/microsoft/Generative-AI-for-beginners-dotnet) - [Generative AI with JavaScript](https://github.com/microsoft/generative-ai-with-javascript) +- [Generative AI with Java](https://github.com/microsoft/Generative-AI-for-beginners-java) - [AI for Beginners](https://aka.ms/ai-beginners) - [Data Science for Beginners](https://aka.ms/datascience-beginners) - [ML for Beginners](https://aka.ms/ml-beginners)