Posts marked with “scaling”

June 2016 – Decoupled by Design

by · June 1, 2016

0
 

The June 2016 issue of php[architect] magazine is now available! Less tightly coupled code is easier to debug and re-use. This month we look at techniques to decouple different aspects of your code: including using asynchronous & distributed workers, transducers, middleware, and secure web services. Also in this issue, we have a library to use […]

 

The Cloud Couldn’t Be Easier

by · April 19, 2011

0
 

Zend has just announced their latest partnership with RightScale, a leader in cloud computing management, to provide you with a new Platform as a Service (PaaS) offering. This is not just your typical PaaS, though, this will provide a “solution for deploying and managing business-critical PHP applications with high availability, elasticity and portability in the cloud.”

 

CodeWorks 2010 Slides

by · November 29, 2010

4
 

If you’ve been following along the last couple months, you know that a number of us were recently on the CodeWorks 2010 tour. In ten days we hit five cities and met user groups all over the place. All in all, it was a blast – we all have writeups coming – but you’re not here for our analysis.. you’re hear for our slides.

 

AntidisestablishmentSQLism: an introduction to NoSQL

by · March 30, 2010

4
 

Talking about the NoSQL movement is like talking about a “NoC++” movement: people not using C++ have very little else in common with each other. For instance, some people say that NoSQL is obviously all about ACID (atomic, consistent, isolated, durable) vs. BASE (basically available, soft-state, easy). Other people say it’s all about scalability, whereas […]