Kubernetes

Learn What is Kubernetes and What are Container Operations

0
The traditional approach of deploying applications was using a package manager for application installation, but it also suffered from the problem of mixing up...

Image Facial Recognition using Open-CV Python

0
OpenCV-Python is a library of Python language which includes various bindings designed to solve computer vision problems. OpenCV is an open source C++ library used for image processing...
Release Software

Learn How to Automatically Release Software

0
In the DevOps building blocks tutorial, we identified automation as a useful technique for quickly delivering software and developing collaboration between development and operations....
Developing Secure Applications Part 1 Secure Socket Layer (SSL)

Developing Secure Applications Part 1 Secure Socket Layer (SSL)

Introduction This article is part 1 of a four part series where we look at the issues around developing secure applications. Thousands of hackers work...
Software Development Certifications

Top 14 Software Development Certifications you can get in 2017

0
Information Technology (IT) is an ever-growing and ever-changing industry. While experience has always been the king of this industry, gaining some add-on skills or...
Docker Build Environment

Learn To Set Up A Docker Build Environment

1
Containers excel during the deployment stage by simplifying the deployment process and reducing the challenges that are likely to be faced. To understand how...
building-blocks

Learn What Are The Building Blocks Of DevOps

0
In the learn previous DevOps tutorial we introduced DevOps, discussed its advantages and identified some of the professionals who are involved and how they...
Learn-How-To-Use-Functions-And-Methods-In-Scala

Learn How To Use Functions And Methods In Scala

Scala provides both methods and functions to organize code and accomplish tasks. Although methods and functions are sometimes used interchangeably to refer to the...
cloud computing utilizing R Programming

A Quick Guide To Cloud Computing Utilizing R Programming

Any business today is being changed through SMAC, which is a a collective term for Social, Mobile, Analytics and Cloud. The effect of this change has...
Singleton Design Pattern In Java

How To Use Singleton Design Pattern In Java

0
Many of us are well aware of the fact that different design patterns primarily signify the best practices that are used by experienced object-oriented...