‘PHP’ Videos

  • Alena Holligan: PHP for WordPress

    Alena Holligan: PHP for WordPress

    WordCamp Portland 2018Speaker: Alena Holligan

    February 28, 2019 — You’ve built a WordPress site or two (or 10), your installed plugins and themes to MOSTLY get what you want. Now you’re ready to learn the inner workings of WordPress and take your development to the next level.

    Jump into WordPress development and PHP by building a Plugin and learn to speak WordPress’ language: PHP.

    Presentation Slides »

  • Rui Hirokawa: PHPの今とこれから 2018 〜WordPress スペシャル版〜

    Rui Hirokawa: PHPの今とこれから 2018 〜WordPress スペシャル版〜

    WordCamp Tokyo 2018Speaker: Rui Hirokawa

    October 8, 2018 — PHP Now and Future – WordPress Special Edition –

    PHP の紹介と歴史、開発体制とエコシステム、リリースポリシー、PHP 7.3の新機能などについて。

    Presentation Slides »

  • Aktuální trendy v JS z pohledu php developerů od Daniel Steigerwald

    Aktuální trendy v JS z pohledu php developerů od Daniel Steigerwald

    WordCamp Prague 2016Speaker: Daniel Steigerwald

    August 30, 2018 — Přednáška od Daniela Steigerwalda na téma Aktuální trendy v JS z pohledu php developerů.

    Presentation Slides »

  • Javier Casares: WordPress y PHP: “Codename Servehappy” y “Project Tide”

    Javier Casares: WordPress y PHP: “Codename Servehappy” y “Project Tide”

    WordCamp Madrid 2018Speaker: Javier Casares

    May 7, 2018 — ¿Sabes que WordPress recomienda usar la ultimísima versión de PHP? Sí, la 7.2. ¿Y sabes porqué? Pues con esta charla te vas a enterar de dos de los proyectos que están poniendo al día el núcleo, plantillas y plugins de WordPress para mejorar su rendimiento y la calidad del código.

    Con “Codename Servehappy” aprenderás todo lo que hay que saber sobre la “WordPress PHP education initiative”, y con “Project Tide” cómo mejorar la calidad de tu código para hacerla estándar con otros colaboradores y para que sea fácil de comprender por los desarrolladores.

    Esta charla es muy teórica en la que se explicarán estos dos proyectos, enseñando fuentes de información del material publicado (Servehappy) y de la parte de análisis de código PHP -y resto de código- (Project Tide); de aproximadamente 20 minutos.

    Presentation Slides »

  • Sandy Smith: Don’t Fear the Regex

    Sandy Smith: Don’t Fear the Regex

    WordCamp D.C. 2017Speaker: Sandy Smith

    November 16, 2017 — Do you have data and lists you keep having to massage to make it useful for your project? Have you heard of regular expressions but been frightened by the Klingon-looking examples? Fear no longer!

    I’ll demystify regular expressions and show you how best to do them in PHP. We’ll cover the syntax and functions that make PHP a great text-parsing language, and give you the foundation to learn more.

    As a bonus, I’ll give you two cases people often use as examples for regexes that PHP gives you better native ways to accomplish.

  • Rodolfo Melogli: Workshop - WooCommerce Customisation Masterclass

    Rodolfo Melogli: Workshop – WooCommerce Customisation Masterclass

    WordCamp Dublin 2017Speaker: Rodolfo Melogli

    November 12, 2017 — So you want to become a WooCommerce Expert?

    Great, let’s get you started today. Learn advanced WooCommerce, and turn yourself into a WooCommerce superstar!

    If you’re a Web Designer or a WooCommerce store owner, this workshop will teach you how to handle WooCommerce customization with PHP coding (via your child theme by using hooks). Minimum requirements: basic HTML 🙂

    My goal is to make you master WooCommerce and – finally – stop wasting precious development and customisation time.

    Presentation Slides »

  • Martin Hlaváč: Bedrock, aneb WordPress přes Composer

    Martin Hlaváč: Bedrock, aneb WordPress přes Composer

    WordCamp Bratislava 2017Speaker: Martin Hlaváč

    October 26, 2017 — Díky Bedrocku je možné používat WordPress přes Composer, což je nástroj na správu závislostí v PHP, který dle mého názoru ve WordPressu hodně chybí z programátorského hlediska.

  • Jimmy Smutek: Xdebug, Where Would I be Without You, Xdebug

    Jimmy Smutek: Xdebug, Where Would I be Without You, Xdebug

    WordCamp Baltimore 2017Speaker: Jimmy Smutek

    October 23, 2017 — This talk will demonstrate the benefits of using Xdebug to debug PHP, why it beats the pants off of `var_dump()`, and how it has helped, and continues to help me become a better developer. I’ll talk a bit about what Xdebug is, how it works, and a few common scenarios where Xdebug has helped me to solve problems and gain a better understanding of how various tools work together. I’ll be running Xdebug on a Vagrant box and using PHP Storm for my demonstration. I will cover: 1. How to quickly configure a project to use Xdebug 2. How to set break points and step through code execution 3. How to inspect variables 4. How to use the console to evaluate expressions Xdebug isn’t hard to use, and once you’ve used it you’ll wonder how you ever lived without it.

    Presentation Slides »

  • Jonathan Brinley: A PHP Developer’s Adventures in React - Building Plugin Admin Interfaces

    Jonathan Brinley: A PHP Developer’s Adventures in React – Building Plugin Admin Interfaces

    WordCamp Miami 2017Speaker: Jonathan Brinley

    August 5, 2017 — Just about any moderately complex WordPress plugin requires some sort of administrative interface. In many cases, your code for this UI could benefit from the flexibility and power provided by the React JavaScript library, but integrating React with the WordPress admin brings its own set of challenges. From developer tools, to data persistence, to extensibility, we’ll explore some of these challenges and the solutions we’ve developed at Modern Tribe as we’ve used React to build elegant administrative user experiences in WordPress.

    Making React applications play nicely with the WordPress admin involves a number of tricks and workarounds. I’ll cover topics such as integration with the TinyMCE editor, communication with WP’s existing JS libraries, setting up developer tools such as hot module reloading, and persisting data in the WP database.

    Presentation Slides »

  • Alain Schlesser: Wrapping A Modern PHP Architecture Around A Legacy WordPress Site

    Alain Schlesser: Wrapping A Modern PHP Architecture Around A Legacy WordPress Site

    WordCamp London 2017Speaker: Alain Schlesser

    June 6, 2017 — Alain is a freelance software engineer and WordPress consultant.

    In his talk he presents a case study of wrapping a legacy WordPress site into a scalable architecture, using a combination of existing and custom packages, that provides the following benefits:
    – services architecture that lets plugins define their dependencies, with automatically resolved loading order
    – auto-wiring dependency injection that allows coding against interfaces instead of implementations
    – configuration management that can account for differences in environments
    – centralized logging throughout the entire site that can be sent to logging servers
    – bus system that handles events and commands without blocking the frontend
    – all of this without any noticeable impact on content editors

    Presentation Slides »