馃彔
Hi there! 馃憢
I’m JuanMa, a Developer Relations Advocate at Automattic.
In this blog, I'll be sharing my insights and learnings in development, with a particular focus on WordPress development.
I write in both Spanish and English
In a recent project inspired by discussions on WordPress Playground, the author explored deploying a Headless WordPress stack without a PHP server, facing various challenges on platforms like Vercel and…
In WordPress 6.8, password hashing transitioned from phpass to bcrypt, enhancing security. The article discusses accurately benchmarking hashing algorithms, highlighting bcrypt’s superior resistance to brute-force attacks compared to phpass. Bcrypt…
Una de las necesidades m谩s comunes durante el desarrollo de plugins en WordPress.com Studio es poder depurar c贸digo PHP con precisi贸n. Aunque Studio a煤n no ofrece soporte oficial para XDebug,…
Last Monday, I landed on wpcrafter.com and noticed a cool little CSS effect on the homepage鈥攊t smoothly transitions between different words. Naturally, I had to peek under the hood. Turns…
I have published Custom Cursor Rules Multirepo, a Visual Code / Cursor extension to download .cursorrules files from different sources
Stack Traces are great to understand the inner workings of WordPress. By provoking an error through an undefined function in a plugin’s hook, we can analyze the sequence of function…
El “scaffold” en desarrollo web se refiere a la estructura b谩sica de un proyecto. Yeoman es una herramienta popular que genera esta estructura, incluyendo todo lo necesario para crear extensiones…
Visual Code es un IDE popular gracias a su extensibilidad. La creaci贸n de extensiones implica un manifiesto en package.json y un archivo JS de entrada que exporta la funci贸n activate.…
Writing on the Wall is a newsletter for freelance writers seeking inspiration, advice, and support on their creative journey.