July 16, 2015 — One of the newest tools on the market is an open source system called Vagrant. Thanks to this amazing application, you can quickly and easily create a new virtual development environment at a moments notice.
July 13, 2015 — Vagrant is a fantastic piece of software that allows developers and testers to create portable, reusable and easily reproducible development environments. This session covers the functional aspects and a quick demo of the workflow of using Vagrant specifically for WordPress development.
May 27, 2015 — Eine große IT Infrastruktur kann nur mit Automatiserungstools gestemmt werden. Als Entwickler kann man diese Tools ebenso nutzen um seine Arbeit effizienter zu gestalten.
In dieser Session werde ich erklären, wie man mit wenig Aufwand eine einheitliche WordPress Entwicklungs- und Testumgebung aufbauen kann, indem man IT Tools wie Chef und Vagrant in seinen Werkzeugkasten aufnimmt.
May 24, 2015 — This talk walks through setting up a professional, powerful, and efficient local development environment. It discusses how to get set up, why, and the different things you can do with a great set up.
September 12, 2014 — Learn how Vagrant, a tool for creating portable development environments, can help you:
– Easily setup a local development environment
– Match your local development environment to production and avoid surprises during deployment.
– Share development environments with team members and get new team members up and running in record time.
– Easily deploy code by using providers and provisioners.
June 29, 2014 — Developing your WordPress site locally will save you tons of time and prevent that “oops” moment when something breaks on a live site. This session shows you how to utilize tools and incorporate them within your workflow in order to save time and prevent mistakes.It explains the components needed to create local development sites, show you how to do it by utilizing time-saving techniques and then demonstrate the steps required to deploy your site once complete.
February 9, 2014 — Developing your WordPress site locally will save you tons of time and prevent that “oops” moment when something breaks on a live site. This session shows you how to utilize tools and incorporate them within your workflow in order to save time and prevent mistakes. It explains the components needed to create local development sites, show you how to do it by utilizing time-saving techniques and then demonstrate the steps required to deploy your site once complete.
October 19, 2013 — With Vagrant you can create and distribute virtual development environments that allows you to match your production environments. This eliminates possible hours of unrelated troubleshooting when a configuration on the server shows a different issue that that of your local environment. This also keeps your local machine clear of the server software it shouldn’t care about by providing a clean sandbox to play in.