Skip to content

Commit

Permalink
Updated nov details
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Nov 14, 2024
1 parent e35d2c7 commit fa3b921
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/data/meetups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ export const meetups = [
time: {
CET: "4pm",
PST: "7am",
IST: "7:30pm",
ACST: "11:30pm",
IST: "8:30pm",
ACST: "12:30am",
},
url: "https://www.meetup.com/microfrontends/events/302267780/",
video: "",
description: "tbd",
guests: [],
video: "https://www.youtube.com/watch?v=tbjvFWNHWyM",
description:
"In this edition we'll look at how modular structures do not stop at the frontend. We'll see some options that we have for a cell-based architecture where each part - independent if its assigned to frontend or backend - can be deployed, maintained, and scaled independently. Our goal is to create solutions that are flexible, secure, resource-efficient, and easy to maintain.",
guests: ["Florian Rappl, Solution Architect at smapiot"],
},
{
title: "October 2024",
Expand Down

0 comments on commit fa3b921

Please sign in to comment.