I remember back in the days that having an access to a physical server is difficult and costly for use cases that you just need to develop, deploy or simply evaluate an application.Not only you need to think of the different moving parts of a server for both Software and Hardware but you also need time for your application. But now in the advent of cloud computing there are several cloud providers that can give you this kind of service mainly called IaaS or Infrastructure As A Service. In this article I will discuss to you one of the core services offered by AWS which is EC2 or Elastic Compute Cloud.
Continue readingCloud
AWS: Quick guide for Elastic Beanstalk

In this fast pace competitive market, we need to lessen the Time To Market, creating a demo application or just making a Proof of Concept by leveraging the power of cloud. As a developer we need a platform where in we could quickly build, deploy and scale our web app, mobile backend and APIs without spending time on the design and usage of the infrastructure we are going to use.
We also need to have a platform that scales well, highly available, supports multiple programming languages and different operating systems. In this quick write up I’m going to share to you one of AWS services called Elastic Beanstalk to help you leverage its features.