Venue: DCPHP Washington PHP User Group, Canvas co-working space, 27.8.2014
Title: Introduction to the Symfony2 ecosystem
Links: Slides, meetup.com
Symfony2 is a powerful and very flexible web application framework. It is built as a set of components that can also be used independently.
The presentation will introduce the concepts of the Symfony2 framework and show how to work with it. We will also see related technologies like Twig, the default templating layer for Symfony.
Conference: phpDay Italy, 16-17.5.2014
Title: Content Management with Symfony2
Links: A few Slides, Tutorial Code, joind.in
The Content Management Framework (CMF) is a set of building blocks for content management. You can use just parts of it to add some content management to your Symfony2 project, or use the whole stack to build customized CMS applications for specific needs.
In this workshop, we do a hands-on tour through the CMF. We look at the existing functionality and implement simple features to get a feel for how things work.
* PHPCR-ODM Content repository with translation and versioning
Venue: Symfony UserGroup Zurich, 14.5.2014
Title: Varnish caching with Symfony2
Links: Slides, Meetup
With the Varnish caching proxy you can make slow websites blazingly fast. The basics are quite simple once you understand how the cache handling in HTTP works. For starters, we will look into HTTP and the varnish configuration. The main course is going to be cache invalidation and the cache tagging strategy. For desserts, there will be an introduction to edge side includes (ESI). All liberally sprinkled with examples from the FOSHttpCacheBundle for Symfony2.
Conference: PHPBenelux Conference 2014, 24-25.1.2014
Title: Getting started with content management in Symfony2
Links: Tutorial Code, joind.in
he Content Management Framework (CMF) is a set of building blocks for content management in Symfony2. You can use just parts of it to add some content management to your Symfony2 project, or use the whole stack to build customized CMS applications for specific needs.
In this workshop, we do a tour through the CMF. We will look at the existing functionality and I will do live-coding to implement additional features. This will get you a feel for how things work.
I will cover at least the following subjects:
During the SymfonyCon in Warsaw, Poland, there was also the first Symfony award ceremony. I was deemed worthy to get the community award for the "Best Bundle of the year". It is a great thing to hear that other people appreciate what you do, so this makes me really happy.
Whats more, the Symfony Content Management Framework also got an award for being the best Symfony Open-Source application of 2013.
Congratulations to all the award winners! And thanks to all the others who do great efforts on Symfony that did not get an award this time - keep it going!
Conference:SymfonyCon Warsaw, 12-13.12.2013
Title: Symfony2 Content Management in 40 minutes
Links: Slides, joind.in
The Symfony Content Management Framework provides a set of bundles to quickly add content management to your Symfony2 projects. It provides common features like editable menus, route and content. The CMF 1.0 has been released in september, ready to be used productive. I will show you how to start using the CMF in a project and also show advanced features like the transparent multilanguage handling.
The tutorial is available as a series of pull requests on a tutorial repository:
https://github.com/dbu/conference-tutorial/pulls?direction=asc
I gave a techtalk at Liip to show how to use the Symfony Console. The slides are online here.
Conference: SunshinePHP Miami, 8-9.2.2013
Title: Step By Step: Making a Website Fly with Assetic, Varnish and ESI
Links: Slides, joind.in
Starting with a demo web site that is not optimized, I will demonstrate step by step how the user experience can be improved. I will show how to improve javascript and css loading and how to use the caching proxy Varnish with Edge Side Includes (ESI) to cache personalized pages.
Conference: SunshinePHP Miami, 8-9.2.2013
Title: Symfony2 Intro
Links: Slides, joind.in
Symfony2 is a powerful and very flexible framework to build web applications. It is built on top of PHP 5.3. This session is for people who don’t know Symfony2 yet. It will be a tutorial style talk with lots of demos where i walk you through the first steps of using Symfony2 and introduce you to its most important components.