From 0f9b42dd4a599d4ee112acf76bc397c3ad262b49 Mon Sep 17 00:00:00 2001 From: DJ Adams Date: Sat, 11 Jul 2026 10:25:55 +0200 Subject: [PATCH 1/2] add link to new "CAP tour" CodeJam to learn-more.md --- get-started/learn-more.md | 1 + 1 file changed, 1 insertion(+) diff --git a/get-started/learn-more.md b/get-started/learn-more.md index c9a6b4b25b..1909a5f145 100644 --- a/get-started/learn-more.md +++ b/get-started/learn-more.md @@ -174,6 +174,7 @@ SAP Developer Advocate [DJ Adams](https://qmacro.org) has compiled a vast number ### Workshop exercise content - [Service integration with SAP Cloud Application Programming Model](https://github.com/SAP-samples/cap-service-integration-codejam) +- [A hands-on tour of CAP](https://github.com/SAP-samples/cap-tour-hands-on/) - [Stay cool, stay local: CAP local development workshop](https://github.com/SAP-samples/cap-local-development-workshop) - [Hands-on with CAP CDS](https://github.com/SAP-samples/cap-cds-hands-on) From 8fee7a71b776fd29d778cbd063efc2d67c9f7e4b Mon Sep 17 00:00:00 2001 From: DJ Adams Date: Sat, 11 Jul 2026 10:28:27 +0200 Subject: [PATCH 2/2] Add link to service auth blog post in learn-more.md --- get-started/learn-more.md | 1 + 1 file changed, 1 insertion(+) diff --git a/get-started/learn-more.md b/get-started/learn-more.md index 1909a5f145..4c297e1dd7 100644 --- a/get-started/learn-more.md +++ b/get-started/learn-more.md @@ -164,6 +164,7 @@ SAP Developer Advocate [DJ Adams](https://qmacro.org) has compiled a vast number - [Shift left with CAP](https://qmacro.org/blog/posts/2026/02/09/shift-left-with-cap/) - [Five reasons to use CAP](https://qmacro.org/blog/posts/2024/11/07/five-reasons-to-use-cap/) +- [CAP service authentication at design time and in production](https://qmacro.org/blog/posts/2026/06/19/cap-service-authentication-at-design-time-and-in-production/) - [Flattening the hierarchy with mixins](https://qmacro.org/blog/posts/2024/11/08/flattening-the-hierarchy-with-mixins/) - [A reCAP intro to the cds REPL](https://qmacro.org/blog/posts/2025/07/21/a-recap-intro-to-the-cds-repl/) - [A deep dive into OData and CDS annotations](https://qmacro.org/blog/posts/2023/03/10/a-deep-dive-into-odata-and-cds-annotations/)