What is Docker? Package Software into Standardized Units for Development, Shipment, and Deployment Get started with basic Docker commands: 1.
Month: June 2020
Docker Basic concepts and installation
Docker Docker is an open-source tool that automates the deployment of an application inside the software container. What is
Setting up an AWS account
In order to create a personal AWS account. 1. Go to Amazon WS link and give an email id, password
Comparator in vector C++
I am trying to solve a simple solution for comparing 2 vectors in this post in C++. Let us use
Simple tutorial for unordered maps in C++
Unordered maps Associative containers with key-value pairs that contain unique keys. Insert, search, and remove operations have an average constant
Introductory tutorial on g++: Getting started
g++ GNU C++ compiler is a compiler in Linux which is used to compile the C++ programs. It compiles .c
Longest word in the file C++
Problem Statement: Program that reads a file containing a sorted list of words (one word per line, no spaces, all lower case),
Formula dependency detection algorithm
Question: Take a set of formulas and order them based on their dependencies. If they are cyclic in nature Exit