Previously, I discussed using environment variables as a way to keep access credentials and sensitive data out of your code repository. Find out how they can also be used during API migrations.
Committing the values of your access credentials, such as keys, secrets, and tokens to your Git repository as plain text values in your code is not secure. Find out how you can protect your data.
ARIA attributes bridge the gap to address accessibility issues that cannot be managed with native HTML. Join us as we explore what ARIA is, what it can do, when you should use it - and when not to.
How do you maintain one of Drupal's most prolific modules, run a business, have a family, and stay balanced? Amitai Burstein spills his secrets to success and how you can join him! Also, sushi!
Matt and Mike are joined by Mauricio Dinarte, who recently completed his "31 Days of Drupal Migrations" series, as well as migration expert April Sides.
Since the Drupal and GitLab partnership landed, we have been asked about when we would write an installer for GitLab. This article announces such integration.
We replaced a back-end system consisting of Drupal 7, Java, and MongoDB with a single Drupal 8 site. Our team got there - but it took some learning along the way.
Drupal 8’s templating language, Twig, provides a powerful suite of tools that often go underutilized. Find out how they can empower you and themers of all levels to contribute in a maintainable way.
Running migrations in a continuous integration tool like CircleCI allows one team to migrate configuration and content seamlessly while another team ports the front and back ends.