 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Web & PHP Magazine: Issue #11 - Climate Change
by Chris Cornutt February 07, 2013 @ 09:08:37
The latest issue of Web & PHP Magazine has been released today - issue 11, "Climate Change". This new edition includes articles like:
- "PHP in the Cloud" By Frédéric Harper
- "Develop your Agile mindset" By Steffan Surdek
- "Database Indexing part 2" By Cory Isaacson
- "Presenting For Geeks eBook teaser" By Dirk Haun
- "Level Crossings and Traffic Jams" By Stefan Priebsch
As always, you can pick up this issue for free by either registering or logging into your account. You can also get the back issues from the site too for more great reading.
voice your opinion now!
webandphpmagazine issue cloud agile presenting database
Oracle.com: Oracle Invests in Leading Platform-as-a-Service Company Engine Yard
by Chris Cornutt November 14, 2012 @ 12:19:35
According to a new press release on the Oracle.com site today, they've announced the company's investment in the popular PaaS provider (and big sponsor of several PHP conferences, events and the community) Engine Yard. From the official press release:
Oracle announced today that it has made a strategic minority investment in Engine Yard, a leading cloud development platform that supports Ruby, PHP and Node.js, popular web development languages. [...] In conjunction with this investment, Oracle and Engine Yard expect to work closely together to provide cloud application developers with a greater choice of development and deployment options. The two companies are expected to connect their respective PaaS offerings to enable more rapid development of applications in a secure, reliable and scalable environment.
No word yet on how this will integrate with Oracle's own cloud solutions but it should be interesting to see what comes out of it. Congratulations to the Engine Yard folks on the investment!
voice your opinion now!
oracle engineyard orchestra paas provider cloud pressrelease
Fortrabbit.com: PHP-Focused PaaS Launched!
by Chris Cornutt October 05, 2012 @ 10:45:17
The folks over at Fortrabbit.com have officially announced the opening of their cloud-based, PHP-focused hosting platform:
We do managed hosting for over 5 years - a business where reliability is one of the core values. And Platform as a Service is just a label for a modern approach of scalable hassle-free hosting solutions. This PaaS market is very young and still a changing category in the wide field of cloud hosting. Listening to customers and their needs will influence the way current services work.
They offer a "Bootstrap" service if you'd like to try it out. It supports PHP 5.4, APC, MySQL, Git integration, Composer support, SSH/SFTP access and DNS management. You can also add on memcache and SSL support if desired.
voice your opinion now!
paas platform launch cloud hosting deployment
DeveloperWorld: How to make PHP apps scale
by Chris Cornutt May 25, 2012 @ 13:19:20
On DeveloperWorld today there's a new article talking about performance concerns and PHP application (and how your data source might be the problem).
The power of PHP and an RDBMS is the ability to nail the major features of an application with cheaply paid developers in a record amount of time. Unfortunately, the default runtime environment used by PHP is simply an unscalable mess. [...] The truth is that if you have enough servers and enough database servers, you don't have contention. [...] As it turns out, there's a modern solution to the problem: the cloud plus NoSQL. Cloud infrastructure gives us the ability to spin up enough servers, and a NoSQL database enables us to shard our data effectively.
They talk some about why they think PHP's runtine environment is "a dog" based on the non-native pooling of database connections and the lack of a thread-safe environment.
The bottom line: PHP applications are a load on the database due to the constraints of the concurrency model.
He points to the cloud architecture and NoSQL databases as solutions to the scalability problem, providing more scalable resources and flexible data sources.
voice your opinion now!
application scale nosql cloud computing platform
Nodeable Blog: Marten Mickos The LAMP Stack is Dead, and Cloud has Killed It
by Chris Cornutt April 20, 2012 @ 08:17:56
In this recent post to the Nodeable Blog, they suggest that the days of the typical LAMP stack (Linux, Apache, MySQL, PHP) are numbered because of what many of the cloud services have to offer.
For the past 10 years, the LAMP stack has laid waste to proprietary software stacks. Yes, Microsoft has held onto gargantuan profits, but LAMP has become the foundation for leading web services, whether Google or Facebook or [Insert Big Web Brand Here]. LAMP is the future. Or was. That is, until cloud killed it, as Eucalyptus CEO (and former MySQL CEO) Marten Mickos posits in a great keynote from the Percona Live: MySQL Conference & Expo 2012.
In the keynote he pointed out that it's becoming less about the whole setup and more about combining technologies to get the results you need - less "stack" and more "linked technology" (and not always the same tech for every node). He pointed to the Amazon AWS service as a prime example of a platform that allows endless flexibility as to what software can be installed and how it can be used, all with a few clicks of a mouse.
voice your opinion now!
cloud opinion lamp stack death obsolete martenmickos keynote
NetTuts.com: Elevate Your PHP to the Cloud
by Chris Cornutt February 28, 2012 @ 11:40:34
In this new tutorial on NetTuts.com Phil Sturgeon looks at how to "elevate your PHP" to a cloud-based hosting service, specifically Pagoda Box.
This article will walk you through cloud hosting for your PHP application with Pagoda Box. It'll detail how to handle PHP dependencies, get your MySQL databases up and running (and debug locally), and customise various aspects of PHP with ease.
He walks you through the entire process you'll need to fire up a (free) application on their service (including a database!):
- Sign up for a new account
- Create an application
- Set up git
- Create your public SSH key and upload it to Pagoda
- Commit to your repository and deploy your code
He also mentions a custom option Pagoda Box has included in their series - the Boxfile. This configuration file allows you to set up things like the environment you want your app to run in (PHP 5.3, MySQLi extension, etc) and set up some of the php.ini configuration settings. He also shows you how to set up the database instance and how to use their "pagoda" gem to create a temporary SSH tunnel from your development environment to their database server. He also briefly mentions the option they have of using a real domain name to point to your application.
voice your opinion now!
pagodabox cloud hosting boxfile tutorial
Dzone.com: A Free Amazon EC2 Cloud Server Based LAMP
by Chris Cornutt February 22, 2012 @ 10:42:17
In this new article on DZone.com, Artur Mkrtchyan shows you how to get an Amazon EC2 instance up and running and get a LAMP server set up and ready to go.
In this article I'm going to show you how to create a free Amazon EC2 cloud based LAMP Server and Point your domain to Amazon EC2 Instance. There are 4 simple steps to do.
The setup process is pretty easy - getting an Amazon free account, creating a server from an existing image, installing the LAMP stack and pointing your domain at the EC2 instance. He gives a step-by-step guide of the process, including the commands you'll need to execute to get all of the LAMP packages installed.
voice your opinion now!
lamp stack amazon ec2 instance tutorial cloud server
|
Community Events
Don't see your event here? Let us know!
|