Main Content

Drupal 8 Configuration System Basics

Watch the session video here.

The Drupal 8 configuration system can provide great advantages to managing the configuration of a site, but it can also cause massive headaches if used improperly. This presentation will provide an overview of how the Drupal 8 configuration system works, best practices on basic workflows to utilize it effectively, and a small sampling of some of the contributed modules available to enhance it.

Login to Register

How-to: Using "drupal-project" with Composer to Craft your Perfect Start-State

drupal-project is now the officially-recommended starting point for Drupal 8 sites with Composer. In this session, I'll show you how to:

  1. Quickly spin up a new site with Composer and drupal-project
  2. Customize drupal-project to suit your particular needs
  3. Leverage post-install tasks to keep yourself DRY

The goals of the learnings from this session are to:

Login to Register

From Monolith to Microservice: Modernizing a Legacy Codebase with gRPC

From humble beginnings as an internal infrastructure tool connecting microservices at Google, gRPC now powers microservices at companies like Netflix, Square, and even games like Pokemon Go. gRPC is language agnostic and can easily plug into any environment, making it an easy choice for modernizing (and standardizing!) infrastructure. In this talk, I will share a case study on how you can modernize an API by breaking it down into gRPC-powered microservices, and how your team can save time by using gRPC-generated client stubs.

Questions we will answer:

Login to Register

Maximum PhpStorm

Watch the session video here.

As developers we struggle everyday to solve problems and we rely on development tools to help us puzzle through those problems. Years ago, I adopted PhpStorm to augment my skills and in doing so I've learned a lot of ways how to gain the most out of the tool.

Come as we break through the levels of complexity and level up your skills as we talk about:

Login to Register

Building Your Legos: A Practitioner’s Guide to Building Reusable Components

If you have built several Drupal websites, you have undoubtedly noticed that all websites share some common components. Most sites have hero banners, quotes, 2-ups, 3-ups, among other repeatable patterns. Building these components over and over again loses its luster and, more importantly, distracts you from building the really unique and interesting components of the site. Instead of reinventing the wheel with every Drupal site you build, wouldn’t it be great if you could build these components once and leverage them across multiple sites?

Login to Register