Skip to content
SolutionsBased Local
Consult Now

Blog

Useful Links

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…

AWS

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,…

AWS

Creating Load Balancer in EC2

AWS

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…

Cloud

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…

Cloud

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…

Cloud

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…

Cloud

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,…

PHP

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…

PHP

Naming conventions – PHP

Here are the suggested naming conventions for Variables, Classes, Functions and Files. Naming Variables Use all lower case. Use _ to separate…