May 24, 2023 — In this presentation Adam Zielinski, a member of the development team that created WordPress Playground, introduces this exciting new implementation and also demonstrates it. He explains the technologies that make the magic happen, and runs through a variety of scenarios and use cases.
April 18, 2023 — This Developer Hours session features a live product demo of the Interactivity API presented by Michal Czaplinski. Michal is one of the developers on the team that brought the Interactivity API to fruition. Following the demo Michal, answered questions posed by the attendees.
April 17, 2023 — This Developer Hours session features a live product demo of the Interactivity API presented by Mario Santos. Mario is one of the developers on the team that brought the Interactivity API to fruition. Following the demo Mario and Luis Herranz, another member of the development team, answer questions posed by the attendees.
January 3, 2023 — Learn how using the right WordPress actions and hooks can make or break your site’s performance and reliability.
December 18, 2022 — This talks suggests best practices and approaches to performance at scale in the WordPress ecosystem.
December 11, 2022 — Remember the famous WordPress “five minute installation” process? Find out what WP-CLI can do in five minutes. Keep watching and you might learn everything else that can happen from the terminal in 40 minutes.
October 11, 2022 — This session explains how to integrate external data into WordPress websites and how share data with external systems using REST APIs and webhooks.
April 21, 2021 — In this talk, we cover the difference between site flows, user flows, task flows and user journeys, and when to use each.
January 19, 2021 — This talk explains how products can be more flexible, resilient, and organized using an Atomic Design approach. Codebases organized using Atomic Design are easy to navigate when you come back nine months later or hire new developers. This session covers splitting Atomic components, best practices, and common issues and mistakes.
October 28, 2020 — Many developers know to NEVER do changes directly on a live website, lest we break it.
What if though, you don’t have access to a staging or development environment? Or even if you do, what happens if you are in a situation where you do not have reliable internet access! Local development environments to the rescue!
We’ll touch on why it’s so important, and discuss the plethora of options available. Please note all examples will be shown from a Mac OS, but environments for Linux and Windows will be discussed.