Drupal Digest #30

Hey! December is nearing the end! It means that not only Holidays are here, our Drupal Digest also wants your attention. We have added useful white papers about Drupal8 and Vue.js benefits at our popular articles. Read new blog posts about the first Web Cafe, and 11th birthday party. Come on!

OOP in Drupal 8 and how to use it to create a custom module

OOP in Drupal 8

Development in Drupal 8 differs a lot: OOP definitely changed the rules of the game. In this article we examine several OOP aspects that appear in Drupal 8, and write a custom module afterwards taking the features we observed into account
vue js single page application

Vue Single Page App

SPA is a big deal now: it provides good UX, and speed - it provides full control over the markup in Drupal. Let’s learn how to create a simple single-page application using Vue.js