Many of the team and council stakeholders were on holiday over August, so the team took the opportunity to perform some more user testing with available councils and made a number of user experiece improvements in sprint 9.
We're agnostic about the CRMs and other systems and services that our clients use, but we've seen a steady uptick in requirements for Salesforce integration from our clients and others like them in recent years, so thought it might be helpful to share some of our experience.
Setting up Lando and Drupal to run Nightwatch tests can be hard. This post attempts to break it down and provides a guide to getting set up.
Setting up Lando and Drupal to run PHPUnit tests can be tricky. This post attempts to break it down and provides a guide to getting set up.
Our new website uses a lot of interesting new technology. It is built using the JAMstack methodology (JavaScript, APIs, Markup) which means that Drupal is used for content management, Drupal then serves this content using JSON API (now in Drupal core) and this API is consumed by Gridsome to build the front end.
Varnish is great at serving pages to anonymous users at high speed but it doesn't speak HTTPS so if you want to use Varnish and provide your site over HTTPS then you need to use something to do HTTPS and proxy the traffic to Varnish.
My adventures in starting to theme with the new and much improved Drupal 8