Skip to content

Commit 04cb8e9

Browse files
authored
feat: update con schedule and modal (#627)
1 parent 6553a64 commit 04cb8e9

28 files changed

Lines changed: 168 additions & 186 deletions

pwa/app/(common)/components/ModalCon.tsx

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,24 @@ export default function ModalCon() {
103103
<p className="text-xs uppercase text-gray-400">
104104
The international conference on the API Platform Framework
105105
</p>
106-
<h2 className="text-blue-light text-2xl font-bold text-center">
107-
Get ready for our special anniversary edition!
106+
<h2 className="text-blue-light text-2xl font-bold">
107+
Final tickets available before registration closes.
108108
</h2>
109109
<p className="font-light text-sm text-blue-black">
110-
Lear more about the event, register for the conference, and get
111-
ready for two days of inspiration, ideas, and knowledge-sharing
112-
with our incredible lineup of renowned specialists and advocates.
110+
Be part of the very first meeting with the{" "}
111+
<a
112+
className="link"
113+
href="https://x.com/dunglas/status/1962814466027815094"
114+
target="_blank"
115+
rel="noreferrer noopener"
116+
>
117+
FrankenPHP elePHPant plushies
118+
</a>{" "}
119+
in Lille.
113120
<br />
114121
<br />
115122
This edition is shaping up to be our biggest yet — secure your
116-
seat now at the best price before we sell out!
123+
seat now before we sell out.
117124
</p>
118125
<Button
119126
color="pink"

pwa/data/con/2025/conferences/180000-requetes-par-seconde-explique-simplement.md

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
type: conference
3+
speakers: -jonathan-lelievre-2025
4+
short: How PrestaShop 9 built its new API with API Platform and CQRS.
5+
tag: 'feedback'
6+
track: '1'
7+
date: '2025-09-18'
8+
start: '15:20'
9+
end: '16:00'
10+
---
11+
12+
# API Platform in PrestaShop, a walk in the park? (🇺🇸)
13+
14+
In PrestaShop 9 we developed **a new modern API build on the CQRS architecture** which is the base for our migration these recent years.
15+
16+
To help us with this new technical feature we chose API Platform as the backbone, and we're gonna tell you how we went through this integration.

pwa/data/con/2025/conferences/comment-j-ai-dompte-les-planetes-avec-mercure.md

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
type: conference
3+
speakers: -hubert-lenoir-2025
4+
short: Unlock the power of Feature Flags for smarter API Platform projects.
5+
tag: feedback
6+
track: '1'
7+
date: '2025-09-19'
8+
start: '11:30'
9+
end: '11:50'
10+
---
11+
12+
# Jean-Beru presents: Fun with flags (🇺🇸)
13+
14+
**Feature Flags**... We often hear about them, but few applications actually take the plunge and use them daily. Why should we add this concept to your application if it risks making it more complex?
15+
16+
**Flexible feature management**, simplified deployment processes, experimentation, and even server resource preservation. Let’s explore together what Feature Flags are, **what they can bring to your API Platform projects**, and how you can integrate them into your application

pwa/data/con/2025/conferences/opening-keynote-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ track: '1'
55
date: '2025-09-19'
66
start: '09:30'
77
end: '10:10'
8-
short: TBA
8+
short: How LLMs are changing the way we should build APIs.
99
tag: 'feedback'
1010
---
1111

1212
# Opening Keynote (🇺🇸)
1313

14-
The topic of the conference will be announced soon
14+
How LLMs are changing the way we should build APIs.

pwa/data/con/2025/conferences/opening-keynote.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ track: '1'
55
date: '2025-09-18'
66
start: '09:40'
77
end: '10:20'
8-
short: TBA
8+
short: Enhance your API Platform APIs with Go thanks to FrankenPHP.
99
tag: 'feedback'
1010
---
1111

1212
# Opening Keynote (🇺🇸)
1313

14-
The topic of the conference will be announced soon
14+
Enhance your API Platform APIs with Go thanks to FrankenPHP.

pwa/data/con/2025/conferences/supercharging-your-api-platform-development-experience-with-ai.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

pwa/data/con/2025/conferences/systeme-de-types-et-relation-de-sous-typage-en-php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ end: '16:10'
1111

1212
# Système de Types et relation de sous-typage en PHP (🇫🇷)
1313

14-
Comme tout langage de programmation, PHP a un système de types. Son système de type a évolué au cours des années pour devenir plus complet et robuste. PHP a aussi une notion de sous type suivant **le Principe de Substitution de Liskov**, plus couramment connue en tant que LSP. Mais qu'est-ce qu'est un système de type et pourquoi utilise-t-on le Principe de Substitution de Liskov comme notion de sous type en PHP ?
14+
Comme tout langage de programmation, PHP a un système de types. Son système de type a évolué au cours des années pour devenir plus complet et robuste. PHP a aussi une notion de sous type suivant **le Principe de Substitution de Liskov**, plus couramment connue en tant que LSP. Mais qu'est-ce qu'est un système de type et pourquoi utilise-t-on le Principe de Substitution de Liskov comme notion de sous type en PHP ?
1515

1616
Dans cette conférence, nous explorerons ces notions et **quel est le futur potentiel du système de type de PHP**.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
type: conference
3+
speakers: -mehdi-zaidi-2025
4+
short: Exploring different database server scaling strategies, with their advantages and disadvantages.
5+
tag: 'archi,feedback'
6+
track: '2'
7+
date: '2025-09-19'
8+
start: '11:30'
9+
end: '11:50'
10+
---
11+
12+
# Une API multi-tenant sans encombres avec API Platform, Symfony et PostgreSQL (🇫🇷)
13+
14+
Il existe de nombreuses manières d'implémenter **une architecture multi-tenant** avec chacune différents avantages et inconvénients.
15+
16+
Lors de cette présentation, nous rappelons succinctement ce qu'implique ce type d'architecture ainsi que les manières fréquentes de l'implémenter.
17+
18+
Je vous partagerai ensuite un retour d'expérience qui nous a permis d'exploiter ces trois technologies pour construire facilement une application multi-tenant **tout en gardant une compatibilité native** avec des bundles tels que API Platform Admin ou EasyAdmin.
19+

0 commit comments

Comments
 (0)