Skip to content

Commit a51a498

Browse files
committed
Update talks
1 parent beb63d5 commit a51a498

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/slides/agenda-2025-09.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ const Agenda202509 = () => {
77
<ol>
88
<li>Welcome!</li>
99
<li>Shirts!</li>
10-
<li>⚡️ From Promt Engineering to Custom Agents</li>
11-
<li>⚡️ Dev Containers</li>
12-
<li>⚡️ Event Driven Architectures</li>
13-
<li>🎤 Building for Everyone</li>
10+
<li>⚡️ Angular AI Tutor</li>
11+
<li>
12+
🎤 Orthogonality and Redundancy (Service layers with EffectTS)
13+
</li>
1414
<li>Wrap up</li>
1515
</ol>
1616
</div>
@@ -19,4 +19,5 @@ const Agenda202509 = () => {
1919
);
2020
};
2121

22-
export default Agenda202509;
22+
export default Agenda202509;
23+

0 commit comments

Comments
 (0)