Docker – Shell Script to Remove Docker Images

7 years ago

Following script could help remove all of the docker images starting with a specific prefix. Save the script in a…

Docker – Script to Remove Running Containers

7 years ago

Following script could help remove all the running Docker containers. Save the script in a file namely, delContainers.sh. Change the…

Blockchain – Top Links for ICO

7 years ago

Following are some of top links representing the pages which provides good information on ICO (Initial Coin Offering): What is ICO?…

Blockchain Developers Interview Questions – Set 1

7 years ago

This page covers interview questions for Blockchain developers. It covers some of the following concepts in relation with Bitcoin Blockchain: Blockchain fundamentals Block related…

Kubernetes – When to use Which ServiceTypes?

7 years ago

Kubernetes supports different kinds of service types such as following: ClusterIP: The service of type, ClusterIP, can only be exposed…

Kubernetes – Port, Targetport and NodePort

7 years ago

When working with Kubernetes Service, you will come across some of the following terminologies: Port: Port is the port number…

Decentralized Identity Management, Blockchain – Why Bother

7 years ago

This blog represents details on Decentralized Identity Management and why you should care? Given that IBM, Hyperledger has joined Blockchain Identity Consortium…

Angular Developers Interview Questions – Quiz 1

7 years ago

This page represents the quiz for Angular developers who are beginning (beginners) to learn Angular.  These questions can be used…

Configure Angular Route Definitions – Part 2

7 years ago

In this blog, we will learn about how to configure Angular route definitions in an Angular app by defining route definitions…

HBase Architecture Components for Beginners

7 years ago

This blog represents high-level concepts on HBase architecture components. Following diagram represents the same: HBase Architecture Components - Key Building…