December 1, 2016 — For developer-centric plugins, good documentation can mean the key to success. We’ll walk through what entails good documentation and various real-world examples and tools you can use to simplify things.
November 11, 2016 — Introduction to the Headless WordPress.
November 8, 2016 — There’s a simple yet powerful API within WordPress to help developers cache all sorts of data, and in turn speed up load times. Transients are often misunderstood by developers, and their powerful abilities can sometimes be misused.
In this session we will uncover the inner workings of the Transient API, and learn how to properly leverage it’s abilities.
November 7, 2016 — Useful JavaScript libraries for WordPress developers. Lecture held at 3rd WordPress Meetup in Nis, Serbia. Official hashtag #WPNis
October 29, 2016 — As a developer, understanding character encoding adds a lot of clarity to your work, especially when you’re dealing with text that contains characters beyond A-Z. If you’ve ever migrated a database from one site to another and ended up with jumbled characters in your content, this talk is for you. I’ll also explain why emoji in WordPress is the public relations face of something much more important.
September 30, 2016 — The flexible box layout model, also known as flexbox, is an alternative method of creating layouts using CSS. It has gained popularity amongst front end developers over the last year or so as browser support for it has increased dramatically. This talk will introduce the flexbox model, examine when to consider using flexbox in your projects, and will address browser compatibility issues you may encounter in implementing flexbox.
September 29, 2016 — Никита расскажет про инструменты, которые необходимы современному WordPress-разработчику в ежедневной работе.
В докладе будут упомянуты популярные must-have плагины, утилиты, темы и фреймворки, онлайн сервисы и многое другое.
September 12, 2016 — Everyone knows that you need to write reusable code to be able to grow as a developer, right?
However, most developers struggle to understand how to split up their code to make it truly reusable, so they end up copy-pasting parts of code and modifying as needed, instead of effectively reusing the code that was already written, without a single change.
This session explains the concept of Config files and how they allow you to cleanly separate reusable code from project-specific code.
August 28, 2016 — I’ve made every possible mistake there is to make during the last 7+ years of freelancing as a WordPress Designer and Developer.
Freelancers often tend to attract the wrong clients and miss the opportunity to communicate their value.
This talk provides a list of my most important lessons learned. It shares my experience, useful insights, and an action plan on how to improve your freelance business. It is a presentation that inspires to make a huge impact by implementing small changes.
August 17, 2016 — Get to know more about how to create faster themes in this workshop presented by Andrés Cifuentes.