Sep 6, 2019
Signing Git Commits and Tags with GPG
Learn to sign your Git commits and tags with GPG to let your team know that they are authentic and that they weren’t maliciously altered by someone.
May 16, 2019
Working with Git remotes and pushing to multiple Git repositories
Learn to work with multiple Git repositories – pull from and push to multiple git remotes with easy commands.
May 12, 2019
Drupal Entity Validation API: Create Custom Entity Constraints
Learn to implement custom validation constraints for Drupal 8 entities to validate fields, properties and dependencies thereof.
May 2, 2019
Drupal UI Patterns: Component Driven Development in Drupal
Build a Drupal site twice as fast with reusable components! Learn how to do component-driven development in Drupal with the UI Patterns module.