December 22, 2015 — I knew there had to be a better way. I went on a mission to find the ultimate development and deployment setup. Thankfully there are tons of options out there now (Vagrant, Docker, Capistrano, Ansible, etc) — but it’s still tricky getting them up and running smoothly. Save yourself hours of exploring tools and technologies by learning from my successes and failures. I will present a brief overview of the current state of deployment tools and then walk you through two of my favorites, followed by an open discussion for individuals to share what works well for them and ideas on best practices for the WP community.
December 11, 2015 — It’s easy to look at where you are and where you want to be and think, “I’ll never get there” and plateau with your current skill set.
Maybe you’re a developer who is looking to level up their career. Maybe you’re someone who wants to break into a development career for the first time.
Wherever you’re at, I want to teach you the same methods I use every single day to keep my skills sharp and to keep myself connected to interesting and rewarding projects and relationships.
December 7, 2015 — Det er nemt at installere og anvende WordPress i hverdagen. Du kan se ændringer med det samme, du klikker på opdater, og du kan skifte tema og tilføje plugins med et enkelt klik. Men du kan også se med det samme, når noget går HELT GALT, og dit website går i sort (eller hvidt), efter at du har installeret et tilsyneladende harmløst plugin.
I dette oplæg viser jeg dig, hvordan du med fordel kan installere WordPress lokalt på din egen computer og nemt migrere det til dit webhotel ved hjælp af programmet DesktopServer. Jeg viser også, hvordan du kan synkronisere to WordPress-databaser ved hjælp af WP Migrate DB Pro.
December 5, 2015 — React.js and Flux by Facebook shook the JavaScript world by rethinking the basic approach to reacting to data changes. This new approach is extremely important for WordPress developers in the age of the modern REST API.
November 13, 2015 — Sviluppo guidato dai test in ambiente WordPress. La prima parte della frase fa aggrottare la fronte in condizioni normali: in ambiente WordPress assume un che di mistico ed irraggiungibile. Non è così.
October 10, 2015 — Becoming a developer is not easy. It isn’t much easier once you become one. You start by knowing very little to no code, and just as you feel confident about coding, you realize there are at least 2 languages you need to now learn. I’ve been there, and this talk is about some skills I’ve learned to help jump from that starting level, to the next. Tricks and things I’ve learned through over a decade of coding to help you in your developer journey.
October 9, 2015 — If you make WordPress sites for a living, you’ve probably worked with clients, and you’ve probably been through the occasional tough project. Collaborating with your clients and forming a true alliance with them is delicate art. But, this talk won’t focus on what seems to go wrong with these collaborations –– it will focus on how to get it right.
We’ll compare assumptions that developers and clients often bring to a project, and look at how they are similar in some ways (e.g., the excitement of creating something new) and different in others (e.g. features that may strike clients as simple, but are actually difficult to build, and situations where developers assume a content management task will be easy for the clients, when it’s actually heinous).
We’ll also talk about a comparative wish list of skills and attitudes developers and clients tend to wish the other had, and we’ll talk about the anatomy of an ideal collaboration and the sorts of shared ideas and exchanges that can happen at every phase of a typical web product cycle, especially the initial discovery phase, where we identify the known knowns, the known unknowns, and as many of the unknown unknowns as we can.
October 3, 2015 — Web designers and developers are each specialists with their own priorities, needs, and focus. Sometimes there can be a communication gap between the two, leading to misunderstandings and frustration. How can you learn to speak each other’s language and ensure your projects run smoothly and without hassles?
October 3, 2015 — As developers and users of WordPress, we may get very comfortable using the software, and we may find ourselves getting nothing but WordPress jobs or only working with WordPress. This is wonderful, we become experts in our respective fields, yet there is a danger to this as well.
I would like to remind everyone and explore some of the ideas that come from outside the WordPress bubble. All too often it’s easy to get entrenched in one way of thinking (the WordPress way), and while this is very necessary to understand how to work with WordPress efficiently and correctly, it often helps just as much to step outside of our comfort zone and explore how other people are handling the same problems we run into.
October 2, 2015 — Being a WordPress developer means that our main programming language is PHP. Which works for building websites but not for running tasks. In this talk I will share my experience using Node.js as a platform to build on. Explaining why I have chosen for Node.js and show you how I used Node.js to build microservices that are supporting my WordPress projects.