August 14, 2016 — Machine learning, and in particular “deep learning”, have been in the news a lot lately: machine learning lets Google make psychedelic images; machine learning is helping computers to read handwritten text; machine learning lets Facebook match web users to advertisements; machine learning is being used to discover new construction materials. But what is it, and why does it matter to writers? In this talk we’ll learn the basics of neural networks, and see how poets and other writers can use machine learning techniques for creative results.
June 30, 2016 — n this talk we’ll discover the breadth of new WordPress interfaces enabled by leveraging the WordPress REST API, such as visualizations and new editor experiences. How can our API client libraries and the applications that use them be designed for maximum flexibility? The future of WordPress is not one interface, but many.
August 1, 2015 — You can make your codebase much easier to maintain and expand by breaking your scripts up into modules, encapsulating different logical units in their own files, which makes developing and debugging simpler.
Learn how to break your scripts up into smaller files to make coding and debugging your plugins more manageable, and how to use a build process to reconstruct them into a single file for release.
November 3, 2014 — In January my team was looking for the best available Node.js content management system… and we picked WordPress! Our clients got all the benefits of WP’s content editing interface, and with the in-development REST API plugin we were able to use that content without limiting any of our other technology choices. This talk uses our project as a case study to share lessons we learned while building a Node client for the API, and why we’re so excited about what the next year holds for the evolution of WordPress as a content platform.
July 14, 2014 — We’re long past the days where a few lines of JavaScript in a single .js file cut the mustard—modern web applications can involve thousands of lines over hundreds of files, and WordPress themes and plugins are heading in that direction fast. You can make your codebase much easier to maintain and expand by breaking your scripts up into modules, encapsulating different logical units in their own files. Learn several ways to modularize your code, with a focus on AMD and Require.js. And take a quick peek into the future to discover the native module syntax coming in the next version of JavaScript!
October 20, 2013 — This talk looks at several ways to integrate Backbone into your WordPress site, including how to create better interfaces inside the WordPress admin and improve the structure of the JavaScript code in your client theme. It also walks through the design of a small Backbone web app that just uses WordPress for its admin capabilities, and gets all its data through a JSON API!
September 5, 2013 — This presentation looks at several ways to integrate Backbone.js into your WordPress themes and plugins, including a step-by-step demonstration of how Backbone improves the quality of your existing jQuery code. It also walks through other exciting ways to use Backbone alongside WordPress, including how to make a standalone Backbone application that only uses WordPress for its data.
June 23, 2013 — This presentation focuses on the basics of how to use Underscore to make your theme and plugin scripts more efficient. It touchs on the significance of adding Backbone to core and provides some resources for Model-View-Controller (MVC, or “MVWTF”) JavaScript development on top of WordPress.
September 25, 2011