The Online PHP Conference
- , Online
-
Workshop
Arne Blankerts
Secure Authentication for the Web Securely storing credentials is not easy, proven by the fact that hardly a day goes by without a company admitting they had a security breach and login credentials got stolen. So ...
-
Vortrag
Stefan Priebsch
The Evolution of a Software Architecture Software architecture, especially the architecture of web-related systems, has evolved quite a bit in recent years. Legacy applications, however, have not been able to keep up with ...
-
Vortrag
Arne Blankerts
How much framework? Choosing a framework is not an easy task: How good is the documentation? How many developers are actively working on it and how long has it been around? Interesting and valid ...
-
Vortrag
Sebastian Bergmann
Modernizing Legacy Without Fear It is a fact of life for every developer: you have to deal with code that has been written before your time and does not follow state-of-the-art best practices. Attendees of this ...
-
Vortrag
Arne Blankerts
PHP in 2020: Fully Loaded Does your application rely on autoloading? Chances are, it does – given autoloading was introduced to PHP back in Version 5. While the original global function has long been ...
-
Vortrag
Stefan Priebsch
Introducing CQRS into Legacy Code Getter methods retrieve state, while setter methods change state. We all know that. HTTP GET requests retrieve state, while HTTP POST requests change state. We all know that. Then ...
-
Vortrag
Sebastian Bergmann
Optimizing Your Test Suite Your tests can always be better: they could be faster to execute, they could provide better feedback when they fail, they could be easier to maintain. In this presentation you will ...
-
Panel
S. Bergmann, A. Blankerts, E. P. den Ouden und A. Möller
PHPUnit: A Success Story It all started with a seemingly simple task: Let’s modernize PHPUnit’s logging and reporting capabilities. How much work could that possibly be? Join Sebastian Bergmann, Ewout ...