Introduction to Kubernetes Docker was responsible for introducing developers to the concept of container-based applications. Docker provided very consumable tooling for container development and storage
Author: Chandan
Lets Create a Null Checking Extension on C#
Extension methods are static methods behaving like instance methods. We generally use this so that we can use this function as a part of that
Web Service Architecture
Web services are a method of communication between two computing devices over a network, and the communication happens in standardized ways (and specifications) for the
Azure Solution Availability
Azure is a mature platform that provides a number of options for implementing high availability and scalability at multiple levels. It is vital for an
Azure Resource Manager
Azure Resource Manager (ARM) is the technology platform and orchestration service from Microsoft that ties up all the components that were discussed earlier. It brings
How to encrypt and decrypt using cryptography (AES)?
Encryption Code Decryption Code Usage
Understanding Kubernetes architecture in depth
Kubernetes has very ambitious goals. It aims to manage and simplify the orchestration, deployment, and management of distributed systems across a wide range of environments
Dockerfiles – best practices
Introduction: Docker has revolutionized the way developers deploy and manage applications. With Docker, developers can package their applications into portable containers, which can be run
Requirement Engineering and Process
The process to gather the software requirements from client, analyze, and document them is known as requirement engineering. Basically, The goal of requirement engineering is
What Is Infrastructure as Code?
The idea behind infrastructure as code (IAC) is that you write and execute code to define, deploy, update, and destroy your infrastructure. This represents an