Vagrant 1.8 Upgrade Issues
Earlier this morning Mitchell Hashimoto released version 1.8 of Vagrant. I immediately upgraded and quickly hit a problem. After running vagrant up I got this error message:
Earlier this morning Mitchell Hashimoto released version 1.8 of Vagrant. I immediately upgraded and quickly hit a problem. After running vagrant up I got this error message:
Vom 29.05.2016 bis zum 02.07.2016 findet in Berlin die International PHP Conference 2016 statt. Ich freue mich, nach einer längeren Pause, wieder einmal als Sprecher eingeladen worden zu sein und meine Vorträge "Microservices: Klein aber oho!" und "Jenkins for PHP projects" halten zu dürfen.
A few weeks back we released a Prophiler PSR-7 middleware which we created during a hack session on Adroit, our little, clever ADR middleware implementation. I`d like to show you how to integrate the Prophiler middleware in a zend-expressive application. As it turns out this is super simple.
Counting is a slow measure in Postgresql, and it is even slower with a lot of data and complex statements. This issue is related with the kind of how the data consistency is implemented. As a result Postgresql must check the visiblity of all rows first and so it has to iterate over them all.
In knapp einer Woche ist es so weit: Die PHP User Group Rhein-Neckar trifft sich zum ersten Mal in Mannheim in den Räumlichkeiten der bitExpert AG. Weitere Informationen sowie die Anmelddemöglichkeit zum Treffen finden sich auf der entsprechenden meetup.com Veranstaltungsseite.
Vom 29.01.2015 bis zum 30.01.2015 findet in Antwerpen bereits zum siebten Mal in Folge die phpBenelux Konferenz statt. Ich freue mich wieder einmal, als Sprecher eingeladen worden zu sein. In meinem Vortrag "Jenkins for PHP Projects" werde ich aufzeigen wie wir Jenkins für unsere PHP Projekte verwenden und wie bsp. die Zusammenarbeit mit unserer internen Satis Instanz funktioniert.
Vom 18.02.2016 bis zum 19.102.2016 findet in London die PHP UK Conference 2016 statt. Ich freue mich zum Dritten Mal in Folge dabei zu sein und dieses Mal meinen Vortrag "From Vagrant to Production" präsentieren zu können.
Cache is a great thing, but sometimes it causes problems. For example deploying the latest web app but users still having cached JS, CSS files and more cached in their browser. This is not a bad thing in a lot of cases, but consider, you did an API change and the cached JS is still accessing the old API.
Im Vergleich zu einem klassischen Barcamp sind beim DevOps Camp die Themenschwerpunkte auf Administration und Entwicklung ausgelegt. Dies war meine erste Teilnahme an einem DevOps Camp. Die Eindrücke waren durchweg positiv.
In the course of pushing a few of our "internal" components to the public, it is about time to release the current version of Adroit which is our "smart" (pun intended) ADR/PSR-7 middleware implementation.