
Mandatory Algorithms for Coding Interview
Basic algorithms that you must know if you want to crack your coding interview

Basic algorithms that you must know if you want to crack your coding interview

Application and Service Principal Objects in Azure In azure cloud in order to protect your resources like web applications you must register them in Azure Active Directory. After registering...

Did you get a phone call from your customer saying they want to improve their application reliability while you move their workload to the cloud? If yes then continue reading this article. I will use Microsoft Azure to explain the Reliability concept and its improvement steps. You can certainly do the same in Google Cloud or Amazon AWS.

Creating cost optimized highly scalable cloud architecture is challenging but it is possible! Using Spot Amazon Elastic Compute Cloud (Amazon EC2) instances you can save up to 90% of on-demand pricing. In this article you will learn what spot instances and what should be your strategy to use spot instances. Additionally, I will give you scenarios where most of the customers are using spot instances.

In a traditional data center you create one perimeter, secure them by installing firewall, WAF, SIEMS etc. and have 100% confidence that the data center is secure. However, when you migrate to clou...

How to make sure our workload in the cloud is secure, reliable. How to monitor the cost of your cloud resources consumption? Is there any automation you can do to remind you of your cloud budget ex...

EBITDA and EBIT is a very fundamental business term that is nowadays mostly considered during the cloud adoption phase. If your company is planning to migrate to cloud and you are going to present a finance key performance index to your CFO then make sure you learn these concepts.

JavaScript basics that you should keep handy to write coding problems in Javascript.

Learn about Point of Presence and Network Access Point used in cloud and Telecommunication industries

The CAP theorem states that a distributed system cannot simultaneously be consistent, available, and partition tolerant. CAP Theorem is very important in the Distributed systems, Microservices architecture, Big Data world, especially when we need to make trade offs between the three, based on our unique customer’s use case.