JuanMa Garrido
juanmaguitar.bsky.social
JuanMa Garrido
@juanmaguitar.bsky.social
Web Developer and Developer Advocate, specializing in JavaScript and WordPress Block development.

Developer Relations at Automattic.

#WordPress #WPDev #gutenberg #blockEditor
🚀 Explorando en directo AHORA cómo contribuir a WordPress Core y Gutenberg

🎙️ Únete al directo: twitch.tv/juanma_codes

📺 O mira la grabación después: youtube.com/@juanmacodes
November 5, 2025 at 4:15 PM
💥 The Abilities API is one of the cool features coming in WP 6.9.

🤖 It's a WordPress API for declaring and discovering plugin, theme, and core abilities in a human- and machine-readable way.

Once defined you can execute them from JS or PHP, for example through the wp shell.
November 5, 2025 at 2:04 PM
🔥 In 10min, I’ll be live-streaming about the DataViews and DataForm — two of the most powerful React components provided by WordPress

🎙️ Join me live at twitch.tv/juanma_codes

📺 Or watch the recording later on youtube.com/@juanmacode...
October 31, 2025 at 4:14 PM
👨‍💻 Y como siempre, nos meteremos en harina y pondremos en marcha algunos ejemplos mientras los comentamos

wordpress.github.io/gutenberg/?...
October 23, 2025 at 4:04 PM
⚙️ Exploraremos cómo estos nuevos componentes del editor de bloques permiten visualizar, filtrar y editar datos estructurados de forma flexible dentro del panel de administración.
October 23, 2025 at 4:03 PM
🚀 Mañana a eso de las 17:00 (Hora española, UTC+2), exploraré en directo las últimas novedades de los componentes React "DataViews" y "DataForm"

🎙️ Únete al directo: twitch.tv/juanma_codes

📺 O mira la grabación después: youtube.com/@juanmacodes
October 23, 2025 at 4:03 PM
Each ability defines what it does, its input/output, and how it runs — kind of like a REST endpoint for AI 🤖
October 17, 2025 at 10:40 AM
🔥 Today at 16:00 BST (UTC+1), I’ll be live-streaming about the new Abilities API — one of the foundations of WordPress’ AI Layer!

🎙️ Join me live at twitch.tv/juanma_codes

📺 Or watch the recording later on youtube.com/@juanmacode...
October 17, 2025 at 10:40 AM
Como complemento tenéis estos diagramas que creo son una buena referencia para entender mejor los proyectos que hemos comentado en el podcast
October 13, 2025 at 3:45 PM
🚀 Esta tarde a eso de las 17:00 (Hora española, UTC+2), exploraré en directo cómo añadir interactividad frontend a bloques core utilizando la HTML API y la Interactivity API

🎙️ Únete al directo: twitch.tv/juanma_codes

📺 O mira la grabación después: youtube.com/@juanmacodes
October 10, 2025 at 10:58 AM
We’ll show React App demos connecting to WordPress REST API using different workflows
October 2, 2025 at 12:07 PM
We’ll explore the different ways to connect securely to the WordPress REST API:

🍪 Cookies & nonces (used by the Block Editor)
🗝️ Application Passwords
📦 JSON Web Tokens (JWT)
🌍 OAuth
October 2, 2025 at 12:07 PM
Today at 16:00 BST (UTC+1), I’ll be live-streaming about REST API Authentication methods

🎙️ Join me live at twitch.tv/juanma_codes

📺 Or watch the recording later on youtube.com/@juanmacode...
October 2, 2025 at 12:07 PM
🚀 Esta tarde a eso de las 17:00 (Hora española, UTC+2), haré un stream donde exploraré la HTML API, una herramienta de WordPress para ajustar atributos en el marcado HTML.

🎙️ Únete al directo: twitch.tv/juanma_codes

📺 O mira la grabación después: youtube.com/@juanmacodes
September 26, 2025 at 9:55 AM
What I've created with Telex (with just a few prompts) is a block to generate Mermaid Diagrams
September 19, 2025 at 10:32 AM
🚀 Esta tarde a eso de las 17:00 (Hora española, UTC+2), haré un stream donde exploraré los tests de integración con PHPUnit en WordPress

🎙️ Únete al directo: twitch.tv/juanma_codes

📺 O mira la grabación después: youtube.com/@juanmacodes
August 22, 2025 at 10:03 AM
Some highlights you’ll now find in the refreshed docs:
- Namespaces & versions
- Base URL structure
- Authentication methods (for personal projects and for third-party applications)

developer.wordpress.com/docs/api/ge...
August 20, 2025 at 9:49 AM
This new version goes far beyond the old version of this section with expanded guidance and practical info to help you work with the WordPress.com REST API.

🕙 Before: web.archive.org/web/2025020...

🕣 After: developer.wordpress.com/docs/api/
August 20, 2025 at 9:49 AM
Tomorrow at 15:00 BST (UTC+1), I’ll be live-streaming about Unit Tests vs Integration Tests with PHPUnit in WordPress

🎙️ Join me live at twitch.tv/juanma_codes

📺 Or watch the recording later on youtube.com/@juanmacode...
August 14, 2025 at 5:36 PM
That can be used as a minimal framework to start adding tests to your PHP code in WordPress.

It's great for teaching/learning purposes!
August 13, 2025 at 3:13 PM
TIL about this test-framework-in-a-tweet gist.github.com/mathiasverr... by @mathiasverraes
August 13, 2025 at 3:13 PM
Tomorrow at 16:00 BST (UTC+1), I’ll be live-streaming about Unit Tests in PHP with PHPUnit

🎙️ Join me live at twitch.tv/juanma_codes

📺 Or watch the recording later on youtube.com/@juanmacode...
August 7, 2025 at 6:04 PM
🚀 Mañana sobre las 17:00 (Hora española, UTC+2), haré un stream donde exploraré los standards de código de WordPress y herramientas relacionadas (phpcs y phpcbf).

🎙️ Únete al directo: twitch.tv/juanma_codes

📺 O mira la grabación después: youtube.com/@juanmacodes
July 31, 2025 at 5:10 PM
Tomorrow at 16:00 BST (UTC+1), I’ll be live-streaming a review of the core projects the WordPress AI team is developing as the foundation for AI in WordPress.

🎙️ Join me live at twitch.tv/juanma_codes

📺 Or watch the recording later on youtube.com/@juanmacode...
July 17, 2025 at 5:45 PM
🚀 Mañana sobre las 17:00 (Hora española, UTC+2), haré un stream donde exploraré la automatización de tests con WordPress Playground

🎙️ Únete al directo: twitch.tv/juanma_codes

📺 O mira la grabación después: youtube.com/@juanmacodes
July 10, 2025 at 2:57 PM