Aruba Cloud has every tools to provide you maximum flexibility: multiple hypervisors, multiple operating systems, virtual switch, load balancers.
All these building blocks are easily provided by accessible interfaces in order to help our users.
During this presentation we’ll show how to build a typical LAMP infrastructure with two balanced web server in less than 30 minutes.
]]>We’ll start talking about the main characteristics of the app engine platform, which kind of services are available (persistence, storage, queue and so on) and how to use it. Then the PHP installation of app engine will be discussed, highlighting implementation choices and limitations.
The second part of the talk will go into implementation details in particular about what tweaks are needed to run an existing app on gae e.g: how session is managed, logging is performed and how to interact with the file system not forgetting about deploy
]]>In this workshop, we do a hands-on tour through the CMF. We look at the existing functionality and implement simple features to get a feel for how things work.
* PHPCR-ODM Content repository with translation and versioning
* database routing
* menu system
* block system
* media handling
* editing with create.js and sonata
This talk will take that inspection a step further and look under the hood of PHP, at the C internals, for common performance problems.
If you’ve ever wanted to know exactly what your code is doing, and why ++$i is faster than $i++, this talk is for you.
]]>The answer is that design patterns are hard. Designing reusable applications is the most challenging thing a developer can do. But there’s good news: you CAN master design patterns and use them to your advantage! This workshop will show you how.
Learn how you’re already using design patterns in your own code, how to identify design patterns in the code of others, how to use eight of the most common design patterns (with live coding demonstrations!) and the ways in which design patterns can change your applications!
]]>