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 Login” feature to all the customers for their …
Use case:There is a SAAS based platform and each customer will be having their subdomains. If I want to give the “Facebook Login” feature to all the customers for their …
Amazon S3 is a Simple Storage Service It provides secure, durable and highly scalable cloud storage. It’s a file-storage in the Cloud, where you can store code, files, images, etc. …
What is Elastic Load Balancing? Elastic Load Balancer (ELB), is a device that helps to distribute the load to multiple servers as per the requirement. ELB automatically distributes incoming application …
Elastic or static IP is used if you want your Public IP to be consistent. Elastic IP will not be changed, in case the instance will be stopped/started or rebooted. …
Firstly, follow these steps to Create an EC2 Instance Go to Compute section and select EC2 On the EC2 dashboard, you will see “Running instances” under the “Resources” section with …
IAAS – Infrastructure as a service You will get the infrastructure. So you are responsible for setting up all the required services and not the hardware. You will set up …
On-Premise/ Private Cloud – Everything is managed in the local environment. You are responsible for everything.– It means all infra, design, application, all your machines, networking, all your servers you …
Common mistakes using a few PHP functions: empty() – commonly mistaken due to different results with different content. Most of the time it will not be necessary to use this …
Here are the suggested naming conventions for Variables, Classes, Functions and Files. Naming Variables Use all lower case. Use _ to separate words, e.g. $green_color_value Use descriptive names (except loop …