IPC Munich: REST

25.10.2016
Conference: International PHP Conference 2016, Munich, Germany
Title: Jenseits von REST-Maturitätsleveln: Erkenntnisse aus einem REST-API-Projekt
Links: Slides (German)

Für REST-APIs braucht es nicht (nur) sauber designte URLs für die Ressourcen. Ich spreche über den Software-Engineering-Aspekt beim Bau eines Daten-API. Ich zeige konkrete Beispiele aus einem Projekt, bei dem wir aus dutzenden von Quellen Daten aggregieren und für Echtzeitanfragen aufbereiten. Der Technologiestack ist Symfony, Elasticsearch und Varnish. Im Talk zeige ich Rezepte für die Datenaggregation, die Serialisierung mit Symfony, und für den Gebrauch von Elasticsearch und Varnish.

rest rabbitmq german elasticsearch conference


IPC Munich: HTTP Caching mit Varnish

24.10.2016
Conference: International PHP Conference 2016, Munich, Germany
Title: HTTP Caching mit Varnish
Links: Slides (German)

Mit dem Varnish Cache Proxy werden Webseiten richtig schnell. Der Einsatz von Varnish ist simpel, wenn man die Cacheregeln von HTTP verstanden hat. Zum Einstieg schauen wir uns deshalb HTTP und die Varnish-Konfiguration an. Der Hauptgang ist das Integrieren des FOSHttpCacheBundle in ein Symfony-2-Projekt. Wir schauen uns Caching-Regeln, Cache-Tagging, Integrationstests und andere leckere Funktionen an. Zur Nachspeise gibt es eine Einführung in Edge Side Includes (ESI).

varnish german conference


Confoo Montreal: HTTP Caching with Varnish

26.2.2016
Conference: Confoo Montreal 2016, Canada
Title: HTTP Caching with Varnish
Links: Slides

With the Varnish caching proxy you can greatly increase the speed of websites and handle a lot more load. The basics are quite simple once you understand how the cache handling in HTTP works, so we will look into that first. Then I will go into advanced topics like cache tagging and cache invalidation or using edge side includes.

http varnish caching conference


Confoo Montreal: Beyond REST maturity levels: Real life, high-load REST APIs

25.2.2016
Conference: Confoo Montreal 2016, Canada
Title: Beyond REST maturity levels: Real life, high-load REST APIs
Links: Slides

Implementing a REST API is not only about designing correct resource URLs. I will talk about the software and system engineering half it takes to build a data API. I will show concrete examples from a PHP project where we gather data from dozens of different services and systems and build a quickly accessible data index. The main technology stack is Symfony, Elasticsearch and Varnish.

symfony rest conference


Symfony routing under the hood

3.12.2015
Conference: Symfony Con 2015, Paris, France
Title: Symfony routing under the hood
Links: Slides, joind.in

Routing is this thing about mapping URLs to controllers, right? But in fact, there is a lot going on. Understanding the routing process will enable you to write more flexible code and keep logic out of your controllers. In this talk, we will see how routing actually works and then look at extension points like ParamConverters, custom request listeners and have a look at the CMF dynamic router that loads routes from databases or other sources on the fly.

symfony routing conference


Guild42: Das Symfony Framework

16.11.2015
Talk: Guild 42, Bern, Switzerland
Title: Das Symfony Framework
Links: Slides

Modernes PHP im Einsatz.

Symfony ist ein mächtiges und sehr flexibles PHP Framework zum Entwickeln von Web Applikationen. Die Grundarchitektur ist um das HTTP Request/Response Modell aufgebaut. Einzelne Symfony-Komponente können zudem separat in anderen PHP Anwendungen verwendet werden.
Auf den modularen Bibliotheken von Symfony bauen auch andere wichtige Frameworks auf, die bekanntesten sind Drupal (ab Version 8), ezPublish und Laravel.

Read more

symfony german conference


Going crazy with caching: Caching pages of logged in users

26.9.2015
Conference: Bulgaria PHP Conference 2015, Sofia, Bulgaria
Title: Going crazy with caching: Caching pages of logged in users
Links: Slides, joind.in

You know how HTTP caching works but need more? In this talk we look into ways to cache personalized content. We will look at Edge Side Includes (ESI) to tailor caching rules of fragments, and at the user context concept to differentiate caches not by individual user but by permission groups. A big help to leverage this concept is the FOSHttpCache in combination with either Varnish or the Symfony HttpCache class.

caching varnish conference


Hands-on: HTTP caching with Varnish

25.9.2015
Conference: Bulgaria PHP Conference 2015, Sofia, Bulgaria
Title: Hands-on: HTTP caching with Varnish
Links: Slides, joind.in

For some scenarios, Varnish is the silver bullet to fix performance issues and go from slow site to lightning fast site. More often though, you will need to put some effort into your application to get good results. Ideally, you design your application to play well with caching from the outset. If you don't know what you are doing, Varnish can also be the bullet to shoot yourself in the foot.

Read more

workshop varnish training caching conference


PHP Summercamp Rovinj: HTTP Caching with Varnish - Workshop

27.8.2015
Conference: PHP Summer Camp 2015, Rovinj, Croatia
Title: HTTP caching with Varnish

For some scenarios, Varnish is the silver bullet to fix performance issues and go from slow site to lightning fast site. More often though, you will need to put some effort into your application to get good results. Ideally, you design your application to play well with caching from the outset. If you don't know what you are doing, Varnish can also be the bullet to shoot yourself in the foot.

Read more

workshop varnish http caching conference