Language: English

  • Bobby Bryant: Introduction to React

    WordCamp Miami 2018Speaker: Bobby Bryant

    July 10, 2018 — This talk will teach you the very basics of using React. We will be covering things like basic component creation, rendering React to the DOM, and basic state management. We will also have a brief discussion about some of the core concepts behind React. Such as the virtual dom, and functional programming. At the end of this talk users will have the required knowledge to build a simple React Application. This talk will also include a number of practical examples, and those in attendance will be able to demo the examples using free online tools such as codesandbox.

    Presentation Slides »

  • Mary Baum: CSS Grid

    WordCamp Miami 2018Speaker: Mary Baum

    July 10, 2018 — Are you thinking about CSS grids for your layouts? Browser support is just about here.

    I’ve been looking hard at the work of Jen Simmons and Rachel Andrew, the two people writing most of the material to teach us designer/dev types what we need to know to start using this new spec.

    And thanks to some time I’ve spent playing on CodePen, I think I’m ready to use grids in WordPress!

    So let’s look at:
    – WHAT CSS grids are.
    – WHERE it makes sense to use them.
    – HOW they help us make previously tough problems solve themselves.
    – WHY grids are not just great for symmetrical layouts – but also wildly asymmetrical ones as well.
    – And I’ll see you on the grid!

    Presentation Slides »

  • Ben Meredith: How To Hire and Keep Remote Workers Who Rock

    WordCamp Pittsburgh 2017Speaker: Ben Meredith

    July 10, 2018 — Are you looking to hire remote workers to scale your business? Want to find cream-of-the-crop developers, support reps, or others?

    Ben is the Senior Support Technician at WordImpress and was their first full-time remote hire. Come to this talk to hear from the employee’s perspective how the team at WordImpress has gone above and beyond to support him and make him not just feel like a part of the team — actually make him a part of it.

    This talk, geared toward WordPress agency owners and HR folks, will cover the following topics:

    – The fastest way to burn out remote workers and how to avoid it.
    – The one non-negotiable quality to look for in a remote worker.
    – Tools to effectively manage remote employees without micromanaging them.

    Plus come for the one key thing you are forgetting to look for in applicants to work remotely.

    Presentation Slides »

  • Jadon Naas: JavaScript! What is it good for?

    WordCamp Pittsburgh 2017Speaker: Jadon Naas

    July 10, 2018 — Matt Mullenweg himself challenged the WordPress community to learn JavaScript deeply. WordPress is maturing into a full-featured platform for developing single-page and event-driven web applications using JavaScript and the WordPress REST API. WordPress is fully capable of supporting developers looking to add AJAX behaviors to their existing plugins, themes, and websites. We’ll examine some methodologies to deploy the REST API in event-driven applications. We’ll discuss how developers can add AJAX behaviors to their plugins, themes, or websites. For developers interested in building entire custom applications with the data management and user controls WordPress provides, we’ll talk how this can be done.
    During this talk, we’ll also touch on how libraries like React.JS (Facebook) are rapidly maturing and can be utilized with WordPress for front-end application development.

  • Tiffany Kuchta: Using Varnish Cache with WordPress

    WordCamp Pittsburgh 2017Speaker: Tiffany Kuchta

    July 10, 2018 — Make your WordPress site fly with this one weird trick…except it’s more than one trick, and it’s only weird until you learn how it works. Varnish Cache can speed up information delivery by a factor of several hundred and earn you the coveted “A” in the TTFB column. This talk will provide an overview of Varnish Cache, what it is and how it works. Then we’ll explore setup and the ways you can integrate Varnish with simple WordPress sites before discussing more complex implementations, strategies for handling state, Edge Side Includes and other neat things Varnish does. HTTPS? Glad you asked. We’ll talk about that too.

    Presentation Slides »

  • Rene Morozowich: Your New BFFs: The WordPress Core Tables + the MySQL Database

    WordCamp Pittsburgh 2017Speaker: Rene Morozowich

    July 10, 2018 — You’re a rockstar with the front end and the WordPress admin, but the back end is… a mystery. Ever wonder what happens when you create a user or save a post? Where does the data go? Let’s dive in to the MySQL database via phpMyAdmin. We’ll explore the WordPress core tables and investigate the fields to see how the data is stored. We’ll also touch on optimizing your tables and creating database backups without a plugin.

    Presentation Slides »

  • Nara Kasbergen: Empathy As A Service: Supporting Mental Health in the Tech Workplace

    WordCamp Pittsburgh 2017Speaker: Nara Kasbergen

    July 10, 2018 — This talk will begin with an overview of key statistics about mental illness, followed by the efforts of the non-profit organization Open Sourcing Mental Illness to gather more data about mental health in the tech industry, the ALGEE action plan taught by the Mental Health First Aid training course, and finally conclude with ideas and strategies for making our tech workplaces more accommodating and inclusive.

    Presentation Slides »

  • Kevin Hoffman: Succeeding In Spite of Ourselves

    WordCamp Pittsburgh 2017Speaker: Kevin Hoffman

    July 10, 2018 — Have you ever wondered why the same behaviors that come naturally to some individuals are incredibly difficult for others? Many web professionals blog daily and constantly interact with the community. Others go through their entire careers in isolation and take seven years to write a single blog post. The difference lies in a combination of our beliefs and our thresholds. In this talk, I’ll recount my journey of identifying thresholds and overcoming them in order to realize the behaviors that I’ve long known needed to happen.

    Presentation Slides »

  • Sean Blakeley: When to use the API

    WordCamp Europe 2018Speaker: Sean Blakeley

    July 9, 2018 — As the WordPress API matures, this is an important moment to take stock and consider the best use-cases. We’ll briefly take a bird-eye view of the API, before deep-diving into different ways the API has been deployed. We’ll see an examples of the API as an integration tool for running dual CMSs, as a public-facing queryable dataset, as a big data visualisation tool and as a way to share large sets of data. Along the way, I’ll share ways to make your API implementation more efficient – and share some of the pitfalls and mistakes we’ve made. We’ll take a look at decoupling both the frontend and backend of WordPress – and answer the obvious question – why continuing using WordPress?

  • Maura Teal: The Balancing Act of Caching in WordPress

    WordCamp Europe 2018Speaker: Maura Teal

    July 9, 2018 — Utilizing caching mechanisms in a WordPress product is a balancing act: what remote calls are cacheable, what queries are slow and only occasionally needed, and how will it all impact the end user? In some cases we can set up our environment for a base level of performance, and in others we’ll need to balance data storage (like autoloaded options) and other background processes so they take the overall environment into consideration. I’ll be including my own experiences as a web developer working on a large-scale WordPress multisite as well as sharing the perspective from a hosting company’s point of view.

    Presentation Slides »