International PHP Conference – Spring Edition
- , Berlin
-
Workshop
Arne Blankerts
Accelerate Domain-Driven Design with Event Storming Event Storming is an emerging group modeling technique using sticky notes and verbal communication that is not only extremely efficient, but also easy to learn, and fun to do. This ...
-
Workshop
Stefan Priebsch
Code like a Pro No matter how experienced you are as a developer: you can always improve. This workshop teaches advanced coding techniques through live coding. First up, we will solve some ...
-
Presentation
Sebastian Bergmann
Tools of the Trade Developers need tools to be productive. In this session, Sebastian Bergmann presents an overview of the tools every PHP developer needs to know. For instance, we will have a look ...
-
Presentation
Arne Blankerts and Sebastian Heuer
Rethinking Namespacing in PHP When introduced in PHP, namespaces where seen as a mere convenience: shorter class names, yet no danger of collisions. Focusing on technicalities, strict rules like PSR-0 or PSR-4 ...
-
Presentation
Sebastian Bergmann
Testing Self-Contained Systems Congratulations, you successfully replaced your legacy monolith. And not just with a distributed monolith comprised of microservices that depend on each other, but rather with an ...
-
Presentation
Arne Blankerts
Optimizing NGINX: From Beginner to Expert to Crazy Powerful load balancer and revese proxy, classic webserver or flexible gateway to PHP-FPM, the NGINX web server software is on its way to becoming the de-facto standard for high ...
-
Presentation
Stefan Priebsch
CQRS and Event Sourcing Explained Command/Query Responsibility Segregation (CQRS) and Event Sourcing might become new buzzwords in the PHP community. But what exactly is all the fuzz about, and should you care? ...
-
Presentation
Stefan Priebsch
Five Design Patterns You Need To Know Design Patterns are blueprints for common problems. Knowing patterns and being able to use them will help you to writte better code faster. In addition, once you are familiar with ...
-
Presentation
Arne Blankerts and Sebastian Heuer
Optimizing PHP-FPM for Production The FastCGI Process Manager (PHP-FPM) evolved from a third-party patch to the de-facto standard for running web applications with PHP. By default, though, the configuration shipped ...