Florida DrupalCamp 2021

Introduction

Florida DrupalCamp is an annual conference that brings together web developers from all over the world to learn, network and discuss web development and the Drupal content management system.

Video Sponsor(s) / Provided by
Curated Videos
Description
In this session we will cover:

Engineering:

Why Vue.js and how it helped with performance and privacy
Utilizing Drupal to overcome 3rd party API shortcomings
Performance measurements, scalability
Project Management:

Coordinating with multiple vendors on tight deadlines
Managing 4 internal teams
Implementing Risks and Decision Log

Short summary:

Palantir.net had a 10-week timeline to design and build their online conference platform from scratch. The client assembled a team of top-tier vendors and partners, with Palantir as the technical lead. Our role was to:

Implement a Drupal 9-centric solution that would sit nicely with their existing technology stack, leveraging style guide elements and enhancing their web marketing infrastructure.
Evaluate and make recommendations for the best third-party technology solutions for video streaming, one-on-one session management, feedback systems, sponsorship systems, and community and connection platforms.
Translate custom visual design provided by the client’s design partner into a style guide and then implement it on the live site
Coordinating and collaborating with a large team of partners and vendors on a tight timeline, developing a solution that could easily handle traffic from more than 100,000 attendees during the event.

Speakers

Ofer Shaal
Senior Frontend Developer at Palantir.net
Drupal core maintainer (Umami)

Jennifer Shaal
Project Manager at Palantir.net
Jennifer Shaal currently serves Palantir's portfolio of clients in Managed Support as a Project Manager.


https://www.fldrupal.camp/sessions/development-performance/building-virtual-conference-100000-attendees-10-weeks-using-drupal
Description
If you are a junior Drupal developer, you might be looking to find a mentor. If you're a senior Drupal developer, you may be looking for a mentee. If you're neither, you might be wondering where mentorship fits in your career–if at all.

It's no surprise, however, that a powerful mentor/mentee relationship can fast-track you toward rapid career/company growth. But if you went to find a mentor today, would you know what you need from the relationship?

Let's take some time to dive into mentorship as it relates to Drupal and engineering, and how you can get started discovering your next mentor/mentee as soon as possible.

Walk away learning more about:

Why mentor/mentee relationships are so important
Tips, tricks, and resources for improving your mentor/mentee relationships
How to overcome common Drupal & engineering mentorship obstacles
So, if you want to help bring out the best in people, let this talk support you in learning how to guide others–and yourself–to succeed.

Chris McGrath
CEO at Esteemed
Chris McGrath (@EsteemedTalent) is a veteran developer, entrepreneur and strategic advisor. He has worked on contract and via his agency for some of the largest organizations using Drupal. Now, he is the CEO of esteemed.io, a staffing platform for digital niches like Drupal, WordPress, and many others. Esteemed is the owner of Drupal Contractors, the largest provider of contract Drupal talent in the USA.



https://www.fldrupal.camp/sessions/project-management-and-consulting/finding-drupal-mentor-how-guide-kicking-your-career-high
Description
Are you new to the Git workflow? Is the concept of version control sounds awesome but initimidating? Do you feel like Git would improve your development workflow but don't know where to start?

If this sounds like you, join me for this crash course into Git from the beginner to ninja. We will talk about using Git in the command line like a pro and cover most popular workflows, essential commands, and bonus tips and tricks that will improve your develpment workflow.

This session is great for beginners but intermediate users may also learn a few new tricks!

Anna Mykhailova

Drupal Architect at Kalamuna


https://www.fldrupal.camp/sessions/beginner-track/anatomy-git-workflow-and-essentials-commands-you-must-memorize
Description
Composer is a package manager that alleviates the complexity of dependencies in PHP based projects (such as Drupal 8/9). This session provides an introduction to the core concepts behind package management and Composer. No previous knowledge of Composer required.

Using practical examples as guidelines attendees will learn the basics of Composer, including:

What composer is and the concepts of how it works.
How to add composer to a project and packages to a project.
Semantic versioning patterns for packages.
General Do's and Don'ts when using Composer.

Attendees will leave this session with insights and basic knowledge of Composer. Including knowledge of how it works, the value it provides to projects and how to use it on any (PHP based) project.

MICHAEL MILES
Director of Web Development at MIT Sloan
Mike is passionate about development and working with the latest open source technologies. He has been working in web engineering since 2003, utilizing a number of different technologies, languages and frameworks. He has been working with Drupal since 2008 and is a regular contributor to the community and project. Since 2015 he has been the lead organizer of the Boston Drupal Meetup Group.


In his day-to-day role as Director of Web Development at MIT Sloan, Mike leads the development, maintenance and growth of the digital properties for the school, as well as, the development team that supports them. Outside of his day to day, Mike is the host of the podcast Developing Up, which is focused on the non-technical side of being a developer. He is a public speaker and regularly presents at technical conferences around the world. Since 2013 Mike has presented over 45 talks across 38 different conferences/camps, in 4 different countries.


https://www.fldrupal.camp/sessions/development-performance/composer-101
Description
Component based approaches to front end development have taken over the web. From conceptual approaches like Atomic Design, to component based frameworks like React and Vue, this perspective on web development is unlikely to fall out of favor any time soon. And like many others, I love it.

There is however, one component related technology that has eluded me: web components. Web components are of a set of web APIs and standards that can be used to create custom and reusable HTML elements. A custom element that isn’t tied to a specific framework and is supported across all modern browsers truly sounds like component utopia. Yet somehow, native web components still haven’t become a major part of my front end toolset. With web component adoption increasing, it seemed like time to better understand why.

This session recounts the highs, lows, and surprises of my experience as a newcomer to web components, including:

● Key technologies including custom elements and the shadow DOM
● Creating web components using the core API
● Creating web components with the help of a library
● Styling web components
● Application state and web components
● Using web components with frameworks like Angular, Vue and React
● My newfound and slightly more educated outlook on web components

BRIAN PERRY
Lead Front End Developer at Bounteous

Brian is a versatile developer with experience building complex, interactive web applications in support of large-scale localized sites. Recently he has focused his efforts on evolving Drupal front-end development practices, decoupled Drupal, and style guide development techniques and has spoken on the topic at various Drupal events. Brian is a Drupal 7 and Drupal 8 Acquia Certified Grand Master and loves all things Nintendo.


https://www.fldrupal.camp/sessions/design-theming-front-end-development/web-components-through-eyes-newcomer
Description
Composer - The dependency management tool for PHP applications is a complete feature rich package that addresses a lot of development and deployment problems. Unfortunately, most of the developers only get to know about the basic usage of it(Example: Running commands like ‘composer require drupal/MODULE’, ‘composer install’, and ‘composer update’).

One such lesser known-and-used feature out of many is integrating ‘scripts’ in the composer workflow of your web application. In this session we will cover the following sub-sections of composer scripting:

Composer events
Composer scripts
Registering and executing scripts on composer events
Composer commands
Registering & Executing custom composer commands
PHPCS
PHPCBF
PHPUnit
Referencing scripts

