February 19, 2021 — Learn how to use GitHub to explore the Gutenberg project and stay up to date on the latest work. This course is not meant for a technical audience and focuses mainly on best practices for finding information, opening issues, and more.
January 5, 2021 — En esta charla compartiré los conceptos básicos de GitHub Actions y cómo podemos usar este servicio para automatizar algunas de las tareas del desarrollo de plugins y temas de WordPress, cómo correr unit tests, end-to-end tests, ¡e incluso publicar cambios en wordpress.org! Todo esto con la intención de crear software más robusto y de manera más eficiente.
November 11, 2019 — Plugin development is fun! But deploying a new version of a plugin to the WordPress.org Plugin Directory using SVN is a pain! We usually develop plugins using Git, hosting the code on GitHub. But up until this year, deploying those plugins to the plugin directory was a rather hard manual task.
Now with the new GitHub actions becoming available for all repositories, we can utilize pre-defined automated tasks to deploy a new version of a plugin. It’s even possible to just update the readme file, which is even more complicated in the current Subversion environment.
This talk will show you, how you can use GitHub actions to make your life as a plugin developer a lot easier and bringing back the fun to develop plugins.
December 6, 2018 — Un panorama de los usos menos conocidos de git, cómo puedes usarlo para crear flujos de trabajo específicos, para analizar los hábitos de desarrollo propios y de tu equipo de trabajo, y cómo puedes sacarle el máximo partido.
September 24, 2018 — BarCamp Track
April 16, 2018 — It’s annoying sometimes that you break your website a lot, because you’re new to WordPress and keep breaking the theme or plugins. But There is a way to prevent that ! Let’s learn how Git Changes can change your life too …
December 10, 2017 — You know that Continuous something-or-other exists. Maybe you have even heard the terms Continuous Integration or Continuous Deployment, but not much more than that. I was in your shoes just a few short months ago. I came, I coded, I conquered. Now I am breaking it all down so you too can feel confident with the basics of continuous integration and deployment.
I will cover the basics of how to setup Github and Circle CI with WordPress and configure deployment to a staging environment. We will cover continuous-jargon and break down yml and script files to better understand how it works and how you can start to use it with your projects.
Attend. Absorb. And you too can conquer.
October 11, 2017 — Having a solid backup strategy can save your life in times of an extreme website crisis. No one wants to lose any of the hard work they have put into their site and why should you ever have to if you are backing things up.
September 28, 2017 — Github、Continuous Integration道具はどうやってセットアップすればいいか、どうして使うかのを発表したいです。CircleCIというようなCIプラットホームやJenkinsも比較対照して、Behatテスト自動化を使ってPull requestワークフローも実演しようとします。
March 18, 2017 — The day I discovered Vagrant was the day that I changed the way I worked. I went from fighting with server setups and local development boxes to seamlessly creating sites that fit in with my own workflow. But Vagrant by itself, while good, won’t get you there alone.
That’s where VVV – a WordPress development environment – comes in. VVV comes pre-equipped with all of the tools, bells, and whistles needed to streamline your development environment.
Mitch will walk you through the setup of Vagrant, commands and tips to help you get the most out of Vagrant, and other applications (VVV Dashboard and VV) that help you use VVV to its full potential.