‘GitHub’ Videos

  • Ein-Klick-Entwicklungsumgebung mit GitHub Codespaces

    WordCamp Germany 2023Speaker: Thomas Rose

    October 20, 2023 — GitHub Codespaces ist eine komplette Entwicklungsumgebung in der Cloud. Darauf zugreifen kann man über jeden Browser. So kann man sofort mit dem Programmieren loslegen, WordPress ist vorinstalliert, Wunsch-Plugins sind aktiviert, WordPress-Codingstandards greifen und eine kontextsensitive Suche in der WordPress-Dokumentation ist auch dabei. Mit buchstäblich einem Klick kann man einen Codespace eröffnen und sofort an einem Plugin oder Theme arbeiten, man muss keine lokale Entwicklungsumgebung mehr aufsetzen.
    Im Vortrag beleuchtet Thomas Rose, wie man einen Codespace in einem bestehenden GitHub-Repo bereitstellt und konfiguriert.

  • Anne McCarthy: How to Use GitHub for Gutenberg

    Speaker: Anne McCarthy

    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.

  • GitHub Actions para desarrolladores WordPress

    WordCamp Mexico 2020Speaker: Gerson Ruiz

    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.

  • Bernhard Kau: Automated deployments for plugins with GitHub Actions

    WordCamp Stuttgart 2019Speaker: Bernhard Kau

    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.

  • ¡Git! (¡Push!) ¿Para qué sirve? ¡Absolutamente para todo!

    WordCamp Granada 2018Speaker: jjmerelo

    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.

  • Bernhard Kau: Git Q&A

    WordCamp Würzburg 2018Speaker: Bernhard Kau

    September 24, 2018 — BarCamp Track

  • Samuel Tirtawidjaja: How Git Version Control change my life

    WordCamp Bangkok 2018Speaker: Samuel Tirtawidjaja

    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 …

    Presentation Slides »

  • Tessa Kriesel: Conquering Continuous Integration & Deployment

    WordCamp US 2017Speaker: Tessa Kriesel

    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.

  • Jarrett Gucci: Backup Before You Crackup

    WordCamp Los Angeles 2017Speaker: Jarrett Gucci

    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.

    Presentation Slides »

  • Scott Massey: Github、BehatやContinuous Integrationを含めてPull RequestのWordPressの開発ワークフロー

    WordCamp Tokyo 2017Speaker: Scott Massey

    September 28, 2017 — Github、Continuous Integration道具はどうやってセットアップすればいいか、どうして使うかのを発表したいです。CircleCIというようなCIプラットホームやJenkinsも比較対照して、Behatテスト自動化を使ってPull requestワークフローも実演しようとします。

    Presentation Slides »