The above topics and their working examples will significantly help you understand how development and deployment teams can work together in simplifying the build process And thereby demystifying the know-how of one of the many powerful features of the composer called composer scripting.

KUNAL KURSIJA
Senior Drupal Developer at Axelerant

https://www.fldrupal.camp/sessions/development-performance/composer-scripting
Description
Have you or your organization fallen victim to one of the classic website blunders? Was it organization by board member, stock photo syndrome, design by committee, vanishing volunteer web developer, or something else? We will discuss 10 classic website blunders we have witnessed that rendered potentially successful projects ineffective engagement tools, and tell you how to avoid them.

Takeaways:

Identify common mistakes that associations make when designing a website.
Decide how to align your website with your organization's goals.
Find out how to categorize your target audience.
Determine how to identify an appropriate website ROI (Return On Investment).



STEPHEN PASHBY
Account Manager at DesignHammer
As Account Manager at DesignHammer, Stephen focuses on sales, account services, community outreach, project management, and providing Accessibility, SEO, and Usability consulting for DesignHammer clients. Stephen serves as a referee for the NCAA and USA Fencing. Stephen lives in Durham, NC with his wife Amy and cats Hastings, Mycroft, and Phryne.


https://www.fldrupal.camp/sessions/project-management-and-consulting/classic-website-blunders
Description
Harmonize design and development by working with the latest module for Drupal’s Bootstrap Layout Builder to increase UX efficacy. Mahya, Aaron, and Mahmoud share the 5 guiding principles for designer-developer collaborations to bridge gaps. Learn more about core collaboration challenges, how to approach them, and component-based designs.

AARON CHRISTIAN
Lead Developer at ImageX Media

Aaron Christian is an Acquia certified Frontend Specialist who has a vast knowledge in user experience and interaction design. Upon graduating from the Centre for Arts & Technology in Kelowna, British Columbia; he became a part of the drupal community, where he has focused his efforts over the past 12 years. An avid contributor to the Drupal community, he was a speaker at DrupalCon Global 2020. His portfolio includes various projects for organizations such as; Telus Mobility, Koodo Mobile, Optimum Nutrition, Local Search Association, Argo XTV’s and many more.

MAHYA GOLABI
Senior UI Designer at ImageX Media
Mahya Golabi is a Senior User Interface Designer who designs with conceptualization and usability in mind. She believes creating an easy and effective UI, no matter how challenging, is the ultimate goal of great user experience.

Mahya has experience in both agency and freelance environments. She has managed and creative directed design projects with tight deadlines for clients in tech startups, health & medical, real-estate, and hospitality industries. She is always pushing her limits and keeping up with the latest trends in design and tech. Mahya believes her deep passion with design as well as her management skills, knowledge of code and web development is what sets her apart. She also holds the Interactive Design Foundation Accessibility Certification.

MAHMOUD ZAYED
Senior Software Developer at ImageX Media
Mahmoud Zayed is a Drupal 8 Acquia certified Grand Master and DrupalCon Global 2020 speaker who is passionate about open source, specifically the Drupal content management system. He has been developing enterprise solutions using Drupal since 2008 and is experienced in both front and back-end for websites, applications and mobile solutions. He is also a dedicated contributor to Drupal core, popular distributions, and modules.

https://www.fldrupal.camp/sessions/design-theming-front-end-development/two-sides-same-coin-maximizing-ux-drupal%E2%80%99s-bootstrap
Description
One question many of us have heard or had when we were getting started as web developers and/or entering a new role is a very simple “how do I deploy my site?” We’re often tied into vendor defined workflows, and literally just go with the flow, or are presented with solutions with very complex projects as the baseline. What if you wanted to evaluate the options objectively? What if you want to build your own workflow? What are some best practices? What are the basics of deploying a site?

In this session we’ll give a high level view of how to work with a Drupal project in this workflow:

Initial project creation using vanilla Drupal Core, setting up a Git repository, and a local development environment.
How to use Git to collaborate with a team and protect your work.
How to share your work in progress with team and stakeholders.
How to use continuous integration and deployment (CI/CD) to regularly test and deploy your work.
What you need to do to move a site from local or preview to live deployment.
When you leave the session you should have a grasp of the pieces of the process and how they fit together regardless of the specific tool or vendor you may use at each stage. You’ll understand how you can put together a workflow that works best for your projects, your team, your students or your clients.

DAVID STOLINE
Director of Customer Success at DDEV

I'm an architect engineer turned engineering manager. Things that I find fun: HA Lamp, AWS, performance, team happiness, finishing sprints.


https://www.fldrupal.camp/sessions/development-performance/demystifying-deployment-workflows
Description
Ever wanted to learn about Drupal plugins as a module developer? Ever wondered what makes Drupal plugins work or why they’re useful? Well, literally every Drupal 8 module uses the Drupal plugin system! At their core, plugins are extensible bits of functionality. They are in YAML files, in Annotation classes, in hooks, and/or can be defined statically. Plugins can also have a custom discovery mechanism. Just create a custom plugin discovery class and use a plugin manager service.In this tutorial, you will learn:

How to use Drupal plugins
How to create new plugins
Why choose to use plugins
We will also explore plugin discovery, plugin decorators, plugin management, plugin derivatives, and plugin definitions. You'll learn how to wrap functionality around the main Plugin discovery class with a Plugin discovery decorator. Using a Plugin decorator, you can provide or alter existing configurations, and/or provide multiple discovery methods. Plugins are in many places and are crucial to every module in Drupal. Having a hard time thinking about what plugins already exist in Drupal? There are quite a few!

Some YAML plugins include routing, menu links, libraries and permissions
Some Annotation plugins include blocks, field types, actions, entity reference selections, content and configuration entity types
As you can see, Drupal Plugins are almost everywhere you look! I want to take you on a cosmic adventure into the Drupal Plugin universe. Please come with me.

GLORIA TUCKER

Drupal Developer at Esteemed


https://www.fldrupal.camp/sessions/development-performance/creating-and-using-plugins-module-developer
Description
At Drupalcon Global Dries announced Automatic Updates as 1 of 5 strategic initiatives for Drupal 9.

Automatic Updates is an existing initiative that has already produced a contributed module that can provide updates for non-Composer based Drupal 7 and Drupal 8 sites.

The next phase of the initiative is to add support for updates of Composer based sites to Drupal 9. Currently the initiative is focusing on moving update readiness checks and other supporting functionality from the contributed module into Drupal core.

Learn about the initiative and how you can help

TED BOWMAN
Principal Software Engineer at Acquia
Ted Bowman is a Principal Software Engineer on Acquia’s Drupal Acceleration Team. He is currently working hard to make the upgrade from Drupal 8 to Drupal 9 as easy as possible. He is also co-maintainer of the core Layout Builder and Settings Tray modules. He has been involved with Drupal for over 10 years.

Before joining Acquia Ted specialized in custom module development and ran a Drupal training company, Six Mile Tech.

Outside of tech, Ted is an amatuer photographer and enjoys playing various types of music from analog synths to Indonesian Gamelan music.

