Skip to content

Commit 34c0b23

Browse files
feat(schedule): add Piotr talk
1 parent 3144233 commit 34c0b23

3 files changed

Lines changed: 24 additions & 8 deletions

File tree

src/data/organizers.ts

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
import { linkedInLink, type ProfileLink } from "./profile-links";
1+
import {
2+
githubLink,
3+
linkedInLink,
4+
type ProfileLink,
5+
twitterLink,
6+
websiteLink,
7+
} from "./profile-links";
28

39
export type OrganizerLink = ProfileLink;
410

@@ -14,7 +20,12 @@ export const ORGANIZERS: Organizer[] = [
1420
name: "Piotr Grędowski",
1521
image: "/organizers/piotr-gredowski.jpeg",
1622
index: 1,
17-
links: [linkedInLink("https://pl.linkedin.com/in/piotrgredowski")],
23+
links: [
24+
linkedInLink("https://www.linkedin.com/in/piotrgredowski/"),
25+
githubLink("https://github.com/piotrgredowski"),
26+
twitterLink("https://x.com/piotrgredowski"),
27+
websiteLink("https://gredowski.com"),
28+
],
1829
},
1930
{
2031
name: "Dorota Ostrowska",

src/data/schedule.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,8 @@ export const SCHEDULE: Event[] = [
8383
until: "2026-05-09T12:46:00+02:00",
8484
},
8585
{
86-
title:
87-
"One Logic, Two Worlds: Unified Large-Scale Feature Engineering with Polars",
88-
speakerIds: ["eliska-kosturova"],
86+
title: "Let your coding agent speak with `speakup` tool",
87+
speakerIds: ["piotr-gredowski"],
8988
when: "2026-05-09T12:46:00+02:00",
9089
until: "2026-05-09T12:58:00+02:00",
9190
},

src/data/speakers.ts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,15 @@ export const SPEAKERS = {
8080
githubLink("https://github.com/dorota-ostrowska/"),
8181
],
8282
},
83-
"eliska-kosturova": {
84-
name: "Eliška Kosturová",
85-
image: "/speakers/eliska.jpeg",
83+
"piotr-gredowski": {
84+
name: "Piotr Grędowski",
85+
image: "/organizers/piotr-gredowski.jpeg",
86+
links: [
87+
linkedInLink("https://www.linkedin.com/in/piotrgredowski/"),
88+
githubLink("https://github.com/piotrgredowski"),
89+
twitterLink("https://x.com/piotrgredowski"),
90+
websiteLink("https://gredowski.com"),
91+
],
8692
},
8793
"cyprian-gburek": {
8894
name: "Cyprian Gburek",

0 commit comments

Comments
 (0)