Default Web Service Architecture June 25, 2021May 14, 2023Web services are a method of communication between two computing devices over a network, and the communication happens in standardized ways (and specifications) for the Continue Reading Share Facebook Twitter Pinterest Linkedin
Azure Default Azure Solution Availability June 25, 2021May 14, 2023Azure is a mature platform that provides a number of options for implementing high availability and scalability at multiple levels. It is vital for an Continue Reading Share Facebook Twitter Pinterest Linkedin
Azure Default Azure Resource Manager June 23, 2021May 14, 2023Azure Resource Manager (ARM) is the technology platform and orchestration service from Microsoft that ties up all the components that were discussed earlier. It brings Continue Reading Share Facebook Twitter Pinterest Linkedin
Default Docker Dockerfiles – best practices June 11, 2021May 14, 2023Introduction: Docker has revolutionized the way developers deploy and manage applications. With Docker, developers can package their applications into portable containers, which can be run Continue Reading Share Facebook Twitter Pinterest Linkedin
Default Terraform What Is Infrastructure as Code? June 11, 2021May 14, 2023The idea behind infrastructure as code (IAC) is that you write and execute code to define, deploy, update, and destroy your infrastructure. This represents an Continue Reading Share Facebook Twitter Pinterest Linkedin
Default Kubernetes Understanding Pods in Kubernetes June 10, 2021May 14, 2023Pods In the VMware world, the atomic unit of deployment is the virtual machine (VM). In the Docker world, it’s the container. Well… in the Continue Reading Share Facebook Twitter Pinterest Linkedin
Default Kubernetes Masters and nodes in Kubernetes June 10, 2021May 14, 2023A Kubernetes cluster is made up of masters and nodes. These are L beinux hosts running on anything from VMs, bare metal servers, all the Continue Reading Share Facebook Twitter Pinterest Linkedin
Default SQL How to create delete trigger in SQL Server? May 30, 2021February 28, 2022Hello Everyone, I hope you are doing well. Today, I will be explaining on how to create the Delete Triggers in Sql Server. We all Continue Reading Share Facebook Twitter Pinterest Linkedin
Default Tweaks How to auto-generate unique-identifier column in Sql? May 25, 2021May 14, 2023Hello everyone, In this article lets see the sample code that can help you auto-generate the unique-identifier in sql server. The above sql query creates Continue Reading Share Facebook Twitter Pinterest Linkedin
Default Devops Kubernetes Kubernetes Architecture May 6, 2021May 14, 2023Kubernetes architecture at a high level is relatively straightforward. It is composed of a master node and a set of worker nodes. The nodes can Continue Reading Share Facebook Twitter Pinterest Linkedin