https://www.fldrupal.camp/sessions/development-performance/automatic-updates-future-drupal
Description
In 2017, a national nonprofit focusing on social justice and environmental sustainability embarked on a 18-month process to convert three different platforms into one consolidated website.

As director of digital products during this conversion, I'll share lessons learned from the buildout including: the RFP and vendor selection process, an assessment of our user roles and permissions, the content structure, and a review of integrations with external systems.

We'll discuss additional considerations for how to hold space for multiple viewpoints, as well as how to implement a respectful, open, and transparent process for all stakeholders.

Details of the case study are here: http://bit.ly/enviro-nonprofit-drupal

Link to slides: http://bit.ly/drupal-case-study

MONICA FLORES
Technical Project Manager at Lullabot


Monica S. Flores facilitates the development of digital products as a technical project manager, on staff at Lullabot. Since 2004, she has supported US & global organizations on how to connect with their online communities, make sales, & share information for projects in e-commerce, national/global community-building, and customer engagement. Flores has built 200+ websites, and she is a proponent of using technology to solve problems, bring people together, and build effective change-making teams. She received the 2018 and 2019 NTENny Award for non-profit technology providers, for those "who have gone above and beyond in their commitment to our sector, driving our community forward and tirelessly working for excellence."


https://www.fldrupal.camp/sessions/site-building/case-study-converting-national-environmental-nonprofit-drupal
Description
Are you losing sleep, worrying about your Drupal site’s security? That isn’t healthy! With Drupal being used for building websites and applications in government, non-profits, higher education, and corporate enterprises, it is important to make sure that projects follow regulatory and organizational security controls. Are you ready to learn how to take immediate steps to improve the security of your Drupal installation? Great, let’s get get started.

This session will provide the details you need to create a security-first plan to enhance Drupal’s strong security foundation with community-contributed modules. Attendees will learn how to leverage these community contributions to ensure Drupal’s ability to provide confidentiality, integrity, and availability for your users.

Drupal core and contributed module security enhancements will be demonstrated live. These demonstrations will show how to address many of the concerns listed in the globally recognized OWASP Top 10 Web Application Security Risks document. In addition, attendees will learn how to keep up with official security announcements from the Drupal Security Team, understand Drupal security advisories, and find resources to learn more about Drupal security.

Security risks and improvements covered

Attack surface reduction
Broken Access Control
Cross-Site Scripting XSS
Insufficient logging & monitoring
Password policies
Security misconfiguration
Using components with known vulnerabilities



MARK SHROPSHIRE
Senior Director of Development at Mediacurrent
As a Senior Director of Development, Mark “shrop” loves working at the intersection of leadership and technology. Over his 20-plus-year career as a technical team leader, Shrop held IT roles at a large urban research university and a nationally recognized graphic communications company prior to Mediacurrent. He has a passion for personal and team growth, aligning individual purpose with Mediacurrent’s vision. Shrop focuses empowering teams to excel while using best of class open source technology solutions.

Shrop is active in the Charlotte North Carolina tech community through meetup group leadership, mentorship, and participation. He believes giving people a chance and helping them grow and find careers in tech changes lives.

https://www.fldrupal.camp/sessions/development-performance/sleep-better-night-secure-drupal-site
Description
We all want our websites to be resilient, fast & easy to work on but sometimes you inherit a project that’s not any of those things. Version control is murky or non-existent. Core is way, way, way, waaaaaay out of date. The documentation on the project hasn’t been touched in about 17 months, and there are multiple views named “Article”. Yikes.

You may not know how you got into this mess, but I’m here to help you find your way out. You too can gracefully inherit even the messiest legacy project and leave it better than you found it.

So many talks on best practices start from a blank slate; a brand new project where *this time* you’ll finally do everything right from the beginning. This talk focuses on what you can do on all the *other* projects you have: the ones with no budget for a rebuild, the ones that are short on time and long on requirements. You know the type.

Rather than diving into detail about which automated test suite to implement or how to name your views, this talk gives some principles to guide you as you untangle that spaghetti code one noodle at a time.

Learning Objectives

After this talk, attendees will be able to:

Diagnose the factors that cause instability and uncertainty for an adopted or legacy project.
Create an action plan for how to improve that project.
Use that plan to reduce instability and increase project performance.
Target Audience

The ideal attendee for this session is a developer or technical project manager who is responsible for working on a legacy project and wants to add some structure to that project. It should be a good fit for a developer who is looking to make the move to a senior or lead role.

Prerequisites

Intermediate Drupal knowledge will be helpful, though not required. The concepts covered will apply beyond Drupal, but the language and examples will be Drupal-focused.

TARA KING
Developer Outreach Manager at Pantheon
Tara King is a self-taught developer, currently on Pantheon’s Developer Relations team, where she helps WordPress and Drupal developers find success and optimize their WebOps processes as part of our developer community. She lives in Albuquerque, NM, where she runs a board gaming convention, writes poems, and tends her garden.

https://www.fldrupal.camp/sessions/project-management-and-consulting/so-you-inherited-mess-first-steps-adopting-legacy-project
Description
React.js is one of the top players in the JavaScript libraries world. This session aims to explain the basic concepts of library outside of the context of any particular CMS implementation. Throughout the presentation, a static site will be converted into a dynamic React.js application. Many examples will be presented to help you understand how it works and why it is so powerful. No previous experience with React.js is required. Basic familiarity with HTML, CSS, and JavaScript syntax suffices. You will learn about:

How to integrate React.js into an existing website?
What are elements and components?
What is JSX and what about separation of concerns?
How to reuse components?
What are props, states, hooks, and proptypes?



MAURICIO DINARTE
UnderstandDrupal.com


https://www.fldrupal.camp/sessions/design-theming-front-end-development/understanding-reactjs
Description
Github Actions enables you to create custom software development lifecycle workflows directly in your Github repository. These workflows are made out of different tasks so-called actions that can be run automatically on certain events.

This enables you to include Continues Integration (CI) and continuous deployment (CD) capabilities and many other features directly in your repository.

In this session, we are going to look at the core concepts of Github Actions and even dive into creating your own custom workflows to use Github Actions to run a basic build, lint, and deploy the changes to a Digital Ocean droplet.

The session will cover the following areas

Why care about Github Actions?
Core concepts of Github Actions
Using workflow and action templates
Configuring a workflow
Running a workflow



MALABYA TEWARI
Drupal Practice Head at Specbee
Description
By combining design systems with Layout Builder and Drupal features such as blocks we can deliver a "Wix" like drag and drop experience to site builders tasked with managing Drupal 8/9 websites.

In this session attendees will learn:

How to integrate design systems with Drupal
How to combine component libraries with Drupal Blocks and Layout Builder
How to use Emulsify to manage your component library for the website
How to leverage prebuilt built components on other websites
How this approach builds on Drupal's inherent flexibility
Non-technical attendees will learn how this approach increases agility while decreasing costs by enabling reuse of previously completed work.

CHRIS O'DONNELL
Digital Strategist at Promet Source

