Skip to content

Commit 8b892bd

Browse files
authored
GraphQL Day Amsterdam add Ivan as speaker (#2416)
<!-- Thanks for making a pull request! Before submitting, please read our contributing guidelines: https://github.com/graphql/graphql.github.io/blob/source/CONTRIBUTING.md Have any questions? Feel free to ask in this PR or you can also find us on the #website channel on the GraphQL Slack (invite link available in CONTRIBUTING.md) --> Closes #<issue number> ## Description <!-- Write a brief description of the changes introduced by this PR -->
1 parent b8ac1d3 commit 8b892bd

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/app/day/2026/amsterdam/schedule-data.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import anNgoAvatar from "./speakers/an-ngo.webp"
1+
import ivanJancicAvatar from "./speakers/ivan-jancic.webp"
22
import christianErnstAvatar from "./speakers/christian-ernst.webp"
33
import jensNeuseAvatar from "./speakers/jens-neuse.webp"
44
import martinBonninAvatar from "./speakers/martin-bonnin.webp"
@@ -105,24 +105,24 @@ export const amsterdamSessions: EventSession[] = [
105105
{
106106
id: 3228,
107107
uuid: "50beb1a7-7a3f-4dad-a760-a00ad96233e1",
108-
title: "GraphQL: Schema evolution at the largest e-commerce in NL/BE",
108+
title: "GraphQL with AWS AppSync - Building a Product API at HEMA",
109109
start: "2026-06-10T11:10:00+02:00",
110110
end: "2026-06-10T11:35:00+02:00",
111-
tags: ["GraphQL", "Federation", "Schema Evolution"],
111+
tags: ["GraphQL"],
112112
description:
113-
"<p>We'll dive deeper into the concept of GraphQL Schema Evolution. How at bol, the largest ecommerce of The Netherlands and Belgium we evolve our GraphQL schemas. During this talk we'll share concrete examples of schema evolution at bol and which best practices we applied, and all the lessons learned on Schema evolution.</p>\n",
113+
'<p>I will talk about "pioneer phase" of GraphQL adoption at HEMA and using AWS AppSync for the composable commerce migration, where I will share the raw and honest lessons learned when introducing a new tech stack to a 100-year-old Dutch icon.</p>\n',
114114
venue: "Zonzij",
115115
speakers: [
116116
{
117117
id: 1014,
118-
name: "An Ngo",
119-
company: "bol",
120-
jobtitle: "Lead Engineer",
121-
avatar: anNgoAvatar,
118+
name: "Ivan Jančić",
119+
company: "Brighting",
120+
jobtitle: "Solutions Architect",
121+
avatar: ivanJancicAvatar,
122122
socialurls: [
123123
{
124124
service: "linkedin",
125-
url: "https://www.linkedin.com/in/vliegveld5/",
125+
url: "https://www.linkedin.com/in/ivan-jan%C4%8Di%C4%87/",
126126
},
127127
],
128128
},
30.3 KB
Loading

0 commit comments

Comments
 (0)