Published in Clarusway·PinnedHow Can We Easily and Visually Explain Docker-Compose?The Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your…Docker6 min readDocker6 min read
Published in Geek Culture·Oct 21, 2021Member-onlyInstalling Docker By Setting Up Repositories In Linux DistrosBefore starting the installation of Docker Engine for the first time on a new host machine, you need to set up the Docker repository. Later on, you can install and update Docker from the repository. Install on CentOS Set up the repository and Install Docker engine. Install the yum-utils package (which…Linux3 min readLinux3 min read
Published in Clarusway·Jul 3, 2021Installing and Upgrading Ansible with *pipYou can install Ansible on many systems with pip. Pip is the main Python package manager. Prerequisites for installing pip: If pip is not already have been installed on your system, then you must execute upcoming commands to install all package into your system. $ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py $ python…Ansible3 min readAnsible3 min read
Published in DataDrivenInvestor·Feb 3, 2021Member-onlyHow To Get a Job In AWS Cloud & DevOpsHey developers or the people who do not have any IT background but looking for a job! …AWS4 min readAWS4 min read
Published in Clarusway·Jan 14, 2021How To Get an Offer In AWS Cloud & DevOps?Are you a developer? (or just looking for a well-paying job and wondering if IT is for you?) Today’s best careers can be found in AWS (Amazon Web Services) Cloud and DevOps fields. You don’t need to have a background in IT to start learning — it just takes determination…AWS6 min readAWS6 min read
Published in DataDrivenInvestor·Jan 2, 2021Member-onlyWhat Is The Meaning of Compiler and Interpreter Programing Language?IN today’s industry work experience is not everything. Once you meet the basic requirements there is only one thing left standing between you and your job which is a “job interview”.Today I will explain a question that developers are always asked in interviews. The compiler is a program that takes…Programming3 min readProgramming3 min read
Published in Clarusway·Dec 22, 2020p-value In Statistics?What exactly is a p-value? The p-value tells you how likely it is that your data could have occurred under the null hypothesis. It does this by calculating your test statistic’s likelihood, which is the number calculated by a statistical test using your data. The p-value tells you how often you would expect to see…Statistics5 min readStatistics5 min read