Prevent Drupal from removing write permission on site directory

Submitted by Andrew on Tue, 08/01/2017 - 16:05

This is a config option you can set in settings.php. If you're annoyed by Drupal periodically removing the write permission, making you add it back in when switching git branches or modifying files in the directory, this setting is for you! This is configured by default in settings.local.php, which I suggest you use (but read through what it does first!).

Lunr JS

Submitted by Andrew on Fri, 07/28/2017 - 12:34

Lightweight search system implemented in Javascript. Looks good for small sites, not sure about performance for a lot of documents.

Where is the index stored? 

Subject

Introduction to Graph APIs

Submitted by Andrew on Fri, 07/28/2017 - 12:27

Good overview and comparison of Facebook vs Github.com implementation. 

Discusses REST vs Graph QL. 

Subject

The JavaScript Way

Submitted by Andrew on Thu, 07/27/2017 - 15:41

This book aims to be a useful companion for anyone wishing to (re)discover the many facets of JavaScript.

Subject