April 8, 2016 — 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 reusing and managing code across projects
January 19, 2016 — Many WordPress developers start out learning PHP from playing around with themes and then slowly pick up the language and start moving towards writing their own plugins. However, it is common to find WordPress developers struggling to grasp the higher-level concepts and features of PHP. Let’s fill the gaps in our self-learning and break through to the next level of PHP programming by learning what PHP classes are and how they can be used to make your code simpler, easier to read and easier maintain.
September 17, 2015 — The art of debugging code requires a good understanding of the codebase 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 will learn how to use Xdebug, a PHP debugging tool to.
September 10, 2015 — Panel members discuss ways to connect WordPress to other systems (and vise versa) using APIs. They also cover a bit of the wp-api project – and share some experience working with WordPress, APIs, and front-end tools that use them.
September 12, 2014 — 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 provisioners.
June 17, 2014 — If you are just learning how to code, or are a seasoned developer, there are some important habits that will serve you well during your WordPress development career. Beyond the high-level approach of Stephen Covey’s “7 Habits of Highly Effective People”, this presentation walks you through 7 practical things you can do to become a better and more effective WordPress developer. The concepts presented are accompanied with action steps and follow up resources so you can start becoming a better developer right away.
May 19, 2014 — We all run into themes that aren’t written well, sometimes ones that have hard-coded URLs, or just don’t even work at all. This session teaches some WP standards on theme creation.
April 27, 2013 — The purpose of this presentation is to walk developers through the process of implementing basic AJAX functionality in themes and plugins. Topics covered will include best practices, client-side AJAX requests via jQuery, server-side processing of requests with WordPress action hooks, proper inclusion of scripts, localizing data and implementing nonces