May 30, 2015 — A common refrain when building software is “think of the user first!” Let’s take a look at how we define our users, how that shapes what we build for them, and what that might mean for the holy grail of a core API.
May 29, 2015 — This talk introduces the concept of behaviour driven tests, rather then looking at the codes logic these tests looks at the larger application and checks it does what we and our boss expects. It focuses around the using Codeception a PHP based testing suite with WordPress to provide acceptance, visual regression and API test coverage for plugin, themes and sites. The talk is suitable for any developer, who is interesting in improving testing within their applications, especially those who may have been in the past put off by unit testing. The goal to speed up peoples development by automating testing they already do and improve coverage of tests, as well as looking at interesting “other uses” for acceptance testing.
May 29, 2015 — WordPress can generate all sorts of interesting content dynamically, but if you want speed and scalability, you should be smart about caching. Don’t make WordPress do work twice when it can do it once. In this focused talk, Mark Jaquith talks about caching strategies from basic to advanced.
May 29, 2015 — Andrew Nacin walks step by step through how a critical security vulnerability was discovered and then patched using emoji as a trojan horse in WordPress 4.2.
May 29, 2015 — Dan and a few others started exodusesports.com. They used WordPress, which allowed them to get off the ground quickly, taking advantage of a lot of newer technologies ranging from the new WordPress restful api with angular to websockets for realtime match results, but not forgetting the basics including extending the XMLRPC interface, custom post types and posts 2 posts plugin to link it all together.
May 29, 2015 — Growth talks are usually addressing large businesses or startups but I’d like to take a different angle and give a few valuable tips to anyone who wants to run a project using WordPress in some way or another. It can be a personal blog, a small business or a larger project. How do define your very own relevant metrics, how to make sure you are focusing your effort in the right direction, how to take important decisions and how to monitor your results. All of this, specifically tied to WordPress sites and blogs.
May 28, 2015 — This presentation looks at novel and unique ways to use WordPress beyond a simple blog or website by using BuddyPress, bbPress, and P2. Ever think of using WordPress to manage a project, be a private communication board, or even have a forum? We’ll cover these and more uses that truly push WordPress to its limits.
May 27, 2015 — WP-CLI is a set of command-line tools for managing WordPress installations. Learn how to ditch your traditional methods for updating, migrating and installing for something much faster and more efficient. See examples of existing commands and learn how to create your own custom commands!
May 27, 2015 — Blogging is not new. It might be new to some people, but it’s been around for some time. Some even think it’s a dirty word! Blogging is just another cute term like writing a journal or creating content. Now, blogging doesn’t mean you have to sit with the night light on and talk about what you did for the day. It’s MORE than that! Blogging is a tool anyone can use, even a business. You don’t even have to be some hotshot journalist or Grammar Nazi. I’m going to answer why you should be blogging, and if you’re a business owner, this is definitely a MUST attend because you’re going to get a the 411 on the foundation of leveraging blogging for your business.
May 27, 2015 — This talk is about the challenges that are faced when building a platform structure in WP for enterprise. It discusses building a scalable WordPress platform offering WP as a service to the business and meeting their requirements, policies, documentation, and vulnerabilities. It looks at building WordPress on AWS, automated deployments, automated testing and WP best practices, auto-scaling.