WordCamp Raleigh 2016

Chrome is not just a great browser for viewing websites, but also an invaluable tool for building websites. Out of the box, Chrome ships with “developers tools”. Many web developers are aware of this and make use of some of the tools it provides. However, most developers only scratch the surface of what the browser can do.

Using Composer with WordPress

Composer is a command line dependency management tool designed for PHP. Come learn how Composer can help you: Simplify new project creation Minimize duplication of code in your project repositories Quickly install and update plugins and themes in bulk Manage versioning within your project Follow best practices when managing code for your projects    …… Read More

Advanced Development Workflows

Learn what it looks like to work with a team of developers and have advanced workflows that include dependency management, task runners, pre-commit hooks, automated testing, code review, multiple environments, build systems and automated deployments. We’ll cover the high level concepts and reasoning behind each, as well as the tools available and how they can…… Read More