Chris launched his first website on New Year’s Eve 1995. It is still online (and even occasionally updated), making it one of the oldest personal websites on the Internet. He turned his HTML hobby into a job with a web design firm early in 1996, and after detours into hardware, web hosting, SAAS accounting software and content syndication he made his back to the web development community in 2013. After a year working with the open-source eZ-Publish CMS he joined a Drupal focused shop in 2014 as a Digital Strategist. Today, he is a Digital Strategist with Promet Source, working with current and potential clients to understand how Drupal can solve their most pressing business challenges. Chris is also a D8 certified Site Builder.


AARON COUCH
Director of Technology at Promet Source



https://www.fldrupal.camp/sessions/site-building/drag-and-drop-content-management-drupal
Description
In this session, we’ll give you an in-depth case study that guides you through the UX, visual design, and development process we followed to create a new digital home for Princeton University’s School of Public and International Affairs.Our goal was to migrate the school to Drupal 8, while implementing a completely new information architecture, visual framework, and content strategy that better speaks to the core audiences of the school: potential students, the press and policy makers, and current students and staff. We’ll show you how we assembled a team and worked together to gather research, create a strong UX strategy, and build a newly architected site in Drupal 8. Evolving Web’s Drupal Practice Lead and Content Strategist Suzanne Dergacheva, and the School of Public and International Affairs' Web Services Manager John Cloys, will explain the tools and methods they used throughout to get input from stakeholders and users.We’ll cover the following topics:UX & StrategyAnswering the “Why?” - the goals of the project and the goals of the SchoolPersona validation and prioritization - gathering input from stakeholders and real usersGathering and sorting contentUsability testing and interpreting the researchInformation overload: using personas as a lens to prioritize, remove, and rewrite contentDesignVisual approach: creating a visual identity for a school within a schoolResearching higher education best practicesBuilding a style guide for flexible content componentsDevelopmentMigration strategy: workflow for a combined manual and automated migrationIntegrating with Princeton: events, single-sign-onBuilding a maintainable platform: developing with the site maintainers in mindProcessCollaborating on content and design in parallelAccessibility as a priority throughout the processTools and techniques for project successSUZANNE DERGACHEVACo-founder at Evolving WebAt Evolving Web, I guide our UX and content strategy practice. I also provide in-depth Drupal training and thought leadership to the Drupal community. I'm passionate about best practices and making Drupal easier to use.I've worked with organizations like Princeton University, the Linux Foundation, and Travelocity to help them use Drupal. I've also trained teams across North America, including at Georgia Tech, the Art Gallery of Ontario, the federal government, and numerous web agencies. And I teach content strategy and UX workshops.What else do I do? I lead the Promote Drupal initiative and I spend a lot of time hanging out at conferences, learning, and teaching what I've learned. I love talking about content strategy, user experience, design patterns, accessibility, Drupal, and open source.JOHN CLOYSWeb Services Manager at Princeton University


https://www.fldrupal.camp/sessions/beginner-track/enabling-change-makers-redesigning-princetons-school-public-and
Description
One of the key strengths of Drupal is its flourishing ecosystem for contributed modules. Best of all, you can jump in and add yoour own module! All you really need is a good idea, though of course some programming knowledge, understanding of Drupal coding standards, and a few other technical things would help.

This talk will focus less on how to write code or what code you should write, and more on the process of creating a module, submitting it on Drupal.org, and getting it adopted by the community. We'll touch on such topics as:

Looking for similar modules that already exist
Getting help from the community
Submitting your module - sandbox or full project?
Getting the word out
You'll hear about the firsthand experiences in developing Smart Date, which went from an idea to one of the top 500 most popular modules on drupal.org in less than two years.

MARTIN ANDERSON-CLUTZ
Senior Consultant, Digital Echidna at Northern (Digital Echidna)

Martin started his Drupal journey in 2005, with version 4.6. Since then, his passion the community has been shown in his frequent participation at Drupal user groups, local Drupalcamps, and Drupalcons, often as a speaker. He has been with Digital Echidna since 2015, where he currently goes by the moniker of Senior Consultant, Solutions Architect. He also maintains a number of contrib modules, including Smart Date, Search Overrides, and a few others.


https://www.fldrupal.camp/sessions/development-performance/i-have-great-idea-module-now-what
Description
In a world where working more hours is often touted as a badge of courage and an example of high productivity, keep in mind that overload burnout is a real thing. While our individual thresholds for burnout may vary, our minds and bodies have limitations that when met, can severely impact our lives.

So how do we recognize and avoid burnout in ourselves, as well as others? Join me as I share my experiences and the knowledge I’ve gained in my journey to both overcome and avoid burnout.

In this session, you will learn:

Overload burnout signs and symptoms
Common causes and triggers
Mitigation strategies
Target audience:

Individuals that want to avoid or overcome burnout
Leaders that want to support their teams



APRIL SIDES
Senior Developer at Lullabot
I am a backend Drupal developer at Lullabot and lead organizer of Drupal Camp Asheville. My super powers include picking up something new and running with it as well as connecting people with common interests or tech problem spaces. My curiosities include work culture, entrepreneurship and burnout. I'm a philosopher in the void.


https://www.fldrupal.camp/sessions/being-human/redefining-productivity-during-burnout
Description
In this session we will cover:

Engineering:

Why Vue.js and how it helped with performance and privacy
Utilizing Drupal to overcome 3rd party API shortcomings
Performance measurements, scalability
Project Management:

Coordinating with multiple vendors on tight deadlines
Managing 4 internal teams
Implementing Risks and Decision Log

Short summary:

Palantir.net had a 10-week timeline to design and build their online conference platform from scratch. The client assembled a team of top-tier vendors and partners, with Palantir as the technical lead. Our role was to:

Implement a Drupal 9-centric solution that would sit nicely with their existing technology stack, leveraging style guide elements and enhancing their web marketing infrastructure.
Evaluate and make recommendations for the best third-party technology solutions for video streaming, one-on-one session management, feedback systems, sponsorship systems, and community and connection platforms.
Translate custom visual design provided by the client’s design partner into a style guide and then implement it on the live site
Coordinating and collaborating with a large team of partners and vendors on a tight timeline, developing a solution that could easily handle traffic from more than 100,000 attendees during the event.

Speakers

Ofer Shaal
Senior Frontend Developer at Palantir.net
Drupal core maintainer (Umami)

Jennifer Shaal
Project Manager at Palantir.net
Jennifer Shaal currently serves Palantir's portfolio of clients in Managed Support as a Project Manager.


https://www.fldrupal.camp/sessions/development-performance/building-virtual-conference-100000-attendees-10-weeks-using-drupal
Description
If you are a junior Drupal developer, you might be looking to find a mentor. If you're a senior Drupal developer, you may be looking for a mentee. If you're neither, you might be wondering where mentorship fits in your career–if at all.

It's no surprise, however, that a powerful mentor/mentee relationship can fast-track you toward rapid career/company growth. But if you went to find a mentor today, would you know what you need from the relationship?

