Now that festivities are behind us, it's time to start with the Meetups again.

Thursday 19th January 2017

18:00
0
Drupal 8 for Symfony developers
Talk by Antonio Peric (45 minutes)

Drupal8 modernization (new object-oriented base) and adoption of many Symfony components is a huge step in connecting these two amazing communities and amazing projects. Drupal8 is not powered by full-stack Symfony and there is still many differences between these two relatives, but still, Symfony developers should master it easily. This talk is for Symfony developers who don't have experience with Drupal8. It will guide you through routing, controllers, hooks, events, Drupal Console, DI and many other interesting elements that power Drupal8 under the hood. It will also show how to build custom modules Symfony way.

19:00
3
Abstracting conditional statements
Talk by Ljubo Canic (25 minutes)

We often find ourselves writing conditional statements (if...then...else) to branch our code or to shape some data ie. branching code execution to either include or exclude data, but we can use some functional programming to simplify code which can lead to better understanding and maintainability.