|
268 | 268 | "tip_title": "Important", |
269 | 269 | "tip": "Hotel demand is very high in Lille at this time of year, so to make your travel easier, we have negotiated special prices. Take a look at the available rooms on {{tip_link}}, get a 10% discount on your stay, and book them as soon as possible with this code: <strong>TILLEULS25</strong><br/><br/>This code is valid for the following hotels: Arbre Voyageur BW Premier Collection 4*, Best Western Why Premier 4*, Boa BW Signature Collection 4*, La Valiz 3*, Kanai 3*, and Le Rosa 3* for stays between 17th and 21st September.<br/><br/>This discount is available until 7th September 2025.", |
270 | 270 | "tip_link": "this website" |
| 271 | + }, |
| 272 | + "cfp": { |
| 273 | + "title": "Call for papers", |
| 274 | + "subtitle": "The call for papers for API Platform Conference 2026 is open until March 22. Final speakers will be announced starting May 12. Submit your pitch, and with a bit of luck, you could join us in September!", |
| 275 | + "package": { |
| 276 | + "title": "Speaker package", |
| 277 | + "subtitle": "Speaker package includes:", |
| 278 | + "point_1": "Travel to Lille covered (A maximum amount may apply depending on your country of residence)", |
| 279 | + "point_2": "Speakers' dinner on Wednesday, September 16", |
| 280 | + "point_3": "Entrance to the conference and to the community party on Thursday 17th", |
| 281 | + "point_4": "Two hotel nights for speakers based in France, or three nights for speakers coming from outside France", |
| 282 | + "point_5": "If your employer can cover your travel and hotel, we’re happy to list them as a sponsor. Employer sponsorship allows us to invite more international speakers to the conference.", |
| 283 | + "point_6": "A gift box with some customized surprises." |
| 284 | + }, |
| 285 | + "techno": { |
| 286 | + "title": "Talk us about your favorite techno!" |
| 287 | + }, |
| 288 | + "subject": { |
| 289 | + "title": "Talk categories", |
| 290 | + "subtitle": "We are looking forward to talks on (but not limited to) these topics:", |
| 291 | + "button_subscribe": "Submit your pitch", |
| 292 | + "categories": [ |
| 293 | + { |
| 294 | + "icon": "api-platform-ecosystem", |
| 295 | + "title": "API Platform and its ecosystem", |
| 296 | + "points": [ |
| 297 | + "You have discovered new features, a use case, a migration story or a contribution to share with the API Platform framework.", |
| 298 | + "You have built applications for real-world enterprise scenarios and your talk will showcase your development’s journey – from initial adoption to implementation.", |
| 299 | + "You have used API Platform as a key tool in your API design." |
| 300 | + ] |
| 301 | + }, |
| 302 | + { |
| 303 | + "icon": "going-further-api-p", |
| 304 | + "title": "Going further with API Platform", |
| 305 | + "points": [ |
| 306 | + "<strong>JavaScript</strong> - API Platform is not only about PHP: in addition to its powerful admin generator, API Platform also features a client generator capable of scaffolding fully functional applications with Next.js, Nuxt.js, React/Redux, Vue.js, Quasar, and Vuetify for both PWAs and SPAs. Share your insights, contributions, and discoveries about it!", |
| 307 | + "<strong>Devops</strong> - you host or you have deployed a project with API Platform: tell us about it!", |
| 308 | + "Share your experiments on using <strong>AI</strong> on your web project." |
| 309 | + ] |
| 310 | + }, |
| 311 | + { |
| 312 | + "icon": "franken-php", |
| 313 | + "title": "High-Performance PHP with FrankenPHP", |
| 314 | + "points": [ |
| 315 | + "You’ve optimized your application’s performance or migrated it with FrankenPHP.", |
| 316 | + "You’ve deployed FrankenPHP natively or using a cloud hosting solution. Share your feedback with us!", |
| 317 | + "You are leveraging FrankenPHP’s latest features to improve developer experience, extensibility, and background processing.", |
| 318 | + "We also welcome talks on FrankenPHP’s runtime model, production usage, observability, deployment strategies, migrations to worker mode, ecosystem integrations, and lessons learned from real-world projects." |
| 319 | + ] |
| 320 | + }, |
| 321 | + { |
| 322 | + "icon": "real-time", |
| 323 | + "title": "Mercure & Real-Time Web", |
| 324 | + "points": [ |
| 325 | + "We are interested in talks around Mercure and real-time web architectures, including real-world use cases, architectural choices, security considerations, and production feedback." |
| 326 | + ] |
| 327 | + }, |
| 328 | + { |
| 329 | + "icon": "frameworks", |
| 330 | + "title": "Frameworks and tools", |
| 331 | + "points": [ |
| 332 | + "Share with us your findings or best practices regarding tools from the PHP ecosystem.", |
| 333 | + "Tell us about the tools and good practices you use to build your software’s architecture. " |
| 334 | + ] |
| 335 | + }, |
| 336 | + { |
| 337 | + "icon": "society", |
| 338 | + "title": "Society", |
| 339 | + "points": [ |
| 340 | + "Different management, corporate culture, mental health, agility, or the struggle for greater diversity and inclusion in tech... We always open the floor to more cross-cutting topics during our event." |
| 341 | + ] |
| 342 | + } |
| 343 | + ] |
| 344 | + }, |
| 345 | + "informations": "Informations", |
| 346 | + "point_1": "The API Platform Conference is an international event held in France, featuring two parallel tracks over two days in both English and French.", |
| 347 | + "point_2": "The talks are 20 or 40 min (Q&A included).", |
| 348 | + "point_3": "Talks are limited to a maximum of two speakers for organizational reasons.", |
| 349 | + "point_4": "AI can be a great help on a daily basis, but we encourage you to submit a talk that truly reflects your own voice and experience. We tend to recognize AI-generated content quite easily", |
| 350 | + "point_5": "The event is hybrid: your talk will be streamed live online and recorded. Unless you advise otherwise, it will be published on our YouTube channel after the event.", |
| 351 | + "point_6": "Submitting multiple proposals is encouraged, but it does not necessarily increase your chances of selection.", |
| 352 | + "point_7": "While we prefer original content, submitting a previously presented conference topic is not grounds for elimination. Each talk is unique and never delivered in the same way.", |
| 353 | + "point_8": "Speakers are expected to uphold the same Code of Conduct as attendees and staff.", |
| 354 | + "button_subscribe": "Submit your pitch" |
271 | 355 | } |
272 | 356 | }, |
273 | 357 | "an_event_by": "an event by", |
|
0 commit comments