Skip to content

Commit

Permalink
Updated Workshops
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Oct 30, 2024
1 parent 9e86b1b commit 9ec360d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions website/src/state/workshops/workshops.state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,33 +32,33 @@ export const initialState: WorkshopsState = [
self: true,
},
{
id: "online-231106",
title: "Fullstack GraphQL",
id: "online-241022",
title: "Enterprise GraphQL with DDD, CQRS and Clean Architecture",
teaser:
"Learn to build modern APIs like Facebook and Netflix in our Fullstack GraphQL workshop.",
date: "18 - 19 June 2024",
"We dive deep into the world of GraphQL, Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), and Clean Architecture? This online event is perfect for developers looking to level up their skills and learn how to implement these cutting-edge techniques in enterprise applications.",
date: "4 December 2024",
host: "ONLINE",
place: "9AM-5PM CEST",
url: "https://www.eventbrite.com/e/2-day-fullstack-graphql-workshop-europe-cest-tickets-896304309317",
place: "9AM-5PM CDL",
url: "https://www.eventbrite.com/e/901548685387",
image: "online",
hero: true,
banner: true,
active: isActive("2024-06-18"),
active: isActive("2024-12-04"),
self: false,
},
{
id: "online-241022",
title: "Enterprise GraphQL with DDD, CQRS and Clean Architecture",
id: "online-231106",
title: "Fullstack GraphQL - 2 Days",
teaser:
"We dive deep into the world of GraphQL, Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), and Clean Architecture? This online event is perfect for developers looking to level up their skills and learn how to implement these cutting-edge techniques in enterprise applications.",
date: "22 October 2024",
"Learn to build modern APIs like Facebook and Netflix in our Fullstack GraphQL workshop.",
date: "25 - 26 March 2025",
host: "ONLINE",
place: "9AM-5PM CDL",
url: "https://www.eventbrite.com/e/901548685387",
url: "https://www.eventbrite.com/e/fullstack-graphql-workshop-2-days-tickets-1067807363569",
image: "online",
hero: true,
banner: true,
active: isActive("2024-10-22"),
active: isActive("2025-03-25"),
self: false,
},
];
Expand Down

0 comments on commit 9ec360d

Please sign in to comment.