-
Terraform
How to use Terraform Variables
Hello. In this tutorial, we will explain the usage of variables in Terraform scripting language. 1. Introduction Terraform is an…
Read More » -
Terraform
How to use Terraform outputs and inputs
Hello. In this tutorial, we will explain the input and output variables in Terraform scripting language. 1. Introduction Terraform is…
Read More » -
sql
SQL Server PIVOT Operator Explained
1. Introduction SQL Server has supported the PIVOT operator since version 2005. It is used to generate a multidimensional report…
Read More » -
Terraform
Terraform Count Example
Hello. In this tutorial, we will understand the count variable in Terraform. 1. Introduction Terraform is an open-source tool developed…
Read More » -
Git
The Best Git Branching Strategy
1. Introduction This is an in-depth article related to the Best Git Branching Strategy. Git was developed by Vincent Driessen…
Read More » -
Terraform
Terraform Apply Command
Hello. In this tutorial, we will explain the basics of the Terraform apply command, that engineers use on daily basis.…
Read More » -
Python
Introduction to Interactive Programming in Python
In this article, we will make an introduction to interactive programming in Python. 1. Introduction Python is an easy-to-learn, powerful…
Read More » -
sql
SQL Server FORMAT() Function
1. Introduction SQL Server provides a format function that returns a formatted value based on the specified format. It is…
Read More » -
Docker
Running a Python App in a Docker Container
Hello in this tutorial, we will explain how to run a Python app in a Docker container. More specifically, we…
Read More » -
sql
SQL Transaction Example
1. Introduction An SQL transaction is a logical unit of one or more SQL statements. A transaction has ACID properties:…
Read More »