Session Archive

Displaying 76 - 100 of 408 Sessions

Composer 101 : Govern your Drupal project with Composer !

Conference Year:
2019
Presenter(s): Rahul

Composer is a must-have tool for any Drupal developers toolkit. Everyone has heard about it but isn't aware of the migration process to composer based Drupal management.

Session Track: Coding and Development
Technical Level: Intermediate

Configuration Workflow in Drupal 8

Conference Year:
2018
Presenter(s): mikemadison

Configuration is a key concept in Drupal 8 that sits at the intersection of backend development, dependency management, theming, site building, and (in)sanity.

Session Track: Site Building and Using Drupal
Technical Level: Beginner

Conquering Our Drupal Talent Shortage

Conference Year:
2016
Presenter(s): session-archive-bot

Speaker(s): gwendolyn

Session Track: Community and Being Human
Technical Level: Beginner

Content and SEO: Better together

Conference Year:
2019
Presenter(s): TheAmy

When it works well, it’s a match made in Heaven. Your website shows up for the right search terms and has quality content that is useful for your audience.

Session Track: Content Strategy and Analytics
Technical Level: Beginner

Content Creation and Verification with Selenium and Python

Conference Year:
2019
Presenter(s): andersontqa

Create a more robust regression suite by adding automation of node creation and verification with Selenium and Python.

Session Track: Devops, Performance, Security, and Privacy
Technical Level: Intermediate

Content Everywhere: Or How to Eliminate Redundancy, Lower Upkeep Costs, and Keep Your Sanity

Conference Year:
2018
Presenter(s): jjosephmiller

It's the email every content manager dreads.

"These two web pages aren't consistent. Can we make sure that we're saying the same thing on our website?"

On a really bad day, there are 30 people on the CC field.

Session Track: Content Strategy and Analytics
Technical Level: Beginner

Content Migrations Don’t Have to be a Nightmare

Conference Year:
2017
Presenter(s): Lisa, [email protected]

Session Recording: https://youtu.be/sNFmJjRM2pE

Session Track: Project and Team Management
Technical Level: Beginner

Content Models: The Design Tool You Never Considered

Conference Year:
2020
Presenter(s): courtneyclark, jbradshaw

You're in it. Development has begun. You're building out content types, sorting out view modes. But wait. You have a LOT of questions for your designer. Do we really need these two components that are nearly identical?

Session Track: Design, UX, and Accessibility
Technical Level: Intermediate

Content Strategy Toolkit

Conference Year:
2018
Presenter(s): gdd

The development community has seen an immense increase in productivity through automation and other tools created through the DevOps community. Why shouldn't the content strategy community take advantage of the same concepts?

Session Track: Content Strategy and Analytics
Technical Level: Intermediate

Continuous Collaboration with Probo.CI

Conference Year:
2017
Presenter(s): jody

Session Recording: https://youtu.be/NuXD9EwRS7k

Have you had any of these pain points?

Session Track: Devops, Performance, Security, and Privacy
Technical Level: Intermediate

Continuous Integration for Acquia Using CircleCI

Conference Year:
2018
Presenter(s): generalredneck

Continuous Integration and Deployment continue to be an interesting challenge moving forward with Drupal 8. Hosting platforms are now providing "kits" to provide some of these services if you are willing to take the plunge and implement them.

Session Track: Devops, Performance, Security, and Privacy
Technical Level: Intermediate

Correctly Nest Entities and Build Healthy Multilingual Relationships

Conference Year:
2020
Presenter(s): aimeerae

As component-based design principles evolve, the actual implementation in Drupal can be performed in many ways. Most, if not all, component-based site building approaches rely on Entity Relationships.

Session Track: Site Building and Using Drupal
Technical Level: Intermediate

Crawl, Walk, Run – The WebNY path to D8 via MVP

Conference Year:
2016
Presenter(s): [email protected], lcatlett

