Skip to main content

This is how business is done!!

Father : I want you to marry a girl of my choice
Son : "I will choose my own bride!"
Father: "But the girl is Bill Gates's daughter."
Son : "Well, in that case...ok"
Next Father approaches Bill Gates.
Father: "I have a husband for your daughter."
Bill Gates: "But my daughter is too young to marry!"
Father: "But this young man is a vice-president of the World Bank."
Bill Gates: "Ah, in that case...ok"
Finally Father goes to see the president of the World Bank.
Father: "I have a young man to be recommended as a vice-president."
President: "But I already have more vice- presidents than I need!"
Father: "But this young man is Bill Gates's son-in-law."
President: "Ah, in that case...ok"
This is how business is done!!

Comments

Popular posts from this blog

Being A Mother Is a Gift

Top 10 Arts Colleges in INDIA

Infrastructure as Code (IaC)

What does infrastructure as code mean? Infrastructure as Code (IaC) is a method to provision and manage IT infrastructure through the use of source code, rather than through standard operating procedures and manual processes. You’re basically treating the servers, databases, networks, and other infrastructure like software. And this code can help you configure and deploy these infrastructure components quickly and consistently. In the past, setting up IT infrastructure has been a very manual process. Humans have to physically rack and stack servers. Then this hardware has to be manually configured to the requirements and settings of the operating system used and application that’s being hosted. Finally, the application has to be deployed to the hardware. Only then can your application be launched. Ugh. With IaC, you can use tools like Terraform, CloudFormation, Puppet, Chef, and other tools to create scripts that will configure your servers, databases, operating systems, and ...