Most recent
Turbo-charge your productivity: discover how to make your test suite blazingly fast!
I most recently delivered "Turbo-Charging Your PHPUnit Suite" at the International PHP Conference on .
This presentation reveals how to harness the ongoing evolution of PHP syntax as well as the rise of advanced developer tools for cleaner code, stronger testing, and ultimately higher-quality applications.
The next time I present "Modern PHP Development" will be at the Head in the Cloud Summit on .
AI-assisted development promises speed, but speed without control breeds technical debt and fragility. This hands-on workshop shows PHP developers how to build the automated safety nets that let you move faster because you trust your quality controls, not in spite of them.
The first time I present "Accelerating development without losing control" will be at the Web Summer Camp on .
I argue that PHP security flaws result from a lack of testing, and demonstrate how PHPUnit can help prevent common vulnerabilities, such as SQL Injection or Cross-Site Scripting.
The next time I present "Test-Driven Security" will be at the Web Summer Camp on .
Do you know what ends up in your vendor directory, and why? Composer has turned the dependency resolver into a supply chain security checkpoint. This talk shows how it works, where it helps, and where it can bite.
The first time I present "Supply Chain Security in the PHP Ecosystem" will be at the Free and Open Source Software Conference (FrOSCon) on .
I argue that PHP security flaws result from a lack of testing, and demonstrate how PHPUnit can help prevent common vulnerabilities, such as SQL Injection or Cross-Site Scripting.
I will present "Test-Driven Security" at the Laravel Live Denmark on .
Turning your tests into powerful, visual documentation of behavior for your event-based software.
The next time I present "From Events to Insights: Testing and Documenting EventβBased Software" will be at the PHP Developer Day on .
Stefan and I put real code under the microscope in a live, public code review. Bring yours for direct feedback on structure, testability, and maintainability.
I most recently delivered "An evening with Sebastian and Stefan" at the Symfony User Group Berlin on .
I show you how to diagnose and resolve performance bottlenecks in PHP applications, from visualizing execution and measuring costs to pinpointing slow code and spotting regressions with confidence.
I most recently delivered "Debugging Performance in PHP" at SymfonyLive Berlin on .
Discover the lessons and surprises from 25 years of developing PHPUnit.
I most recently delivered "Past, Present, Future: The PHPUnit Story" at the PHP Conference Odawara on .
This presentation clarifies effective strategies for using PHPUnit's test doubles to write robust, maintainable unit tests, highlighting practical techniques and common pitfalls to avoid.
I most recently delivered "Testing with(out) dependencies" at SymfonyOnline on .
Explore how PHP and PHPUnit transformed from humble beginnings into pillars of modern web development.
I most recently delivered "30 Years of Code, 25 Years of Tests: A Journey Through Code and Community" at the International PHP Conference on .
This presentation reveals practical tips and hidden gems in PHPUnit, helping developers of any experience level unlock its full potential and elevate their daily workflow.
I most recently delivered "So you think you know PHPUnit" at DrupalCon on .
This presentation reveals practical best practices and proven design patterns for database interaction, focusing on how to build testable software and effectively test your database code.
I most recently delivered "Testable Database Interaction" at the International PHP Conference on .
This presentation is your guide to mastering what's new, how to get ready for the future, and which outdated PHPUnit features you can finally leave behind.
I most recently delivered "PHPUnit 10-12: What to know and what to forget" at betterCode() PHP on .
Find out why PHPUnit is an indispensable tool for your development workflow.
I most recently delivered "PHPUnit for Shopware Developers" at the Shopware Community Day on .
In this presentation, you will experience new features, big and small, in action and see how they can support you to effectively and efficiently test your software.
I most recently delivered "PHPUnit 10 for Symfony Developers" at SymfonyCon on .
In this presentation, you will learn best practices for testing software built on architectural patterns such as Event Collaboration and Event Sourcing.
I most recently delivered "Event-Based Testing" at betterCode() PHP on .
This presentation offers a comprehensive look at the PHP software stack's supply chain. We explore not only critical security challenges, but also the vital issue of funding Open Source development.
I most recently delivered "The PHP Stackβs Supply Chain" at FrOSCon on .
This presentation highlights practical strategies for upgrading dependencies confidently in projects with strong automated testing, as well as solutions for teams without test automation.
I most recently delivered "Fearless Dependency Upgrades" at the International PHP Conference on .
Write one property. Test infinite cases. Find edge cases automatically with property-based testing.
In preparation.
Mother sauces, brigade systems, and testable code: discover why genius is the enemy of scalability.
In preparation.
If a dependency is critical to your architecture, its sustainability is your responsibility. It is not the maintainer's problem, not a community concern, but a production risk you own.
In preparation.
PHP tests its ecosystem. Its ecosystem tests PHP. How bidirectional validation builds trust and accelerates innovation safely.
In preparation.
Tests and static analysis were once optional. Soon, secure-by-design and verifiable quality won't be. As the CRA, AI Act, and Grundschutz++ converge, best practice is becoming law: here's how to get ready.
In preparation.
Your tests pass. Your coverage is high. Your CI is green. But would they catch a bug?
In preparation.