Weekly Summary of Facts

Another Friday has fallen upon us! Here is a brief synopsis of what's been accumulating over the past week: At long last, an ex...
Lindsay

How to Register an Event Subscriber in Drupal 8

Events in Drupal 8 allow for different components of the system to interact and communicate with each other. This blog post demonstrates how to register event subscriber in Drupal 8.
Photo
Minnur

How to Secure Drupal HTTP Headers

In this blog post I will briefly overview some of the very useful HTTP response header parameters that will help to secure any website. In short - HTTP Response headers are name-value pairs of strings sent back from a server with the content you requested.
Photo
Minnur

How to Rebuild Your Database Registry

Apparently I am lucky, having gone through years of Drupal development without encountering a corrupted database registry. If you encounter a “Failed opening required … “ error then it is possible ...
Photo
Gabe

How to Host Drupal 8 on DigitalOcean

These are instructions on how to setup DigitalOcean droplet to host your personal website. DigitalOcean is a very affordable cloud hosting for developers (starting from $5 for a very simple droplet 512MB Memory / 1 CPU and 20GB disk).
Photo
Minnur

How to use Cache API in Drupal

This is a very simple tutorial that could help you with the performance of your custom modules. I will show you how to use Cache API in Drupal 8 and Drupal 7.
Photo
Minnur