May 19, 2026 — Building custom Gutenberg blocks can feel complex and time-consuming, especially for developers who want to move fast without over-engineering. In this talk, I will show the fastest and most practical ways to build Gutenberg blocks using modern WordPress tools and scripts. The session will focus on real workflows that developers can start using immediately.
April 25, 2026 — Building custom Gutenberg blocks can feel complex and time-consuming, especially for developers who want to move fast without over-engineering. In this talk, I will show the fastest and most practical ways to build Gutenberg blocks using modern WordPress tools and scripts. Topics covered will include: Using @wordpress/scripts to quickly scaffold and build custom blocks, Creating blocks with minimal configuration using official WordPress tooling, Helpful scripts and tools that speed up block development (block.json, ESNext, build processes), How AI can assist in block development, Using AI to speed up debugging, refactoring, and documentation for blocks, Common mistakes that slow down block development and how to avoid them. This talk is suitable for beginner to intermediate WordPress developers who want to work more efficiently with Gutenberg.
April 25, 2026 — A decoupled or headless architecture of WordPress adds flexibility and allows content to be used on multiple platforms such as mobile apps and the web. However, it also adds a layer of complexity and cost to manage your project. In this talk, we will learn under what scenarios a Headless WordPress is the right choice. How scalable is a headless site with tons of posts and what value it adds to the business and end-users? We will also discuss which react frameworks are considered the best when building Decoupled WordPress at an enterprise level.
November 13, 2023 — A decoupled or headless architecture of WordPress adds flexibility and allows content to be used on multiple platforms such as mobile apps and the web. However, it also adds a layer of complexity and cost to manage your project.
In this talk, we will learn under what scenarios a Headless WordPress is the right choice. How scalable is a headless site with tons of posts and what value it adds to the business and end-users?
We will also discuss which react frameworks are considered the best when building Decoupled WordPress at an enterprise level.
October 12, 2022 — This 2019 talk is a 52 minute workshop using React and Frontity to build a headless WordPress website.
July 22, 2022
June 30, 2021 — Discussion panel about the future of WordPress themes.
Our panelists, highly familiar with the new kind of WordPress themes, will share information and tips about this new WordPress revolution and all the opportunities that brings to the ecosystem.
March 28, 2021 — A recent (Comscore) study suggests users spend more time (87%) on a native app compared to mobile web because native apps are more predictable, they work offline, show notifications, and have access to mobile sensors.
However, 78% of the time is spent in the user’s top three apps.
Mobile web has a better reach (100 visits/ month for an average user) but does not does have a native-like experience.
This talk explains how we can get the best of both worlds by using Progressive Web Apps with WordPress to combine the capabilities of native apps and the reach of the web.
March 18, 2021 — Learn about block-based themes and how to use features like menus and widgets. This talk introduces using a block-based theme and also provides a brief demo of how you can easily build a block-based theme.
November 28, 2020 — This talk covers:
(1) the basics of Docker
(2) Docker vs Virtual Machines
(3) Docker images, containers
(4) setting up WordPress with Docker