Editor UX matters: Gutenberg can help

Drupal and the Gutenberg editor is a killer combination, empowering content authors to build rich landing pages inside a rock solid CMS framework. Having the solid foundation and flexibility of Drupal combined with the ease of use from Gutenberg, creates a sweet spot you won’t find in another CMS. The Drupal Gutenberg module is stable and continuously updated and improved!

The Tale of Dependency Injection in Drupal

Dependency Injection is a design pattern, that brings a new quality to Drupal development. The idea is not new, it originates in Java frameworks released in 2000s. I will show you its history in and explain the usage in Drupal and Symfony - on very simple examples. I will also try to present the most important advantages and disadvantages of using DI in your project.