Second Round of Selected Speakers at SymfonyWorld 2021 Online 2021 Winter Conference

A few days ago we announced the first selected speakers and the workshops of the upcoming SymfonyWorld Online 2021 Winter Edition conference (December 9-10, 2021). Today we are announcing nine additional speakers and talks.

Building a SaaS product with Symfony After several years of experience building Software As A Service products, Titouan Galopin will share some important tips on how to build a technically effective platform while also focusing on your business (e.g. how to build great subscription mechanisms, how to rely on other services, how to plan your software architecture for growth, etc.)

Vulnerabilities and Security Round Trip When building an application, you have to take care of many things to not introduce security issues. In this talk, Jérémy Derussé will show you several cases of security issues, what are their impacts and how to fix them.

Symfony BC Promise demystified When customizing some Symfony feature to match your business needs, sometimes you need to change the way some core services are wired. This can create some friction in future upgrades. In this talk, Robin Chalas will show you the steps to follow to extend Symfony's code the right way based on real-word examples and a deep dive into the backward-compatibility promise.

Give your Traditional Site the "single-page-app" Feel with Turbo Thanks to Symfony UX and Turbo you can now build traditional applications that return HTML and have the "no-refresh" SPA experience. In this talk, Ryan Weaver will show how to incrementally convert an existing application into a Turbo-powered app with zero full page refreshes. You will also get a primer on Turbo Frames and the cool Turbo Streams, which allow you to update any part of any user's page in real time!

Symfony and Docker: a refreshing new experience Symfony Flex has recently added new configurators for Docker and Docker Compose. This means that Symfony can now transparently add the services and PHP extensions needed by your preferred packages. Kévin Dunglas will show you how to leverage this feature and how to get the most out of Docker skeletons that you can use locally, but also in your CI system and in production!

My prod is down, let's escape from Service Oriented Architecture Hell Your new project following Service Oriented Architecture is online, visitors report a problem in the front-end and nobody can find the service that is breaking the call sequence. Clément Bertillon, using this real-world experience, will show you how to survive a flood of bad requests and services to avoid production from remaining down for too long.

From Doctrine ORM to MongoDB ODM In this talk, Andreas Braun will show you how a relational schema can sometimes be stored more efficiently in other databases such as MongoDB. You will also learn about the tools provided by the MongoDB PHP driver.

Symfony Components and Design Patterns Design patterns are not a "silver bullet" but they provide a common ground for developers. In this presentation, Łukasz Chruściel will take a closer look and explain how some of these design patterns are applied on Symfony Components.

How to handle dynamic data structure? Sometimes, the structure of the data in your application needs to change without redeploying a new application version (e.g. e-commerce products with different attributes). To solve this problem, Hubert Lenoir will show you how different PHP projects like Sylius or Drupal solved this problem and how you can solve it in your Symfony applications. In the coming days we'll announce more exciting talks to complete the rest of the schedule. Visit the SymfonyWorld Online 2021 Winter Edition website and buy tickets for the conference.

                Sponsor the Symfony project.

http://feedproxy.google.com/~r/symfony/blog/~3/xCQUQwMV0Ek/second-round-of-selected-speakers-at-symfonyworld-2021-online-2021-winter-conference

Utworzony 4y | 20 paź 2021, 16:20:09


Zaloguj się, aby dodać komentarz

Inne posty w tej grupie

Symfony 7.3.0-RC1 released

Symfony 7.3.0-RC1 has just been released. This is a pre-release version of Symfony 7.3. If you want to test it in your own applications before its final release, run the following commands:

26 maj 2025, 00:10:10 | Symfony
A Week of Symfony #960 (May 19–25, 2025)

This week, development activity focused on putting the final touches on Symfony 7.3 in preparation for its stable release next week. In addition, we published a security fix for a potential vulnerabil

25 maj 2025, 10:10:12 | Symfony
New in Symfony 7.3: New Bridges and Improved Integrations

Symfony's bridge packages integrate third-party services, such as mailers, notifiers, and translation providers, into Symfony applications. With more than 120 bridges available today, Symfony supports

23 maj 2025, 09:30:04 | Symfony
New in Symfony 7.3: Messenger Improvements

Symfony Messenger component keeps evolving to meet the needs of complex, modern applications. In Symfony 7.3, we're introducing several powerful features to it.

Run Process Using the Shell… https://s

22 maj 2025, 07:50:11 | Symfony
New in Symfony 7.3: Routing Improvements

The Routing component provides an impressive list of features to map incoming URLs to your application code. Symfony 7.3 pushes it even further with a set of new features that improve developer experi

21 maj 2025, 11:10:07 | Symfony
New in Symfony 7.3: JsonStreamer Component

Contributed by Mathias Arlaud in

20 maj 2025, 09:30:13 | Symfony
Symfony UX CVE-2025-47946: Unsanitized HTML attribute injection via ComponentAttributes

Affected versions

Symfony UX symfony/ux-live-component and symfony/ux-twig-component versions <2.25.1 are affected by this security issue.

The issue has been fixed in the 2.25.1 version of these

19 maj 2025, 12:40:14 | Symfony