Let's take some time to dive into mentorship as it relates to Drupal and engineering, and how you can get started discovering your next mentor/mentee as soon as possible.

Walk away learning more about:

Why mentor/mentee relationships are so important
Tips, tricks, and resources for improving your mentor/mentee relationships
How to overcome common Drupal & engineering mentorship obstacles
So, if you want to help bring out the best in people, let this talk support you in learning how to guide others–and yourself–to succeed.

Chris McGrath
CEO at Esteemed
Chris McGrath (@EsteemedTalent) is a veteran developer, entrepreneur and strategic advisor. He has worked on contract and via his agency for some of the largest organizations using Drupal. Now, he is the CEO of esteemed.io, a staffing platform for digital niches like Drupal, WordPress, and many others. Esteemed is the owner of Drupal Contractors, the largest provider of contract Drupal talent in the USA.



https://www.fldrupal.camp/sessions/project-management-and-consulting/finding-drupal-mentor-how-guide-kicking-your-career-high
Description
Are you new to the Git workflow? Is the concept of version control sounds awesome but initimidating? Do you feel like Git would improve your development workflow but don't know where to start?

If this sounds like you, join me for this crash course into Git from the beginner to ninja. We will talk about using Git in the command line like a pro and cover most popular workflows, essential commands, and bonus tips and tricks that will improve your develpment workflow.

This session is great for beginners but intermediate users may also learn a few new tricks!

Anna Mykhailova

Drupal Architect at Kalamuna


https://www.fldrupal.camp/sessions/beginner-track/anatomy-git-workflow-and-essentials-commands-you-must-memorize
Description
Composer is a package manager that alleviates the complexity of dependencies in PHP based projects (such as Drupal 8/9). This session provides an introduction to the core concepts behind package management and Composer. No previous knowledge of Composer required.

Using practical examples as guidelines attendees will learn the basics of Composer, including:

What composer is and the concepts of how it works.
How to add composer to a project and packages to a project.
Semantic versioning patterns for packages.
General Do's and Don'ts when using Composer.

Attendees will leave this session with insights and basic knowledge of Composer. Including knowledge of how it works, the value it provides to projects and how to use it on any (PHP based) project.

MICHAEL MILES
Director of Web Development at MIT Sloan
Mike is passionate about development and working with the latest open source technologies. He has been working in web engineering since 2003, utilizing a number of different technologies, languages and frameworks. He has been working with Drupal since 2008 and is a regular contributor to the community and project. Since 2015 he has been the lead organizer of the Boston Drupal Meetup Group.


In his day-to-day role as Director of Web Development at MIT Sloan, Mike leads the development, maintenance and growth of the digital properties for the school, as well as, the development team that supports them. Outside of his day to day, Mike is the host of the podcast Developing Up, which is focused on the non-technical side of being a developer. He is a public speaker and regularly presents at technical conferences around the world. Since 2013 Mike has presented over 45 talks across 38 different conferences/camps, in 4 different countries.


https://www.fldrupal.camp/sessions/development-performance/composer-101
Description
Component based approaches to front end development have taken over the web. From conceptual approaches like Atomic Design, to component based frameworks like React and Vue, this perspective on web development is unlikely to fall out of favor any time soon. And like many others, I love it.

There is however, one component related technology that has eluded me: web components. Web components are of a set of web APIs and standards that can be used to create custom and reusable HTML elements. A custom element that isn’t tied to a specific framework and is supported across all modern browsers truly sounds like component utopia. Yet somehow, native web components still haven’t become a major part of my front end toolset. With web component adoption increasing, it seemed like time to better understand why.

This session recounts the highs, lows, and surprises of my experience as a newcomer to web components, including:

● Key technologies including custom elements and the shadow DOM
● Creating web components using the core API
● Creating web components with the help of a library
● Styling web components
● Application state and web components
● Using web components with frameworks like Angular, Vue and React
● My newfound and slightly more educated outlook on web components

BRIAN PERRY
Lead Front End Developer at Bounteous

Brian is a versatile developer with experience building complex, interactive web applications in support of large-scale localized sites. Recently he has focused his efforts on evolving Drupal front-end development practices, decoupled Drupal, and style guide development techniques and has spoken on the topic at various Drupal events. Brian is a Drupal 7 and Drupal 8 Acquia Certified Grand Master and loves all things Nintendo.


https://www.fldrupal.camp/sessions/design-theming-front-end-development/web-components-through-eyes-newcomer
Description
Composer - The dependency management tool for PHP applications is a complete feature rich package that addresses a lot of development and deployment problems. Unfortunately, most of the developers only get to know about the basic usage of it(Example: Running commands like ‘composer require drupal/MODULE’, ‘composer install’, and ‘composer update’).

One such lesser known-and-used feature out of many is integrating ‘scripts’ in the composer workflow of your web application. In this session we will cover the following sub-sections of composer scripting:

Composer events
Composer scripts
Registering and executing scripts on composer events
Composer commands
Registering & Executing custom composer commands
PHPCS
PHPCBF
PHPUnit
Referencing scripts

The above topics and their working examples will significantly help you understand how development and deployment teams can work together in simplifying the build process And thereby demystifying the know-how of one of the many powerful features of the composer called composer scripting.

KUNAL KURSIJA
Senior Drupal Developer at Axelerant

https://www.fldrupal.camp/sessions/development-performance/composer-scripting
Description
Have you or your organization fallen victim to one of the classic website blunders? Was it organization by board member, stock photo syndrome, design by committee, vanishing volunteer web developer, or something else? We will discuss 10 classic website blunders we have witnessed that rendered potentially successful projects ineffective engagement tools, and tell you how to avoid them.

Takeaways:

Identify common mistakes that associations make when designing a website.
Decide how to align your website with your organization's goals.
Find out how to categorize your target audience.
Determine how to identify an appropriate website ROI (Return On Investment).



STEPHEN PASHBY
Account Manager at DesignHammer
As Account Manager at DesignHammer, Stephen focuses on sales, account services, community outreach, project management, and providing Accessibility, SEO, and Usability consulting for DesignHammer clients. Stephen serves as a referee for the NCAA and USA Fencing. Stephen lives in Durham, NC with his wife Amy and cats Hastings, Mycroft, and Phryne.


https://www.fldrupal.camp/sessions/project-management-and-consulting/classic-website-blunders
Description
Harmonize design and development by working with the latest module for Drupal’s Bootstrap Layout Builder to increase UX efficacy. Mahya, Aaron, and Mahmoud share the 5 guiding principles for designer-developer collaborations to bridge gaps. Learn more about core collaboration challenges, how to approach them, and component-based designs.

AARON CHRISTIAN
Lead Developer at ImageX Media

Aaron Christian is an Acquia certified Frontend Specialist who has a vast knowledge in user experience and interaction design. Upon graduating from the Centre for Arts & Technology in Kelowna, British Columbia; he became a part of the drupal community, where he has focused his efforts over the past 12 years. An avid contributor to the Drupal community, he was a speaker at DrupalCon Global 2020. His portfolio includes various projects for organizations such as; Telus Mobility, Koodo Mobile, Optimum Nutrition, Local Search Association, Argo XTV’s and many more.

