What is Android and How it works? An Overview and Its Use Cases

History & Origin of Android Android Inc. was founded in Palo Alto, California, in October 2003 by Andy Rubin, Rich Miner, Nick Sears, and Chris White. Rubin described the Android…

Read more »

What is YAML and How it works? An Overview and Its Use Cases

What is YAML? YAML means  another markup language. It is a data serialization language that works well with the modern programming language, and it is human-friendly. It is used to…

Read more »

What is Powershell and How it works?

What is PowerShell? Windows PowerShell is an automated task-based command-line shell and associated scripting language created by Microsoft. It is the new shell of Microsoft which combines the old command prompt (CMD) functionality…

Read more »

What is Amazon Neptune?

Relational databases move with recording fields of knowledge and one-to-many connections, graph databases are optimized to trace many-to-many relationships, like social networks and conception networks. It supports variety of various…

Read more »

What is Amazon DynamoDB?

Introduction So many web-based applications lack of scaling reason is growth in numbers of users along with the increasing complexity of data traffic. This modern complexity of business require to…

Read more »

Top 10 free screen recorder with quality video and audio

Free screen recorder applications have come a long way in the past few years, and there are tons of impressive tools out there that can capture everything that happens on…

Read more »

Top 15 things to to improve sales using Google Business

Do you know that about 88 per-cent consumers in-store shopping behavior is significantly influenced by online research before they make a purchase, even when the purchase is made explicitly at…

Read more »
artifacts-in-sonatype-nexus

How to upload the artifacts in Sonatype Nexus using Maven

Step 1 – Install and Configure Nexus Server Step 2 – [Nexus Server] Create a nexus role containing all required access of Nexus. Step 3 – [Nexus Server] Create a…

Read more »

How to build jobs in jenkins when a change is pushed to Bitbucket

    Bitbucket plugin is designed to offer integration between Bitbucket and Jenkins.   It exposes a single URI endpoint that you can add as a WebHook within each Bitbucket…

Read more »

Azure DevOps Tutorial for Beginners and Its work process.

DevOps is a culture in IT industries that needs time, and many organizations have and want to incorporate this approach to improve their businesses. Azure is considered one of the…

Read more »

Elasticsearch Cluster Setup and Configuration Tutorial step by step using AWS ec2

Read more »

Python Interview Questions and Answer Part – 1

What Python function is used to open files? open_file() file() new_file() open() (Ans) What does the pass keyword do? Passes control to another function Continues to the next iteration of…

Read more »

AngularJS Tutorial for Beginners

AngularJS is a JavaScript Framework. It can be added an HTML Page with a <Script> tag. AngularJS extends HTML attributes with Directives, and binds data to HTML with Expressions. It…

Read more »

Chef Tutorials: Chef Test kitchen Command Line Options

Read more »

Chef Tutorials: Understanding a Chef Cookbook Anatomy with Example

Following Reference Has been taken out from this url Attributes Resources Definition Files Libraries Providers Recipes Templates Cookbook Doc Files Cookbook Metadata File

Read more »

Terraform Tutorials: Variables – Data Type – Map

In this example, the instance_tags variable is defined with a type of map(string), and it is given a default value of { Name = “my-instance” }. The AWS provider is…

Read more »

Terraform state explained!!!

By – christophchamp Terraform keeps the remote state of the infrastructure It stores it in a file called terraform.tfstate There is also a backup of the previous state in terraform.tfstate.backup When you execute terraform apply, a new terraform.tfstate and…

Read more »

Kubernetes Configmap explained using example

Content of reverseproxy.conf Commands to execute to create configmap Example pod using configmap Validating configmap inside a pod

Read more »

Which AWS Cloud Certification Is Right for You?

It sound’s great if you’re thinking about getting AWS certified. The demand for Cloud computing skills are huge, and whether you’re looking to take your career to the next level…

Read more »
oauth-2-0-protected-rest-ap

Creating a OAuth 2.0 Protected REST API In Laravel

Download and install WAMP or XAMPP Server Download and install composer Open Gitbash and Set the composer composer global require “laravel/installer” Create a new Laravel Project Refer following code How…

Read more »

Web.config Transformation Using TeamCity explained

Usually Web.config Transformation is being done during a deployment of dotnet application to various server during deployment time. Here Teamcity is a CI server thus deployment can be done done…

Read more »

Working with uDeploy client using udclient and work with uDeploy command line

Step 1 – Install and setup JAVA including JAVA_HOME Step 2 – Click the link to download the Deploy Client zip. This zip contains the command line executable for use…

Read more »

What is Uninstall and Uninstall Component in uDeploy?

Component process types – Uninstall and Application process types “Uninstall Componeet” would not Uninstall a files which was uninstalled in last deployment. rather Uninstall steps has to be written manually…

Read more »

Ansible inventory in one remote machine using command-line

You can specify inventory file host path or comma separated host list. Except “localhost”, you can always specify a inventory using “-i INVENTORY” or –inventory=INVENTORY. Also, there are two default…

Read more »

PHP Tutorial for Beginners

PHP FRONT TO BACK What is PHP?:- PHP: Hypertext Preprocessor(Recursive Acronym)Server-Side Programming/Scripting LanguageCan be embedded directly within HTML (<?php?>)Files use a “.php” file extension How Does PHP Work?:- Client makes…

Read more »

Kubernetes supports Windows containers

With the release of Kubernetes v1.14, Windows Server node support has officially graduated from beta to stable! This support enables developers and operators with Windows Server based applications to containerize…

Read more »
elasticsearch-error-illegal

ElasticSearch Error – illegal_argument_exception – Rejecting mapping update to type

########### COMMAND ################# ########### OUTPUT ########### Solution Multiple mapping types are not supported in indices created in 6.0 The ability to have multiple mapping types per index has been removed…

Read more »

Octopus deploy Package Deployment Feature Ordering

When Octopus deploys packages, it runs a series of actions implementing the conventions or features enabled for that step. The order of evaluation once the package is extracted is: BeforePreDeploy.*…

Read more »

Difference between ansible vars_files vs include_vars

Both of them have some commonalities but they solve different purposes. vars_files are read when the play starts. include_vars are read when the play reaches the task. Format vars_files: directive…

Read more »

Solution/Project structure and Dev resources

applicationPackaging created the topic: WiX 3 Tutorial: Solution/Project structure and Dev resources This is the first post about building a WiX 3 installer from zero. The reason I’ve decided to…

Read more »