openshift_logo

Running WordPress on OpenShift: An Introduction

By Vinh Quốc Nguyễn OpenShift is a PaaS that allow you to run your own app for free with low resources. It offers 1GB storage and 512MB RAM, and has support for custom domains. It’s faster than Heroku, PagodaBox, and AppFog giving you SSH access to your app server, running in a separate environment. It’s […]

Google-GO

What Is Go?

By Nishant Modak Go is an open source programming language developed at Google and designed to help build simple reliable software systems. The core strength of Go is its concurrency mechanisms which make it simpler to write software, to exploit multi-core architectures. It’s a compiled, strongly – statically typed, concurrent and garbage-collected language. It’s a […]