From beb63d5529c774b11511efe64a60d22d6d249f11 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <209825114+claude[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 05:43:29 +0000 Subject: [PATCH 1/2] Add September 2025 meetup agenda slide Copy August 2025 agenda content to create new September slide file and update App.tsx to include it in the presentation. Closes #14 Co-authored-by: Kevin Kipp --- src/App.tsx | 2 ++ src/slides/agenda-2025-09.tsx | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/slides/agenda-2025-09.tsx diff --git a/src/App.tsx b/src/App.tsx index 6a65193..114cf3e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,6 +6,7 @@ import "reveal.js/dist/reveal.css"; import "./styles/index.scss"; import Splash from "./slides/splash"; import Agenda202508 from "./slides/agenda-2025-08"; +import Agenda202509 from "./slides/agenda-2025-09"; import Thanks from "./slides/thanks"; function App() { @@ -47,6 +48,7 @@ function App() {
+
diff --git a/src/slides/agenda-2025-09.tsx b/src/slides/agenda-2025-09.tsx new file mode 100644 index 0000000..2c77528 --- /dev/null +++ b/src/slides/agenda-2025-09.tsx @@ -0,0 +1,22 @@ +const Agenda202509 = () => { + return ( +
+
+
+

Agenda

+
    +
  1. Welcome!
  2. +
  3. Shirts!
  4. +
  5. ⚡️ From Promt Engineering to Custom Agents
  6. +
  7. ⚡️ Dev Containers
  8. +
  9. ⚡️ Event Driven Architectures
  10. +
  11. 🎤 Building for Everyone
  12. +
  13. Wrap up
  14. +
+
+
+
+ ); +}; + +export default Agenda202509; \ No newline at end of file From a51a4981073b1dcfc542f694b072a51ea57864e7 Mon Sep 17 00:00:00 2001 From: Kevin Kipp Date: Tue, 16 Sep 2025 10:58:09 -0500 Subject: [PATCH 2/2] Update talks --- src/slides/agenda-2025-09.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/slides/agenda-2025-09.tsx b/src/slides/agenda-2025-09.tsx index 2c77528..48990b8 100644 --- a/src/slides/agenda-2025-09.tsx +++ b/src/slides/agenda-2025-09.tsx @@ -7,10 +7,10 @@ const Agenda202509 = () => {
  1. Welcome!
  2. Shirts!
  3. -
  4. ⚡️ From Promt Engineering to Custom Agents
  5. -
  6. ⚡️ Dev Containers
  7. -
  8. ⚡️ Event Driven Architectures
  9. -
  10. 🎤 Building for Everyone
  11. +
  12. ⚡️ Angular AI Tutor
  13. +
  14. + 🎤 Orthogonality and Redundancy (Service layers with EffectTS) +
  15. Wrap up
@@ -19,4 +19,5 @@ const Agenda202509 = () => { ); }; -export default Agenda202509; \ No newline at end of file +export default Agenda202509; +