Sessions
Drupal Camp Asheville 2025 - July 11th-13th
Dude, Where's My Features? Configuration Management in D8
Before Drupal 8, changes in site configuration could only be stored and moved between environments by using the Features module. This practice was less than ideal, as Features was not originally conceived for this purpose. Since there was no other better way to manage configuration outside of the database, this became the standard practice.
Flex your front-end muscles! Real world gains with flexbox.
In the front-end world, our responsibilities often rest upon delivering designs that look great on any screen, but the technology we use to achieve this can be a frustrating mess of awkward styles and heavy frameworks. Enter flexbox.
With flexbox, we can easily slay complicated designs without the headaches.
Getting back to basics with Drupal Deployment
There are many tools out there today for hosting Drupal sites with workflow tools built in. There are also a large number of development tools showing up on the scene for local development. Lets get back to basics and learn the root of Drupal deployment from local to production.
In this session we will talk about:
How and Why You Should Contribute to Open Source
Open source technologies plays a huge role in our lives as developers, most of us probably even make a living (run a business, freelancing, hobby/side projects) while using open source technologies. Open source technologies thrive from various kinds of contributions, because of that there are many ways to contribute back to open source than most people think.
Idiot-proofing Drupal
UNC Asheville recently completed a 2-year project to design, develop, and implement 2 new Drupal themes for our 100+ websites. One theme was externally facing, the other an administrative theme.
Lessons Learned from the Appalachian Trail
In June 2016 I hiked about 50 miles of the Appalachian Trail, a 2,189 mountainous route from Georgia to Maine. Starting in March 2017 I plan to take time off from Drupal and hike the entire trail from end to end.
What does hiking have to do with Drupal? A lot more than you might think.
Leveraging LeafletJS with Drupal
LeafletJS is an open source JavaScript library for building interactive maps. It is lightweight and mobile friendly, making it the leading solution for web mapping. Developers without a background in GIS (Geographic Information Systems) can rejoice in it’s simplicity, while still being able to produce complex interactive and personalized maps. Have tons of location data to plot?
Making PhpStorm Do Your Job for You
Between you and your brilliant code stands... the editor. From Notepad to Eclipse - we stare them down daily. Sometimes even before coffee. Wouldn't it be nice if PhpStorm could do some of your work for you, even if it's not a caffeine replacement?
Marketing Automation and Web Personalization with Drupal: An Introduction
Marketing automation software allows marketers to streamline and automate repetitive marketing tasks, such as email marketing, to nurture prospects from the top of marketing funnel to sales-ready leads. Web personalization aims to tailor a digital experience for each site visitor to increase engagement and conversation rates.
Modern Javascript Round Up - ES2015
Together we will review how you can write ES2015 / ES6 syntax in your Drupal application. We will learn how to run a "transpiler" in order to build backwards-compatible javascript while utilizing modern syntax. We will compare old techniques to modern techniques so you can start refactoring immediately.
Key syntax features to be discussed:
Modular Development in Drupal 8
The integration of design and development is still a work in progress. The pursuit of beautiful visuals often leads to complex development demands, compounded by the need for parity with responsive, grid-based web systems. The stark differences between the two disciplines can widen the gap between the creative vision of a website and the actual achievement of it.
Node.js, not just for the cool kids.
Progressively Decoupling Drupal w/ PDB, React, and GraphQL
Robo-tize your local Drupal 8 development
Getting started with a new Drupal 8 project?
Tired of looking up drush site-install options, unix commands or maintaining complicated bash scripts?
We’ll use object-oriented PHP instead with Robo ( http://robo.li), a task runner written in PHP that will help organize and automate repetitive commands.
Robo is easily extended with new commands and has included tasks for:
Running on Drupal! Brevard College Tesla Demo
Attendees will learn how to Work with 'cool points' to create a 'smart site':
Styleguide-Driven Development with Components & Paragraphs
The Paragraphs module has been around since 2013 and rapidly gained acclaim for being the bomb diggity. And though Panels, Panopoly, and the In-Place Editor have long been staple ingredients in Kalamuna’s awesome-sauce, our love affair is officially over.
Troubleshooting Drupal Performance
In this talk we'll discuss common Drupal performance issues and how to troubleshoot them. Then we’ll dive into New Relic and how to leverage this powerful tool to monitor, troubleshoot and optimize your site. In this talk you will learn how to:
Web Accessibility
This session will cover several areas on web accessibility. Web Accessibility 101 and the legal aspect for business. This talk is not specific to Drupal, but focuses on best practices that apply to any website.
Some of the accessibility 101 things I will cover are:
What's Your Angular?
Angular 2 has become more popular as a solid solution for use in front end Development in recent months. In this presentation I will discuss what Angular 2 is, how you can get started quickly, and some use cases for it. This awesome framework will be a great addition to your FrontDev skill set and Drupal projects in general.