Skip to content

Commit cb78e4c

Browse files
authored
Merge pull request #230 from jaydestro/v2-reorg
V2 reorg
2 parents 6becd6a + 80f16d5 commit cb78e4c

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Ignore Visual Studio temporary files, build results, and
22
## files generated by popular Visual Studio add-ons.
33

4+
# Local-only working notes (not tracked)
5+
social-media-posts.md
6+
47
# User-specific files
58
*.suo
69
*.user
@@ -268,3 +271,6 @@ __pycache__/
268271
/cosmosweb/appsettings.Development.json
269272
youtube-session-descriptions.txt
270273
youtube-session-descriptions.md
274+
agenda-live.md
275+
agenda-live.svg
276+
agenda-live.png

client/src/pages/conf/agenda.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
},
3737
{
3838
"time": "10:45 AM",
39-
"title": "Cutting AI Agent Costs with Azure Cosmos DB: The Agent Memory Fabric",
40-
"description": "How to unify semantic caching, Change Feed coordination, and optimistic concurrency into a single Agent Memory Fabric that slashes multi-agent costs.",
41-
"speakers": [{ "name": "Farah Abdou", "slug": "farah-abdou" }],
42-
"url": "https://youtu.be/Wo34Trg0Wyg"
39+
"title": "Mastering the Azure Cosmos DB Change Feed: Patterns, Scaling, and Real-World Architectures",
40+
"description": "A deep dive into Change Feed internals, consumption models, lease management, and how to debug and scale it in production.",
41+
"speakers": [{ "name": "Justine Cocchi", "slug": "justine-cocchi" }],
42+
"url": "https://youtu.be/kFqcImlqYYs"
4343
},
4444
{
4545
"time": "11:10 AM",
@@ -57,10 +57,10 @@
5757
},
5858
{
5959
"time": "11:30 AM",
60-
"title": "Mastering the Azure Cosmos DB Change Feed: Patterns, Scaling, and Real-World Architectures",
61-
"description": "A deep dive into Change Feed internals, consumption models, lease management, and how to debug and scale it in production.",
62-
"speakers": [{ "name": "Justine Cocchi", "slug": "justine-cocchi" }],
63-
"url": "https://youtu.be/kFqcImlqYYs"
60+
"title": "Cutting AI Agent Costs with Azure Cosmos DB: The Agent Memory Fabric",
61+
"description": "How to unify semantic caching, Change Feed coordination, and optimistic concurrency into a single Agent Memory Fabric that slashes multi-agent costs.",
62+
"speakers": [{ "name": "Farah Abdou", "slug": "farah-abdou" }],
63+
"url": "https://youtu.be/Wo34Trg0Wyg"
6464
},
6565
{
6666
"time": "12:00 PM",

0 commit comments

Comments
 (0)