Matt and Mike sit down to deep-dive into the Drupal 8 version of Drupal Commerce with Ryan Szrama, Bojan Zivanovic, Matt Glamon, in addition to Lullabot's own Matt Robison.
The body field in Drupal has been around forever. But it's a platypus, with unique behavior that can be confusing and non-intuitive. I decided to get rid of it and switch to two separate fields.
Today I will tell you about the Template Method pattern, a behavioral pattern very useful to deal with specialization in a subclass for a generic algorithm.
Matt & Mike talk with Drupal Security Team members Michael Hess and Greg Knaddison. We talk about the current state of Drupal security, along with their Drupalcon session, "Watch the Hacker Hack".
Matt & Mike talk to Taco Potze, Robert Douglas, Matthew Tift, Greg Dunlap, and Jeff Eaton about selling Drupal modules, and all of the intricacies of community, GPL, and selling modules and distros.
Dependency injection is an alternative to the static \Drupal::service. When writing plugins, if you don't inject your services you will have a hard time writing unit tests for your plugin's code.