Language: English

  • Lee Drozak: Difficult Clients or Clients Who Become Not So Ideal

    WordCamp Pittsburgh 2018Speaker: Lee Drozak

    December 11, 2018 — We’ve all had one, or two or more – the client from hell. Sometimes it’s because we didn’t want to say no and other times it’s because we didn’t know any better. In this presentation, you’ll learn how to weed out those who will suck up your time, micromanage a project and leave them happy, so they refer you to their friends and people in their networks.

    You’ll walk away knowing…

    How to vet prospects before you say yes to them
    How to keep a project on track and make the client feel like a partner
    How to address out of scope issues
    How to provide follow-up to keep them coming back
    How to know if it’s time to terminate and fire that client
    Running a business is hard and having clients from hell makes it stressful. This workshop is for businesses of all size, whether your a freelancer going it alone or an agency working with a full team.

  • Josh Pollock: Introduction To Block Development

    WordCamp Pittsburgh 2018Speaker: Josh Pollock

    December 11, 2018 — WordPress 5.0 introduces a new block editor called “Gutenberg” and if you’re a WordPress developer, you need to know how to build blocks. This talk will get you started.

    You will learn, what Gutenberg is and when you should create your own blocks. Then we will cover how to load CSS and JavaScript files for blocks, how to create blocks with static content and editable blocks. This talk is aimed at developers familiar with JavaScript.

  • Ben Meredith: How To Get Better Support

    WordCamp Pittsburgh 2018Speaker: Ben Meredith

    December 11, 2018 — We’ve all had the experience of a support technician being seemingly unable to answer our questions about their theme, plugin, or service.

    Believe it or not, theme and plugin developers and their support techs really do want to help you. Their goal is to make sure that the technology they provide you isn’t just a sale, but useful, and, ultimately, works to make your website successful. To make sure that you are both working in the same direction, there are some things you can do to ensure a great outcome.

    Do you know that there’s a link between your support tickets and better documentation?

    Do you find yourself frustrated at developers and support reps who can’t seem to diagnose issues arising from their plugins or themes?

    Do you want to find better answers to your support questions, more quickly?

    Plus, the two-minute method of solving +50% of your support requests before you even send them.

  • Abbey Perl: How To Build Your Platform Around Compassion

    WordCamp Pittsburgh 2018Speaker: Abbey Perl

    December 11, 2018 — You built your company, you have your website, and everything is looking great! But, you might be missing something- your compassion! Compassion is what drives companies and organizations to the right direction, no matter what you’re doing! It may be the small step to create a whirl of change for the people you serve. Follow Abbey Sager and her award-winning organization, Diverse Gaming Coalition, on how to shape your social media around kindness, boost your SEO with your philanthropy , and create an impact with your company.

  • Nemanja Cimbaljevic: How To Ride a Blue Whale (Getting familiar with Docker)

    WordCamp Sofia 2018Speaker: Nemanja Cimbaljevic

    December 10, 2018 — “DevOps, SysOps, Virtualization, containerization, automation”
    This are all terms we see daily, but maybe do not understand them fully.
    Did you know docker container can be up-and-running 100x faster than your VM?
    Or that you can limit docker container to use only as much memory as you want, so you will not run out of it?
    We will talk briefly about differences between Docker and VM, and what you need to get started. Different ways how Docker can improve your development cycle and speed up your deployment process. How to improve your day-to-day operations and save time on provisioning your code.
    Besides general talk and slides, we will see some demos how to run single container of one image, but also how to automate whole process and run multiple containers using docker-compose.

  • Ivaylo Kolbinger Ivanov: WordPress deployment with dkdeploy

    WordCamp Sofia 2018Speaker: Ivaylo Kolbinger Ivanov

    December 10, 2018 — A different approach deploying your code on the server.
    The talk would present a WordPress deployment process with the help of the capistrano based deployment tool dkdeploy (https://dkdeploy.github.io/).
    Simple rollback scenario, granular file permissions, a automated maintenance page during every deployment, stage specific configuration – if you face such challenges during your daily work, the talk will give you a brief introduction how dkdeploy solves such issues and helps you keep focused on that what makes you a developer – coding.
    And guess what, it’s open source!
    So, you need a custom feature in your workflow, then code it. Or probably some automated user acceptance tests – then simply integrate it.

  • Vassilena Valchanova: Building Data-Driven Buyer Personas

    WordCamp Sofia 2018Speaker: Vassilena Valchanova

    December 10, 2018 — We often put a dividing line between quantitative data and the personal relationship with clients. The thinking goes that if we focus on numbers too much we forget the actual people behind them.
    We’ll fight this notion by demonstrating how data can help you understand your users and build better buyer personas. We’ll answer the following questions:
    – What can Google Analytics, Facebook Audience Insights, and Linkedin Website Demographics teach us about our audience?
    – How to build on top of quantitative information with interviews and personal feedback?
    – How to group and segment data into distinct personas?

  • Nikola Nikolov: Beyond Hello – Networking At WordCamp

    WordCamp Sofia 2018Speaker: Nikola Nikolov

    December 10, 2018 — WordCamps can be an excellent place to get to know other WordPress professionals. However, many attendees stick to their own groups, attend lectures, and leave without cashing in on perhaps the most valuable part of WordCamps: networking. This lecture will explore some of the common reasons why attendees fail to form lasting connections. It will give some tips for more productive networking, and hopefully inspire deeper, more authentic networking at this WordCamp and beyond.

  • Mitko Kochkovski: Building Websites Using React.js and WordPress API

    WordCamp Sofia 2018Speaker: Mitko Kochkovski

    December 10, 2018 — In this talk, Mitko will speak about how you can leverage the WordPress REST API to build awesome websites, using React.js for rendering the frontend outside the WordPress Theme implementation, by using processor class inside the Reactj.js that will handle all the layouts that your website need.

  • Pascal Birchler: WordPress Internationalization Workflows

    WordCamp Sofia 2018Speaker: Pascal Birchler

    December 10, 2018 — Over the years, WordPress has steadily improved the way we have to work with internationalization. However, challenges still exist and there will always be new ones ahead. Projects like Gutenberg and ecosystems beyond WordPress.org force us to continuously iterate.

    Soon after the release of WordPress 15 years ago, support for internationalization was added to the software. This meant that themes, plugins, and WordPress itself could be translated. This was a huge deal as WordPress is used all over the world, in countries where English is not the main language. WordPress was quickly translated into German, Japanese and many more languages.

    In this talk you’ll learn how to make use of the latest and greatest technology to make your WordPress plugin or theme fully internationalized. Pascal is going to highlight how you can leverage the powers of WordPress, GlotPress, and WP-CLI to improve the translation workflow in your WordPress projects.