Der Vorteil von Cloud-Services besteht vor allem darin, dass sie standardisierte Leistungen schneller und zu einem günstigeren Preis anbieten als das Unternehmen selbst dies mit ihrer internen IT managen können. Die Anbieter erreichen dies über eine hochgradige Automatisierung ihrer Rechenzentren und eine optimale Auslastung ihrer Ressourcen durch eine global verteilte Erzeugergemeinschaft. Für Unternehmen entfallen die […]
Read MoreWhat is DevOps for me
DevOps is a culture where the roles which are responsible for creating, maintaining and operating software application organize themselves and collaborate in a manner to improve communication. Where a company organizes themselve into vertical teams to achieve this and pursue the following goals: Post Views: 370
Read MoreEin Prozess im Unternehmen implementieren
In unseren Berufsalttag entwickeln wir eine Software. Wir erzeugen kein Gegenstand, sondern verrichten eine Tätigkeit, also ein Prozess, bei dem was hergestellt wird. Dabei ist es sehr wichtig sich auf dem Prozess und auf das Produkt zu konzentrieren. Kein Kunde wird sich freuen wenn sein Produkt nicht genau das leistet was er erwartet hat, oder […]
Read MoreEvent handling with PIMF php micro framework
Events can provide a great away to build de-coupled applications and allows you to tap into the core of your application without modifying its code. To fire an event, just tell the Event class the name of the event you want to fire: $responses = Event::fire(‚user.updated‘); Notice that we assigned the result of the fire […]
Read More