MAHYA GOLABI
Senior UI Designer at ImageX Media
Mahya Golabi is a Senior User Interface Designer who designs with conceptualization and usability in mind. She believes creating an easy and effective UI, no matter how challenging, is the ultimate goal of great user experience.

Mahya has experience in both agency and freelance environments. She has managed and creative directed design projects with tight deadlines for clients in tech startups, health & medical, real-estate, and hospitality industries. She is always pushing her limits and keeping up with the latest trends in design and tech. Mahya believes her deep passion with design as well as her management skills, knowledge of code and web development is what sets her apart. She also holds the Interactive Design Foundation Accessibility Certification.

MAHMOUD ZAYED
Senior Software Developer at ImageX Media
Mahmoud Zayed is a Drupal 8 Acquia certified Grand Master and DrupalCon Global 2020 speaker who is passionate about open source, specifically the Drupal content management system. He has been developing enterprise solutions using Drupal since 2008 and is experienced in both front and back-end for websites, applications and mobile solutions. He is also a dedicated contributor to Drupal core, popular distributions, and modules.

https://www.fldrupal.camp/sessions/design-theming-front-end-development/two-sides-same-coin-maximizing-ux-drupal%E2%80%99s-bootstrap
Description
One question many of us have heard or had when we were getting started as web developers and/or entering a new role is a very simple “how do I deploy my site?” We’re often tied into vendor defined workflows, and literally just go with the flow, or are presented with solutions with very complex projects as the baseline. What if you wanted to evaluate the options objectively? What if you want to build your own workflow? What are some best practices? What are the basics of deploying a site?

In this session we’ll give a high level view of how to work with a Drupal project in this workflow:

Initial project creation using vanilla Drupal Core, setting up a Git repository, and a local development environment.
How to use Git to collaborate with a team and protect your work.
How to share your work in progress with team and stakeholders.
How to use continuous integration and deployment (CI/CD) to regularly test and deploy your work.
What you need to do to move a site from local or preview to live deployment.
When you leave the session you should have a grasp of the pieces of the process and how they fit together regardless of the specific tool or vendor you may use at each stage. You’ll understand how you can put together a workflow that works best for your projects, your team, your students or your clients.

DAVID STOLINE
Director of Customer Success at DDEV

I'm an architect engineer turned engineering manager. Things that I find fun: HA Lamp, AWS, performance, team happiness, finishing sprints.


https://www.fldrupal.camp/sessions/development-performance/demystifying-deployment-workflows
Description
Ever wanted to learn about Drupal plugins as a module developer? Ever wondered what makes Drupal plugins work or why they’re useful? Well, literally every Drupal 8 module uses the Drupal plugin system! At their core, plugins are extensible bits of functionality. They are in YAML files, in Annotation classes, in hooks, and/or can be defined statically. Plugins can also have a custom discovery mechanism. Just create a custom plugin discovery class and use a plugin manager service.In this tutorial, you will learn:

How to use Drupal plugins
How to create new plugins
Why choose to use plugins
We will also explore plugin discovery, plugin decorators, plugin management, plugin derivatives, and plugin definitions. You'll learn how to wrap functionality around the main Plugin discovery class with a Plugin discovery decorator. Using a Plugin decorator, you can provide or alter existing configurations, and/or provide multiple discovery methods. Plugins are in many places and are crucial to every module in Drupal. Having a hard time thinking about what plugins already exist in Drupal? There are quite a few!

Some YAML plugins include routing, menu links, libraries and permissions
Some Annotation plugins include blocks, field types, actions, entity reference selections, content and configuration entity types
As you can see, Drupal Plugins are almost everywhere you look! I want to take you on a cosmic adventure into the Drupal Plugin universe. Please come with me.

GLORIA TUCKER

Drupal Developer at Esteemed


https://www.fldrupal.camp/sessions/development-performance/creating-and-using-plugins-module-developer
Description
At Drupalcon Global Dries announced Automatic Updates as 1 of 5 strategic initiatives for Drupal 9.

Automatic Updates is an existing initiative that has already produced a contributed module that can provide updates for non-Composer based Drupal 7 and Drupal 8 sites.

The next phase of the initiative is to add support for updates of Composer based sites to Drupal 9. Currently the initiative is focusing on moving update readiness checks and other supporting functionality from the contributed module into Drupal core.

Learn about the initiative and how you can help

TED BOWMAN
Principal Software Engineer at Acquia
Ted Bowman is a Principal Software Engineer on Acquia’s Drupal Acceleration Team. He is currently working hard to make the upgrade from Drupal 8 to Drupal 9 as easy as possible. He is also co-maintainer of the core Layout Builder and Settings Tray modules. He has been involved with Drupal for over 10 years.

Before joining Acquia Ted specialized in custom module development and ran a Drupal training company, Six Mile Tech.

Outside of tech, Ted is an amatuer photographer and enjoys playing various types of music from analog synths to Indonesian Gamelan music.

https://www.fldrupal.camp/sessions/development-performance/automatic-updates-future-drupal
Description
In 2017, a national nonprofit focusing on social justice and environmental sustainability embarked on a 18-month process to convert three different platforms into one consolidated website.

As director of digital products during this conversion, I'll share lessons learned from the buildout including: the RFP and vendor selection process, an assessment of our user roles and permissions, the content structure, and a review of integrations with external systems.

We'll discuss additional considerations for how to hold space for multiple viewpoints, as well as how to implement a respectful, open, and transparent process for all stakeholders.

Details of the case study are here: http://bit.ly/enviro-nonprofit-drupal

Link to slides: http://bit.ly/drupal-case-study

MONICA FLORES
Technical Project Manager at Lullabot


Monica S. Flores facilitates the development of digital products as a technical project manager, on staff at Lullabot. Since 2004, she has supported US & global organizations on how to connect with their online communities, make sales, & share information for projects in e-commerce, national/global community-building, and customer engagement. Flores has built 200+ websites, and she is a proponent of using technology to solve problems, bring people together, and build effective change-making teams. She received the 2018 and 2019 NTENny Award for non-profit technology providers, for those "who have gone above and beyond in their commitment to our sector, driving our community forward and tirelessly working for excellence."


https://www.fldrupal.camp/sessions/site-building/case-study-converting-national-environmental-nonprofit-drupal
Description
Are you losing sleep, worrying about your Drupal site’s security? That isn’t healthy! With Drupal being used for building websites and applications in government, non-profits, higher education, and corporate enterprises, it is important to make sure that projects follow regulatory and organizational security controls. Are you ready to learn how to take immediate steps to improve the security of your Drupal installation? Great, let’s get get started.

This session will provide the details you need to create a security-first plan to enhance Drupal’s strong security foundation with community-contributed modules. Attendees will learn how to leverage these community contributions to ensure Drupal’s ability to provide confidentiality, integrity, and availability for your users.

