We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb63d5 commit a51a498Copy full SHA for a51a498
src/slides/agenda-2025-09.tsx
@@ -7,10 +7,10 @@ const Agenda202509 = () => {
7
<ol>
8
<li>Welcome!</li>
9
<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>
+ <li>⚡️ Angular AI Tutor</li>
+ <li>
+ 🎤 Orthogonality and Redundancy (Service layers with EffectTS)
+ </li>
14
<li>Wrap up</li>
15
</ol>
16
</div>
@@ -19,4 +19,5 @@ const Agenda202509 = () => {
19
);
20
};
21
22
-export default Agenda202509;
+export default Agenda202509;
23
+
0 commit comments