Top 10 high paying IT certifications in the world in 2019

Certification always play a crucial role for professionals not only in IT but in every profession these days. If you are a fresher and just started your…

Read More

Top 5 SEO Content Writing Tips for Beginners

Here, I’m going to discuss with you about 5 SEO Content Writing Tips for Beginners. Problem Solving Content – If you write content or blog, then you…

Read More

AWS Certified Developer – Associate Explained

The AWS Certified Developer-Associate Examination is for those who are interested in using/handling cloud based applications and services. Typically, applications developed in AWS are sold as a…

Read More

How to create Quality backlinks from Wikipedia.

Are you doing SEO ? and looking for a Quality Backlink. Then Today, I will tell you Step by Step “How to create a quality backlink” Wikipedia…

Read More

What is function definition in php? with example.

PHP Function:- A function is a block of statements written in a program to perform some specific task.

Read More

Python Tutorials: Web References & Cheatsheet

https://www.learnbyexample.org/python/ Best Books for Learning Python https://www.programiz.com/python-programming/variables-datatypes https://data-flair.training/blogs/python-string/ https://www.journaldev.com/26711/python-logical-operators https://www.geeksforgeeks.org/python-list/ https://www.programiz.com/python-programming/dictionary https://www.learnbyexample.org/python-if-else-elif-statement/ https://www.programiz.com/python-programming/if-elif-else https://www.askpython.com/python/python-functions https://www.learnbyexample.org/python-functions/ https://www.learnbyexample.org/python-classes-and-objects/ https://realpython.com/courses/ https://www.learnbyexample.org/python-file-handling/ https://www.roytuts.com/python-web-application-crud-example-using-flask-and-mysql/

Read More

Python Tutorials: What is List of Popular Editor for Python?

Visual Studio Code PyCharm Commmunity Version Thonny Atom Sublime Text 3 IDLE Online Compiler from Programiz

Read More

Python Tutorials: How to use pip command to Python3.x instead of Python2.7?

First of all, pip is made for Python2.x and pip3 is made for Python3.x. Thus you need to select wisely which version of module you are installing….

Read More

AWS Certified Solutions Architect Associate Explained.

The AWS Certified Solutions Architect – Associate Examination is intended for those individuals who perform a Solutions Architect role and having hands-on experience using compute, networking, storage,…

Read More

How to Download and Install Mysql in Macos 10

Step 1 – Download a DMG package from here https://dev.mysql.com/downloads/mysql/ Step 2 – Download a DMG package from here Click on DMG file and again you get…

Read More

Python Tutorials: List of python3 Options and arguments command lines

usage: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 [option] … [-c cmd | -m mod | file | -] [arg] … Options and arguments (and corresponding environment variables): -b : issue warnings about…

Read More

Python Tutorials: List of Python Environment Variables

Here are important environment variables, which can be recognized by Python − Sr.No. Variable & Description 1 PYTHONPATHIt has a role similar to PATH. This variable tells…

Read More

Terraform Project – Assignment – Exercise – Lab#2: Modules

How to submit Assignment? Please submit assignment @https://www.debug.school/ and POST url share in the comments of this post. Project 1 – Create a terraform Module in which…

Read More

Terraform Project – Assignment – Exercise – Lab#3: Mixed

How to submit Assignment? Please submit assignment @https://www.debug.school/ and POST url share in the comments of this post. Exercise 1 – Write a terraform configuration file to…

Read More

Bootstrap Tutorial

What is Bootstrap? Bootstrap is a open-source framework for building websites and web applications. That means the bootstrap is fully responsive framework and support any devices which…

Read More

Terraform Advance Workflow loop explained!!!

validate – Validates the Terraform files init – Init. Initialize the (local) Terraform environment. Usually executed only once per session. providers – Prints a tree of the…

Read More

Decide factor to write Terraform Module or not?

Terraform modules are reusable configuration units. They let you manage pieces of infrastructure as a single package you can call and define multiple times in the main…

Read More

Terraform Environment Variables Exaplained!

Terraform has many environment variables which can be used to customize various aspects of its behavior of terraform. However all are optional, i.e None of these environment…

Read More

How to declare a local & global variable in PHP?

Local Variable:- Local Variables mean local is declared inside a function. Its value applies in any function. When local variable value modified in one function then changes…

Read More

Terraform Tutorials: Variables – Data Type – List

In this example, the security_groups variable is defined with a type of list(string), and it is given a default value of [“default”]. The AWS provider is then…

Read More

Terraform Tutorials: Variables – Data Type – Number

In this example, the instance_count variable is defined with a type of number, and it is given a default value of 1. The AWS provider is then…

Read More

Terraform: run code after resources is created using using remote-exec provisioners

The chef, file, local-exec, puppet, remote-exec, provisioner invokes a script on a remote resource only after it is created. Thus, if you add provisioner code after “terraform…

Read More

Terraform Error: Invalid reference

Solution: Declare variable with var. such as name = “${var.reponame}” instead of name = “${reponame}”

Read More

Terraform Error: Invalid variable name

Solution You must not use following variables. These names are reserved for meta-arguments in module configuration blocks, and cannot be declared as variable names. source version providers count for_each lifecycle depends_on locals

Read More

Terraform Error: Failed to read ssh private key: no key found

Solutions private_key – The contents of an SSH key to use for the connection. These can be loaded from a file on disk using the file function….

Read More

Terraform Tutorials: How to do Loop / Iterate in Terraform?

Resources Resources are the most important element in the Terraform language. Each resource block describes one or more infrastructure objects, such as virtual networks, compute instances, or…

Read More

Understanding local-exec provisioner in terraform

Terraform Provisioners can be used to do specific actions on the local machine or on a remote machine in order to prepare servers or other infrastructure resources….

Read More

Using http and https proxy in terraform

For Windows environment , set the proxy property like below in dos prompt or permanently in windows environment variable. Then run terraform script, it should work. For…

Read More

How to Filtering, Sorting, and Paging in Angular JS?

First, we’ll discuss what is AnglularJS and their Benefits. What is Angular JS Angular JS is a Javascript Framework that helps build web applications. It is used…

Read More

All about AWS Certified Cloud Practitioner- Foundation

This certification path is meant for individuals who are seeking to build and validate overall understanding of the AWS Cloud in spite of their specific technical roles….

Read More