Skip to content

Commit 9ec360d

Browse files
committed
Updated Workshops
1 parent 9e86b1b commit 9ec360d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

website/src/state/workshops/workshops.state.ts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,33 +32,33 @@ export const initialState: WorkshopsState = [
3232
self: true,
3333
},
3434
{
35-
id: "online-231106",
36-
title: "Fullstack GraphQL",
35+
id: "online-241022",
36+
title: "Enterprise GraphQL with DDD, CQRS and Clean Architecture",
3737
teaser:
38-
"Learn to build modern APIs like Facebook and Netflix in our Fullstack GraphQL workshop.",
39-
date: "18 - 19 June 2024",
38+
"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.",
39+
date: "4 December 2024",
4040
host: "ONLINE",
41-
place: "9AM-5PM CEST",
42-
url: "https://www.eventbrite.com/e/2-day-fullstack-graphql-workshop-europe-cest-tickets-896304309317",
41+
place: "9AM-5PM CDL",
42+
url: "https://www.eventbrite.com/e/901548685387",
4343
image: "online",
4444
hero: true,
4545
banner: true,
46-
active: isActive("2024-06-18"),
46+
active: isActive("2024-12-04"),
4747
self: false,
4848
},
4949
{
50-
id: "online-241022",
51-
title: "Enterprise GraphQL with DDD, CQRS and Clean Architecture",
50+
id: "online-231106",
51+
title: "Fullstack GraphQL - 2 Days",
5252
teaser:
53-
"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.",
54-
date: "22 October 2024",
53+
"Learn to build modern APIs like Facebook and Netflix in our Fullstack GraphQL workshop.",
54+
date: "25 - 26 March 2025",
5555
host: "ONLINE",
5656
place: "9AM-5PM CDL",
57-
url: "https://www.eventbrite.com/e/901548685387",
57+
url: "https://www.eventbrite.com/e/fullstack-graphql-workshop-2-days-tickets-1067807363569",
5858
image: "online",
5959
hero: true,
6060
banner: true,
61-
active: isActive("2024-10-22"),
61+
active: isActive("2025-03-25"),
6262
self: false,
6363
},
6464
];

0 commit comments

Comments
 (0)