Faced with managing multiple code bases for legacy agency web sites, WebNY found a way to deliver a bleeding-edge Drupal 8 platform to support hundreds of agency web sites on a single distribution by leveraging Minimum Viable Product, (MVP) and…

Session Track: Community and Being Human
Technical Level: Intermediate

Create Truly Remarkable Data Visualizations with D3

Conference Year:
2017
Presenter(s): kholloway

Session Recording: https://youtu.be/QsC0Xa5fTxs

Session Track: Site Building and Using Drupal
Technical Level: Intermediate

Creating a Reusable Pattern Library with Paragraphs

Conference Year:
2016
Presenter(s): jproffitt

Paragraphs provides a powerful tool for doing content-first based design and content management in Drupal 7 and 8. Wouldn’t it be great if you could create paragraph bundles without the UI, or reuse a great set of bundles on another site.

Session Track: Coding and Development
Technical Level: Intermediate

Creating a single face of government across multiple websites and technology stacks

Conference Year:
2018
Presenter(s): bryanhirsch

The team that reinvented Mass.gov is now charged with bringing a data-driven, constituent-centric, “digital first”, approach to all of the state's web properties.

Session Track: Community and Being Human
Technical Level: Beginner

Creating flexible payment workflows with CiviCRM and Contribution.transact()

Conference Year:
2016
Presenter(s): jproffitt

CiviCRM's payment processing capability is great, but what happens when you want to do something really out of the ordinary?

Session Track: Coding and Development
Technical Level: Advanced

Creating Layouts & Landing Pages in Drupal: the Paragraphs vs. Layout Builder Edition

Conference Year:
2020
Presenter(s): pixelite

Two requirements that come up constantly on projects are “How do we make it easier for non-technical users to update our website?” And “How can we give content editors more flexibility?"

Session Track: Site Building and Using Drupal
Technical Level: Intermediate

Custom Code the Drupal Way

Conference Year:
2016
Presenter(s): matt.mendonca

You've looked at Drupal core. You've looked at the vast contributed ecosystem. However, you can't find anything that solves your problem. Or, perhaps, nothing that solves your problem completely.

What do you do?

Session Track: Coding and Development
Technical Level: Intermediate

Custom Content Migrations to Drupal 8

Conference Year:
2016
Presenter(s): ultimike

Even if you're only casually acquainted with Drupal 8, you probably know that the core upgrade path to Drupal 8 has been completely rewritten from the ground-up, using many of the concepts of the …

Session Track: Coding and Development
Technical Level: Intermediate

Customer Journey Mapping for Associations & Non-Profits

Conference Year:
2017
Presenter(s): Tracy.Allyn

Session Recording: https://youtu.be/-od5SAAZrpc

Session Track: Design, UX, and Accessibility
Technical Level: Beginner

D3 Data Visualization

Conference Year:
2016
Presenter(s): kholloway

There's no escaping the fact that data visualization is hot right now. Everyone wants to tell their data's story visually, whether it be through a map, chart, or more detailed presentation.

Session Track: Coding and Development
Technical Level: Intermediate

Dealing with unprecedented scale during Covid-19

Conference Year:
2020
Presenter(s): wiifm

Covid-19 for some sites has meant a massive surge in traffic. Some of the health related sites that we look after at amazee.io have experienced a 80x traffic increase over the last couple months.

Session Track: Devops, Performance, Security, and Privacy
Technical Level: Intermediate

Debugging During Development: Creating, Breaking and Fixing a Module

Conference Year:
2016
Presenter(s): session-archive-bot

Speaker(s): alliejones42

Debugging is more than fixing broken code. It is about logically thinking through steps and using the appropriate tools to solve problems.  

Session Track: Coding and Development
Technical Level: Intermediate

Debugging: CSS and JS It just looks Magical

Conference Year:
2019
Presenter(s): wesruv

Join Wes Ruvalcaba for magical debugging of CSS and Javascript.

 

 

Session Track: Design, UX, and Accessibility
Technical Level: Beginner