Learning to build Machine Learning

On this weekend I spent hours of my time learning prediction.io. PredictionIO is an open-source Machine Learning server for developers and data scientists to build and deploy predictive applications in a fraction of the time.Prediction.io make the machine learning very easy to learn. It's architecture make things easy to train the machine and deploy it. It is based on the templates with DASE architecture. And since it is build on top of Apache Spark with Mllib, all the mllib algorithms are … Read more...

Save Your Gmail Inbox Space By Delete Old Attachments

I have been using Gmail for my primary email communication for several years. It is great and fast and also convenience as well. But recently i have an issue, i almost run out of spaces. By the time i'm writing this this email Gmail only give 15GB of email storage. And i'm using 95% of it. The recent that it is full because i did email some clients with large attachment.So i found a way to search those email and i delete them all, and i could save a lot of spaces. Here is how i do it:I … Read more...

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

Asana Way by Justin Rosentain

I love Asana! In our team workflow, Asana is one of the most important tool we are using for our project management. I wrote some top cloud apps to boost productivity a while ago, and Asana is one of them. And recently i saw in Asana blog post and interesting video. It's been months that a question pop in my head, how the Asana team use their product? And suddenly it is answered by the Asana team. The speaker is Justin Rosentain, he is one of the co-founder of Asana. And i will waste more of … Read more...

Store Your Snippet Code With Gist Box

Gist is a snippet code repository made by Github to share snippets and pastes with others. Gist is also a git repository, so you can version, fork and branch like a git repository. And as a developer i'm sure you have a lot of code snippets. GistBox is a web application, easily installed and available in Chrome extension, help you to create, manage, search and share your Gist.GistBox need your Github account to connect so you can publish your Gist from GistBox to Github. To install GistBox … Read more...

Top Cloud Apps to Boost Your Productivity

This time i would like to share some cloud applications to boost your productivity. Most of them are free and will help you so much in your day to day activities.There are plenty of cloud applications to help you to more effective and efficient. For example, we can share our video presentations using dropbox and access it from anywhere such as other computers or even mobile phones.  So no more complicated things by bringing the usb drive, portabe hardrive or send it by email.Cloud … 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...