Drupal core and contributed module security enhancements will be demonstrated live. These demonstrations will show how to address many of the concerns listed in the globally recognized OWASP Top 10 Web Application Security Risks document. In addition, attendees will learn how to keep up with official security announcements from the Drupal Security Team, understand Drupal security advisories, and find resources to learn more about Drupal security.

Security risks and improvements covered

Attack surface reduction
Broken Access Control
Cross-Site Scripting XSS
Insufficient logging & monitoring
Password policies
Security misconfiguration
Using components with known vulnerabilities



MARK SHROPSHIRE
Senior Director of Development at Mediacurrent
As a Senior Director of Development, Mark “shrop” loves working at the intersection of leadership and technology. Over his 20-plus-year career as a technical team leader, Shrop held IT roles at a large urban research university and a nationally recognized graphic communications company prior to Mediacurrent. He has a passion for personal and team growth, aligning individual purpose with Mediacurrent’s vision. Shrop focuses empowering teams to excel while using best of class open source technology solutions.

Shrop is active in the Charlotte North Carolina tech community through meetup group leadership, mentorship, and participation. He believes giving people a chance and helping them grow and find careers in tech changes lives.

https://www.fldrupal.camp/sessions/development-performance/sleep-better-night-secure-drupal-site
Description
We all want our websites to be resilient, fast & easy to work on but sometimes you inherit a project that’s not any of those things. Version control is murky or non-existent. Core is way, way, way, waaaaaay out of date. The documentation on the project hasn’t been touched in about 17 months, and there are multiple views named “Article”. Yikes.

You may not know how you got into this mess, but I’m here to help you find your way out. You too can gracefully inherit even the messiest legacy project and leave it better than you found it.

So many talks on best practices start from a blank slate; a brand new project where *this time* you’ll finally do everything right from the beginning. This talk focuses on what you can do on all the *other* projects you have: the ones with no budget for a rebuild, the ones that are short on time and long on requirements. You know the type.

Rather than diving into detail about which automated test suite to implement or how to name your views, this talk gives some principles to guide you as you untangle that spaghetti code one noodle at a time.

Learning Objectives

After this talk, attendees will be able to:

Diagnose the factors that cause instability and uncertainty for an adopted or legacy project.
Create an action plan for how to improve that project.
Use that plan to reduce instability and increase project performance.
Target Audience

The ideal attendee for this session is a developer or technical project manager who is responsible for working on a legacy project and wants to add some structure to that project. It should be a good fit for a developer who is looking to make the move to a senior or lead role.

Prerequisites

Intermediate Drupal knowledge will be helpful, though not required. The concepts covered will apply beyond Drupal, but the language and examples will be Drupal-focused.

TARA KING
Developer Outreach Manager at Pantheon
Tara King is a self-taught developer, currently on Pantheon’s Developer Relations team, where she helps WordPress and Drupal developers find success and optimize their WebOps processes as part of our developer community. She lives in Albuquerque, NM, where she runs a board gaming convention, writes poems, and tends her garden.

https://www.fldrupal.camp/sessions/project-management-and-consulting/so-you-inherited-mess-first-steps-adopting-legacy-project
Description
React.js is one of the top players in the JavaScript libraries world. This session aims to explain the basic concepts of library outside of the context of any particular CMS implementation. Throughout the presentation, a static site will be converted into a dynamic React.js application. Many examples will be presented to help you understand how it works and why it is so powerful. No previous experience with React.js is required. Basic familiarity with HTML, CSS, and JavaScript syntax suffices. You will learn about:

How to integrate React.js into an existing website?
What are elements and components?
What is JSX and what about separation of concerns?
How to reuse components?
What are props, states, hooks, and proptypes?



MAURICIO DINARTE
UnderstandDrupal.com


https://www.fldrupal.camp/sessions/design-theming-front-end-development/understanding-reactjs
Description
Github Actions enables you to create custom software development lifecycle workflows directly in your Github repository. These workflows are made out of different tasks so-called actions that can be run automatically on certain events.

This enables you to include Continues Integration (CI) and continuous deployment (CD) capabilities and many other features directly in your repository.

In this session, we are going to look at the core concepts of Github Actions and even dive into creating your own custom workflows to use Github Actions to run a basic build, lint, and deploy the changes to a Digital Ocean droplet.

The session will cover the following areas

Why care about Github Actions?
Core concepts of Github Actions
Using workflow and action templates
Configuring a workflow
Running a workflow



MALABYA TEWARI
Drupal Practice Head at Specbee
Description
By combining design systems with Layout Builder and Drupal features such as blocks we can deliver a "Wix" like drag and drop experience to site builders tasked with managing Drupal 8/9 websites.

In this session attendees will learn:

How to integrate design systems with Drupal
How to combine component libraries with Drupal Blocks and Layout Builder
How to use Emulsify to manage your component library for the website
How to leverage prebuilt built components on other websites
How this approach builds on Drupal's inherent flexibility
Non-technical attendees will learn how this approach increases agility while decreasing costs by enabling reuse of previously completed work.

CHRIS O'DONNELL
Digital Strategist at Promet Source

Chris launched his first website on New Year’s Eve 1995. It is still online (and even occasionally updated), making it one of the oldest personal websites on the Internet. He turned his HTML hobby into a job with a web design firm early in 1996, and after detours into hardware, web hosting, SAAS accounting software and content syndication he made his back to the web development community in 2013. After a year working with the open-source eZ-Publish CMS he joined a Drupal focused shop in 2014 as a Digital Strategist. Today, he is a Digital Strategist with Promet Source, working with current and potential clients to understand how Drupal can solve their most pressing business challenges. Chris is also a D8 certified Site Builder.


AARON COUCH
Director of Technology at Promet Source



https://www.fldrupal.camp/sessions/site-building/drag-and-drop-content-management-drupal
Description
In this session, we’ll give you an in-depth case study that guides you through the UX, visual design, and development process we followed to create a new digital home for Princeton University’s School of Public and International Affairs.Our goal was to migrate the school to Drupal 8, while implementing a completely new information architecture, visual framework, and content strategy that better speaks to the core audiences of the school: potential students, the press and policy makers, and current students and staff. We’ll show you how we assembled a team and worked together to gather research, create a strong UX strategy, and build a newly architected site in Drupal 8. Evolving Web’s Drupal Practice Lead and Content Strategist Suzanne Dergacheva, and the School of Public and International Affairs' Web Services Manager John Cloys, will explain the tools and methods they used throughout to get input from stakeholders and users.We’ll cover the following topics:UX & StrategyAnswering the “Why?” - the goals of the project and the goals of the SchoolPersona validation and prioritization - gathering input from stakeholders and real usersGathering and sorting contentUsability testing and interpreting the researchInformation overload: using personas as a lens to prioritize, remove, and rewrite contentDesignVisual approach: creating a visual identity for a school within a schoolResearching higher education best practicesBuilding a style guide for flexible content componentsDevelopmentMigration strategy: workflow for a combined manual and automated migrationIntegrating with Princeton: events, single-sign-onBuilding a maintainable platform: developing with the site maintainers in mindProcessCollaborating on content and design in parallelAccessibility as a priority throughout the processTools and techniques for project successSUZANNE DERGACHEVACo-founder at Evolving WebAt Evolving Web, I guide our UX and content strategy practice. I also provide in-depth Drupal training and thought leadership to the Drupal community. I'm passionate about best practices and making Drupal easier to use.I've worked with organizations like Princeton University, the Linux Foundation, and Travelocity to help them use Drupal. I've also trained teams across North America, including at Georgia Tech, the Art Gallery of Ontario, the federal government, and numerous web agencies. And I teach content strategy and UX workshops.What else do I do? I lead the Promote Drupal initiative and I spend a lot of time hanging out at conferences, learning, and teaching what I've learned. I love talking about content strategy, user experience, design patterns, accessibility, Drupal, and open source.JOHN CLOYSWeb Services Manager at Princeton University


