WordCamp Asheville 2017

WordPress is an awesome platform with a vibrant community of developers and a huge market share. Even though WordPress developers are a dime a dozen, it can still be difficult to find developers who really know their craft.

Don’t be “just another WordPress developer”. Learn how to create a roadmap for growth, hone your craft, gain confidence and stand out from the crowd.

Debugging in PHP

The art of debugging code requires a good understanding of the code base and logical deduction skills. A good debugging tool is like a code mentor that can walk you through the code and help you better understand what is going on, but the deductive reasoning is still up to you. In this session, you…… Read More

Getting Started with Vagrant

Learn how Vagrant, a tool for creating portable development environments, can help you: Easily setup a local development environment Match your local development environment to production and avoid surprises during deployment. Share development environments with team members and get new team members up and running in record time. Easily deploy code by using providers and…… Read More