Create Google App Engine For PHP

A couple of months ago Google App Engine announced their support for PHP. And it is the fourth language supported by Google App Engine after Phyton, Java and Go. Now for all the PHP Developer this is a good news, so we could use Google App Engine power for own web applications. So now i would like to share a little bit how to start your own Google App Engine using PHP. And imagine that you can use WordPress or Laravel framework with Google App Engine.Please follow the step by step … Read more...

Revalidate Cache On Static Files In Google App Engine

I'm using Google App Engine to cache my static files for a while now. So far, i'm quite happy with my blog performance and using Google App Engine as CDN is definitely improve my blog page speed. I even upgrade to add more bandwidth, since i exceed the bandwidth quite often.After using it quite sometimes, and i was have an issue with the cache. Google App Engine cache my static files to all the edge servers. So when i'm doing an update (in css file for example), it was still show the old … Read more...

Setup Your Google App Engine Application To Use Your Own Domain

Google App Engine is cloud computing technology for developing and hosting web applications in Google-managed data centers. You can use Google Powered server to host your web applications. Beside web applications, you can host your static files to act like a CDN (Content Delivery Network). Read more about [HowTo] Host Your Static Files Using Google App Engine For Free from my previous article.Google App Engine url use appspot.com with format like this http://[your-app-id].appspot.com as … Read more...