Main Content

What's for Dinner? Using Predictive UX to Help Users Decide

Watch the session video here.

Making decisions is difficult. To put this into perspective, picture yourself trying to decide what’s for dinner. You go on your favorite meal ordering app to find something which offers you hundreds of options that you have to browse through and choose from. Now imagine that same application could predict what you’re in the mood for and display only those options, without you having to do a thing!

Login to Register

Letting Editors Win - Who Needs More Than 1 Column?

In the years that I have been a front-end developer and site builder in Drupal, one thing has remained constant—the battle to allow editors more power without sacrificing design or performance. With Drupal 8 Layout Builder and Paragraphs, I finally have a solution that provides a good balance between flexibility and control. The best thing is that it all happens in a single column.

Login to Register

Component Based Theming With UI Patterns and Pattern Lab

Since the release of Drupal 8, great strides have been made to develop a component based theming workflow that takes advantage of the best that Twig has to offer and also plays nice with living style guides and pattern libraries. Gone are the days of redundant styles and markup, making way for the efficiencies found when Drupal and tools like Pattern Lab can share the exact same code. That said, handling the mapping of data between Drupal and your component library can still be quite complicated and difficult to coordinate on larger cross-functional teams.  

Login to Register

Improve your Drupal Architecture by Applying Object-Oriented Principles to Site Building

In many ways, my journey through Drupal has been inverted. After studying Computer Science, I began my Drupal career as a backend developer writing custom modules and dabbling in front-end work. More recently, as a Project Manager and Drupal Solutions Architect, I've focused on more site-building and organizing Drupal elements into flexible solutions. I've found myself relying on the theory I learned in school to direct my site building efforts.

Login to Register

With Docker finally hitting its stride as a viable local development tool we’ve seen a huge surge in Docker Compose driven local development and DevOps tools. One such tool is Lando, risen like a Phoenix from the ashes (and lessons learned) of the Kalabox project.

Lando is for developers who want to quickly specify and painlessly spin up the services and tools needed to develop their projects by providing an easy way for developers of all skill levels to specify simple or complex requirements for their projects.

PLEASE SETUP YOUR LOCAL ENVIRONMENT PRIOR TO TRAINING.

Follow these instructionshttps://github.com/mariohernandez/component-based-development

=====================

With the component-based approach becoming the standard for Drupal 8 develpment we’re beginning to see some slick front end environments show up in Drupal themes. The promise that talented front enders with little Drupal knowledge can jump right in is much closer to reality.