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
Single-page application vs multi-page application
There are two main ways of building websites today: a multi-page application (MPA) and a single-page application (SPA). Let's consider their pros and cons
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
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
Security for Drupal and related server software
To protect the whole system from hacking, we need to take care of an entire set of software. It includes some common server settings, the configuration of a web server, PHP and a database
Drupal Global Training Day #5
We gathered novice Drupal developers to give 4 lectures and teach them how to create a simple Drupal website