DevOps and Development

How to Install Pip on Ubuntu

February 20, 2019

Pip is a software utility that downloads packages from PyPI – the Python Package Index. Using PIP is like adding additional software repositories to Linux. This guide will walk you through installing PIP on Ubuntu.

Read more

How To Install PIP to Manage Python Packages On Windows

February 19, 2019

PIP for Python is a utility to manage PyPI package installations from the command line. This tutorial will show how to install PIP, check its version, upgrade and configure PIP.

Read more

How To Remove Docker Images, Containers, Networks & Volumes

February 7, 2019

Docker allows users to create a container in which an application or process can run. In this guide, you will learn how to organize a docker environment by removing Docker images, containers, volumes, and networks. Using these commands makes docker container management fast and straightforward.

Read more

How to Install Pip on CentOS 7

January 17, 2019

Pip Installs Packages (Pip) is a package management system that simplifies the process of installing and managing software packages written in Python. All packages listed in the Python Package Index (PyPI) can be installed using Pip.

Read more

How to Implement Validation for RESTful Services with Spring

November 13, 2018

Data validation is not a new topic in web application development and here we take a brief look at data validation in Java ecosystem in general and Spring Framework specifically. Java platform has de facto a standard for implementing data validation that is Bean Validation specification.

Read more

How to Install Docker on CentOS 7

October 22, 2018

Docker is an increasingly popular software package that creates a container for application development. Essentially, it creates a uniform interface so that any application running on it is highly compatible with most operating systems. Developing in Docker also helps speed up applications, since it shares the kernel and other resources.

Read more

How to Install Docker On Ubuntu 18.04


Docker is an increasingly popular software package that creates a container for application development. Essentially, it creates a smooth operating system interface, so that applications running on it are compatible with most operating systems. Developing in Docker also helps speed up applications, since it shares the kernel and other resources (instead of pulling dedicated resources just for the application).

Read more
1 38 39 40