Posts marked with “cloud”

The Workshop: Refactoring to an Object Store

by · April 9, 2021

0
 

Welcome to the third installment of our containerization journey. Last month we covered running our application locally in Docker containers replacing our pre-existing development virtual machine. We used Laravel Sail to scaffold our development environment with Docker Compose. This month we’re going to look at a real-world application running on a traditional Linux Virtual Private […]

 

The Workshop: Run Amazon Linux Locally

by · July 2, 2019

0
 

This month we focus on running Amazon Linux on your local development machine via Vagrant. While you could spin up resources in EC2 and go to town, maybe you’re not quite ready to jump into the deep end. Perhaps you want to test your application in a controlled environment to see how it performs on […]

 

Serverless PHP With Bref, Part One

by · May 9, 2019

1
 

In recent years, a different way to build applications has arisen called serverless computing. This term is not a good name; I’m reminded of the adage that there are two hard problems in programming: naming things, cache invalidation, and off-by-one errors. Serverless computing as a name implies no servers, but there are servers—you don’t think about them though. A better way to think about it is that the servers and the management of them are abstracted away and the provider manages the allocation of resources, not the application architect.

 

Serverless PHP With Bref, Part One

by · May 2, 2019

0
 

In recent years, a different way to build applications has arisen called serverless computing. This term is not a good name; I’m reminded of the adage that there are two hard problems in programming: naming things, cache invalidation, and off-by-one errors. Serverless computing as a name implies no servers, but there are servers—you don’t think about them though. A better way to think about it is that the servers and the management of them are abstracted away and the provider manages the allocation of resources, not the application architect. In this article, I’m going to walk through how to use Lambda with PHP to execute a function.

 

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.”