Blog
Support wildcard subdomains for your Facebook app
Use case:There is a SAAS based platform and each customer will be having their subdomains. If I want to give the “Facebook…
Amazon S3 & it’s features
Amazon S3 is a Simple Storage Service It provides secure, durable and highly scalable cloud storage. It’s a file-storage in the Cloud,…
Creating Load Balancer in EC2
Elastic Load Balancing – in AWS
What is Elastic Load Balancing? Elastic Load Balancer (ELB), is a device that helps to distribute the load to multiple servers as…
What is an Elastic IP?
Elastic or static IP is used if you want your Public IP to be consistent. Elastic IP will not be changed, in…
Launch Amazon EC2 instance – Linux
Firstly, follow these steps to Create an EC2 Instance Go to Compute section and select EC2 On the EC2 dashboard, you will…
Models of Cloud service
IAAS – Infrastructure as a service You will get the infrastructure. So you are responsible for setting up all the required services…
Different types of designs in Cloud Computing
On-Premise/ Private Cloud – Everything is managed in the local environment. You are responsible for everything.– It means all infra, design, application,…
Common mistakes using a few PHP functions
Common mistakes using a few PHP functions: empty() – commonly mistaken due to different results with different content. Most of the time…
Naming conventions – PHP
Here are the suggested naming conventions for Variables, Classes, Functions and Files. Naming Variables Use all lower case. Use _ to separate…