Skip to content

Commit

Permalink
January
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Nov 27, 2023
1 parent faa5037 commit c58e77a
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions src/data/meetups.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const meetups = [
{
title: "December 2023",
date: "2023-12-14",
title: "January 2024",
date: "2023-01-18",
image:
"https://secure.meetupstatic.com/photos/event/a/f/1/9/600_517304825.webp?w=384",
time: {
Expand All @@ -10,8 +10,27 @@ export const meetups = [
IST: "11:30pm",
ACST: "2:30am",
},
url: "https://www.meetup.com/microfrontends/events/tbd",
video: "https://www.youtube.com/watch?v=tbd",
description:
"(tbd)",
guests: [
"tbd",
],
},
{
title: "December 2023",
date: "2023-12-14",
image:
"https://secure.meetupstatic.com/photos/event/a/f/1/9/600_517304825.webp?w=384",
time: {
CET: "5pm",
PST: "8am",
IST: "9:30pm",
ACST: "12:30am",
},
url: "https://www.meetup.com/microfrontends/events/297373513/",
video: "https://www.youtube.com/watch?v=FkomOOzb3V8",
video: "",
description:
"For this special edition which is themed 'Santa is bringing modules this year'. In this episode we have three talks covering modern concepts w.r.t. frontend scalability - from monorepos to micro frontends to islands and discovery services up to tooling independence and Bun.",
guests: [
Expand Down

0 comments on commit c58e77a

Please sign in to comment.