Drupal Digest #15

OOP in Drupal 8, security for Drupal and related software, creating an app with Vue.js, SPA VS. MPA and DrupalCon news

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
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