I am happy to share that I have finished the sports coaching program designed by Olympics national team and Nike. Here is the certificate of completion.

This category contains the blogs related to computer related technologies like java, Yui, Gwt, Java script, Distrubuted computing etc
lets say id:password are aseem:password, when encoded it looks like YXNlZW06UGFzc3dvcmQ=
Here is the sample request with basic auth
curl –request POST ‘https://my.web.com/sso/v2.0/user/accounts’ \–header ‘Content-Type: application/json’ \–header ‘User-Agent: latest’ \–header ‘Authorization: Basic YXNlZW06UGFzc3dvcmQ=’ \–
Tests need to run against the background of a known set of objects. This set of objects is called a test fixture. When you are writing tests you will often find that you spend more time writing the code to set up the fixture than you do in actually testing values.
The purpose of a test fixture is to ensure that there is a well known and fixed environment in which tests are run so that results are repeatable. Some people call this the test context.
Examples of fixtures:
Loading a database with a specific, known set of data
Erasing a hard disk and installing a known clean operating system installation
Copying a specific known set of files
Preparation of input data and set-up/creation of fake or mock objects
One of the most time-consuming parts of writing tests is writing the code to set the world up in a known state and then return it to its original state when the test is complete. This known state is called the fixture of the test.
Hi Friends,
I am happy to share that have passed another AWS cloud certification exam. The training and sponsorship was provided by Rackspace Cloud (AWS partner). This exam “AWS Cloud Practitioner” is relatively very simple in comparison to “AWS Solutions Architect“. I finished it in almost half the time given in exam.
The certificate is issued by AWS Training and Certification.
Feel free to reach out to me if for any help, assistance, guidance or motivation related to AWS certification.
I have explained Auto Scaling with live demo using AWS ASG, SQS and Cloud Watch. Watch this short video to understand the elasticity and power of the cloud.
Completed AWS Cloud Economics course for AWS partners.
https://www.aws.training/Transcript/CompletionCertificateHtml?transcriptid=UwjzmozkW0isbhIswNmhlg2
Thanks to #rackspace and #aws for sponsoring the program.