https://www.fldrupal.camp/sessions/beginner-track/enabling-change-makers-redesigning-princetons-school-public-and
Description
One of the key strengths of Drupal is its flourishing ecosystem for contributed modules. Best of all, you can jump in and add yoour own module! All you really need is a good idea, though of course some programming knowledge, understanding of Drupal coding standards, and a few other technical things would help.

This talk will focus less on how to write code or what code you should write, and more on the process of creating a module, submitting it on Drupal.org, and getting it adopted by the community. We'll touch on such topics as:

Looking for similar modules that already exist
Getting help from the community
Submitting your module - sandbox or full project?
Getting the word out
You'll hear about the firsthand experiences in developing Smart Date, which went from an idea to one of the top 500 most popular modules on drupal.org in less than two years.

MARTIN ANDERSON-CLUTZ
Senior Consultant, Digital Echidna at Northern (Digital Echidna)

Martin started his Drupal journey in 2005, with version 4.6. Since then, his passion the community has been shown in his frequent participation at Drupal user groups, local Drupalcamps, and Drupalcons, often as a speaker. He has been with Digital Echidna since 2015, where he currently goes by the moniker of Senior Consultant, Solutions Architect. He also maintains a number of contrib modules, including Smart Date, Search Overrides, and a few others.


https://www.fldrupal.camp/sessions/development-performance/i-have-great-idea-module-now-what
Description
In a world where working more hours is often touted as a badge of courage and an example of high productivity, keep in mind that overload burnout is a real thing. While our individual thresholds for burnout may vary, our minds and bodies have limitations that when met, can severely impact our lives.

So how do we recognize and avoid burnout in ourselves, as well as others? Join me as I share my experiences and the knowledge I’ve gained in my journey to both overcome and avoid burnout.

In this session, you will learn:

Overload burnout signs and symptoms
Common causes and triggers
Mitigation strategies
Target audience:

Individuals that want to avoid or overcome burnout
Leaders that want to support their teams



APRIL SIDES
Senior Developer at Lullabot
I am a backend Drupal developer at Lullabot and lead organizer of Drupal Camp Asheville. My super powers include picking up something new and running with it as well as connecting people with common interests or tech problem spaces. My curiosities include work culture, entrepreneurship and burnout. I'm a philosopher in the void.


https://www.fldrupal.camp/sessions/being-human/redefining-productivity-during-burnout
Description
This panel will kick off the day by talking about what DevOps is bringing different perspectives to the conversation.

Topics of discussion will cover:

What is DevOps?
What are the business impacts of getting DevOps right or wrong?
What are the challenges in implementing DevOps?
What are some key things to focus on


Tess Flynn, TEN7
Elli Ludwigson, DDEV
Mike Anello, DrupalEasy
Albert Volkman, Esteemed

https://www.fldrupal.camp/sessions/devops/panel-devops-people-processes-technologies-and%E2%80%A6
Description
Running Kubernetes on your laptop is one thing, but running it in production requires a lot of thought and considerations for the planning and execution of the project.

Voice of America runs many new sites around the world. These are very large sites that are designed to handle millions of hits a day.

In this panel, the VOA team will talk about their experience in migrating their sites and infrastructure over to Kubernetes.

Topics of discussion will cover:
1 Getting started with Kubernetes
2 Tooling up for production - things to watch out for...
3 Learning Curve - skills required for management, support, etc.
4 Dev, Test, Live Environments - what’s involved
5 Deployments - application and Kubernetes deployments
6 Technical considerations - for scaling, logging, monitoring, etc.
7 Cost Management - track and limit costs per site and per project
8 Security, Support, and SLA - what’s expected and how to address it
9 Contingency Planning - for loss of data center / access / Fail-over / Fallback
10 Day 2 Ops - Kubernetes upgrade/updates and patches / Backups and restores

We’ll conclude by summarizing what the team was expecting going into the project, what they learned on their journey, and what advice they can confidently share with others to help them with their journey to Kubernetes.


Salim Lakhani, DevPanel
James Wilson, Voice of America
Joel M. Lehman, Voice of America

https://www.fldrupal.camp/sessions/devops/panel-journey-kubernetes-voice-america
Description
During this presentation, the simplytest.me team will not only share a timeline of events dating back to the origins of SimplyTest.me, but we will present our gradual modernization efforts and the status of each. AmyJune will highlight the mission for the project and talk about our efforts for outreach and fundraising. James will discuss how TugboatQA is used to power the SimplyTest.me backend. Matt will share an update on the new Drupal 9/React architecture. Finally, Adam will finish with insights on the future of the project.

Adam Bergstein, Acquia
James Sansbury, Tugboat
AmyJune Hineline, Kanopi Studios
Matt Glaman, Bluehorn Digital



https://www.fldrupal.camp/sessions/devops/simplytestme-future-built-past
Description
UC Davis has a variety of automated tools in place for workflow and testing. In this session, we dig into some of our more successful implementations.


Shawn DeArmond, University of California Davis
Mark Miller, University of California Davis

https://www.fldrupal.camp/sessions/devops/our-robots-uc-davis
Description
Many organizations are moving to static websites because they’re super fast and problems like scalability and security just go away from day one. But static websites come with their own set of issues. This panel will discuss how managing these sites in production can be different than managing a traditional Drupal site and how to set up dev, test, live workflow with static sites.

Sam Mortenson, Security EngineerRobbie the Geek, Pluribus Digital
Neil Hastings, Agile Six Applications Inc.
Salim Lakhani, DevPanel



https://www.fldrupal.camp/sessions/devops/devops-w-static-websites-drupal-vagov
Description
Our Devops process at UCSF Web Services team has needed a significant makeover for some time. We took on the herculean task of upgrading our process using the latest workflow software from Github. We dive into our process, discuss how we improved it and talk about the various tools we added along the way for a complete DevOps workflow. We will show you how we use Git Flow and Tag Based Deployments with all our development teams and projects.

Austen Tong, University of California, San FranciscoEric Guerin, University of California, San Francisco

https://www.fldrupal.camp/sessions/devops/modernizing-our-devops-process-ucsf

Drupal is a registered trademark of Dries Buytaert.