International PHP Conference
- , Munich
-
Workshop
Arne Blankerts, Sebastian Bergmann, and Stefan Priebsch
PHP 7 Day When PHP turned 20 last year, the core developers presented us with a really nice birthday present: version 7, released in December 2015. Less than a year later, PHP 7 is being ...
-
Presentation
Sebastian Bergmann and Jeffrey A. McGuire
Testing: the more you do it, the more you'll like it Though we "believe" in testing and "know" it helps deliver better quality code, many of us struggle to incorporate testing into our daily work. Why? And how do we get both ...
-
Presentation
Arne Blankerts
Single Sign-On: You're probably doing it wrong Granted, having multiple services that share a common login without re-authenticating for every request may seem like a rather complex task. One that seemingly can only be solved ...
-
Presentation
Arne Blankerts and Sebastian Heuer
Deployment without the Hassle The new feature is finally ready! All that's left now is getting it to production. But who will have to get up at 3 am this time? Hopefully a downtime of one hour will be enough, ...
-
Presentation
Arne Blankerts
Is your Webserver secure? TLS, HSTS, CSP, XSS, HPKP, and nginx or just WTF? This talk will help you to take your webserver setup to the next level: learn what all those acronyms actually mean, why you ...
-
Presentation
Stefan Priebsch
REST: The New SQL? A few years ago, we built rather monolithic, database-centric systems with thin clients, and did not even feel uncomfortable with them. Then, thanks to the rise of JavaScript, ...