May 19, 2024 — Enfréntate a los retos diarios en torno al mantenimiento y rendimiento de WordPress a través de una serie de comparativas A/B basadas en situaciones reales.
Adquiere las herramientas para decidir con confianza.
No dejes pasar esta oportunidad de profundizar en las mejores prácticas de WordPress.
July 24, 2023 — Na konci přednášek říkám: „Hlavně to testujte s lidma“. Letos to udělám jinak. Naučím vás uživatelské testování v jednoduché formě, kterou zvládne každý. Obratem můžete hned po přednášce udělat své malé uživatelské testování a vyhnout se zásadním chybám. Každý to zvládne a vaše weby to nakopne na Měsíc. Protože No user = No UX!
November 30, 2022 — Chrome is not just a great browser for viewing websites, but also an invaluable tool for building websites. Out of the box, Chrome ships with “developers tools”. Many web developers are aware of this and make use of some of the tools it provides. However, most developers only scratch the surface of what the browser can do. Join in as we take a deep dive into the Chrome developer tools and learn, among other things, how to:
– Quickly test styling fixes
– Emulate handheld devices to test responsive designs
– Easily navigate and debug JavaScript
– Use the JavaScript console
– View form submissions
– Monitor AJAX requests
– Check for performance issues
– Troubleshoot caching issues
– Create and use your own snippets
– Share replays of website interactions
– Auto-generate front-end tests
– Share the current state of Chrome dev tools with another developer
November 6, 2021 — This talk offers a behind-the-scenes perspective of user-moderated usability testing.
The presentation covers these four aspects of usability testing:
– building a usability test
– tips and tricks of test facilitation
– user testing on a WordPress site
– reporting results
May 29, 2020 — ¿Qué es el «regression testing» y por qué debemos integrarlo? Mario Aguiar nos guía a través del proceso del testing y nos ayuda a evitar que “avancemos para atrás”.
April 22, 2020 — I’ll start by trying to convince folks why they should be considering the subject of security testing in relation to their WordPress sites. Assuming I’ve managed to convince you why, then I’ll move onto showing you just how anyone can use Kali (don’t worry, I’ll explain what Kali is!) as a tool for doing some basic security testing with a minimal learning curve to get started. This is being aimed at the novice level in terms of ‘security people’ but very inclusive in terms of anyone who is part of the WordPress community.
December 25, 2019 — With Gutenberg, we are talking more about React and it’s component-based development. Breaking down the app into component helps in better organization and reuse. But growing components can quickly become overwhelming and error-prone. Storybook comes to the rescue to help you build components in isolation and test for various use cases. Also, it serves as centralized documentation for the team. The talk will help you understand what is a Storybook and how it can help you and what are its various features. A quick dive into setting up and writing stories.
December 25, 2019 — Every site seems to have that one feature that, if it breaks, would be a catastrophe. Lost profits and angry clients are something we all want to avoid.
However, manually testing end-user experience on each code change can be tedious and time-consuming.
In this session, we will explore the fundamentals of Behat, a PHP-based acceptance testing framework, and look at some example tests covering critical features of WordPress sites.
December 2, 2019 — Modern development is complex, with lots of tools to turn the code we write into the code used by the user’s browser. This can be as simple as minifying assets or as sophisticated as downloading dependencies, turning source code into production code, and running automated tests.
In this session, we will look at the top benefits gained from adopting automation and testing to optimize workflow. Whether you’re a developer wondering why you should try automation in the first place or a business owner wondering why you should let your team spend time on adopting a new process when the current one “just works” we’ll have answers for you!