‘coding’ Videos

  • Raise the bar

    WordCamp Italy (Italia) 2022Speaker: Dennis Ploetner

    December 18, 2022 — In questo talk vi parlo di come migliorare la qualità del software o di un plugin di WordPress, in particolare per chi ha bisogno di fare analisi, rispettare standard di qualità, etc.

    Nel talk indicherò quelle piccole cose che possono fare la differenza per creare software più stabile e sicuro.

    Presentation Slides »

  • Patty O’Hara: Helpful tools to automate clean, maintainable code

    WordCamp Seattle 2019Speaker: Patty O’Hara

    April 2, 2020 — This talk provides an overview of coding best practices with a focus on the WordPress coding standard. We’ll discuss how to use tools to easily automate your coding environment, project repositories, and processes to write code that complies with established standards. We’ll cover Javascript, CSS and PHP linters and formatters with tried and true tips and tricks to getting these tools setup to work for you.

    Presentation Slides »

  • Nicole Paschen Caylor: Elementary, My Dear Coder

    WordCamp US 2018Speaker: Nicole Paschen Caylor

    January 2, 2019 — Know a young child interested in learning computer science and coding, but the child’s reading level makes it difficult to know where to start? You’ve come to the right place! In this session we will go hands on with free online games that teach computer science and coding techniques to children as young as 4! These programs start with pre-reader courses and grow with your child so they can use the same program for years to come.

  • Hiroki Saiki: 明日からできる自作テーマ・受託プロジェクトのアクセシビリティ入門2018

    WordCamp Ogijima 2018Speaker: Hiroki Saiki

    July 16, 2018 — Despite the enforcement of the “Act for Eliminating Discrimination Against People with Disabilities,” the actual workflow of web development has not, unfortunately, implemented the requirements properly. People find difficulty in changing how they develop things, due to various reasons.
    In this session Hiroki will share the best-practices in team development and theme coding, so that the audience can see it’s not a special and difficult task to implement them.

    一昨年の障害者差別解消法の施行以後、Webアクセシビリティに関する情報を日々目にするようになりました。では、それがWeb制作の現場に反映されているかというと、残念ながらまだまだと言わざるを得ません。いろいろな要因はあるにせよ、どうやらWebアクセシビリティの導入には高い障壁があるようです。

    本セッションでは、WordPressの自作テーマ制作やプロジェクト進行のアクセシビリティ対応のポイントを挙げながら、参加者(=制作者)にとってアクセシビリティ対応が特別なことではなく、難しいことでもないと認知していただくとともに、まずは簡単に対応でき、日々の制作に活かせる情報をお伝えすることを目的とします。

    Presentation Slides »

  • Shanta Nathwani: Everything I Needed To Know About Life, I Learned At Coding School.

    WordCamp Toronto 2017Speaker: Shanta R. Nathwani

    October 4, 2017 — This session is for those that are thinking of upping their coding game and attending a coding bootcamp. It is intended for anyone who wants to know more about those coding camps and whether it is right for them or not.

    Presentation Slides »

  • Sandy Edwards: Kids And Code

    WordCamp Miami 2017Speaker: Sandy Edwards

    May 17, 2017 — This session is all about kids and code. We will discuss why you should teach your kids to code. We will cover how to teach your kids to code. We will even talk about how to keep your young bloggers safe online. We will cover resources and what you as a parent, or teacher need to know to make sure your child is ready for the future in code.

    Presentation Slides »

  • Luca Tumedei: Writing testable code in WordPress

    WordCamp Torino 2017Speaker: Luca Tumedei

    April 13, 2017 — If “WordPress is not testable” then why bother about testable code at all?

    Because writing testable code is the first step to testing your code, testing your code is the first step to testing ALL your code, testing all your code is the first step to reduce shipping times, reducing shipping times is the first step to fast response to feature requests and bugs that makes clients happy.

    And because the first sentence is less true every day.

    Let’s find a definition of “testable code” that applies to both WordPress and the current practices of testing; let’s see how we can stop ignoring the elephant in the room and embrace testing with a sane approach that improves code and coders quality without leaving anyone out in the cold.

    I will present real-world examples of new and existing code, the tools used to write and maintain testable code and some simple rule-of-thumbs to keep in mind when developing for our beloved CMS.

  • Lacy Paschal: Coding from 1999 – HTML Email and WordPress

    WordCamp Nashville 2016Speaker: Lacy Paschal

    March 18, 2017 — Does your organization send a lot of HTML Emails? Are you tired of getting in your Delorean every time and coding tables and inline styles, oh my? Let WordPress do the heavy lifting. At Vanderbilt, we’ve built out an Email Creator WordPress theme that allows our users to easily create HTML emails, using various template options. Come to this session to learn more about how to reduce the effort you’re putting into HTML marketing, and putting more control in the hands of your users.

  • Jimmy Rosén and Toni Cherfan: From Cowboy Coding to Continuous Delivery

    WordCamp Stockholm 2016Speakers: Toni Cherfan, Jimmy Rosén

    December 6, 2016 — As self taught web developers, we only know just what we need to know for the kinds of projects that we are working on just now. However; Growing as a company is hard because it forces us to grow wether we like it or not. This is the Tale about all the times we made mistakes and how, in spite of everything, we managed to look at Every failiure as a way to grow and improve.
    The talk is part business, part devops for beginners and intermediate.

  • Mika A. Epstein : Dependency Inferno

    WordCamp Orange County 2016Speaker: Mika Ariela Epstein

    August 17, 2016 — We want our code to be fast, to work well, and look good. But do we really need all the bells and whistles? Understanding the burdens we place on end users when we code, such as large plugins and themes with stringent requirements, is just as important as security.

    Presentation Slides »