In the past weeks we've announced the first and the second round of speakers, and the workshops of the upcoming SymfonyWorld Online 2021 Winter Edition conference (December 9-10, 2021). Today we are announcing four additional speakers and talks.
From big ball of mud to clean architecture with Symfony In this talk, Rolando Caldas will show you how they faced the problem of applications that grow too fast while keeping Symfony as a framework on which to develop the product. See how the transformed anemic entities coupled to Symfony and Doctrine into rich domain models; know which decisions they made both in terms of code and organization of the team; learn from the trade-offs they had to take; etc.
The Benefits of TDD This talk is focused on people starting with Test Driven Development - aka TDD. Diego Aguiar will begin with explaining what TDD really is followed by a demo of the "Bowling Game Kata". This is a very interesting kata where a game is developed step by step applying TDD techniques until all the requirements of the game are implemented. Then, Diego will talk about the benefits of applying TDD when developing an application.
The New Testing Landscape: Panther, Foundry & More Symfony comes with a number of tools for testing, like BrowserKit & DomCrawler as well as test classes for booting the kernel, accessing services, and using a bunch of built-in assertions. But what do you do if you need to test the JavaScript on your page? And what's the best approach for setting up your database? Should you load fixtures? Clear the data before each test? And how can I run my tests in parallel? In this talk, Ryan Weaver will explore a set of new tools & clear patterns (Arrange, Act, Assert) for test.
Symfony Notifier Demystified The Notifier Component is marked stable since Symfony 5.3 and many bridges have been added to it recently. Now is a good time to have a closer look at how the Symfony Notifier works and what you can do with it. Jan Schädlich will show you how to leverage the Symfony Notifier component in your applications. Some of these talks were delivered before during the SymfonyLive Online Spanish Edition 2021 conference, but this time they will be delivered in English to reach a broader audience. 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.
Zaloguj się, aby dodać komentarz
Inne posty w tej grupie

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

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

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

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

Contributed by Mathias Arlaud in

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

Symfony has been reducing the need for configuration in applications for several years now. Thanks to PHP attributes, you can now configure most things alongside the relevant code, removing the need f