What do mean by GitLab?

0
Version Control repository management services are considered as a key component in the software development workflow till date. If you observe in the last...
DevOps matrix

Learn how the areas of DevOps matrix are useful in a project

0
The objective of DevOps is to eliminate the barriers that exist between development and operations. In the attempt to eliminate barriers, overlapping mechanisms need...
Convolutional Neural Networks

Convolutional Neural Networks for Image Processing

0
Image recognition is a machine learning method and is designed to resemble the way a human brain functions. With this unique method, the computers...
IDE’s

Top IDEs for C or C++ Developers in 2022 & Beyond!

In this digital era, nothing is possible without programming. From smartphones in our pockets to self-driving cars, everything needs programming. The cursor of the...
docker-applications

Learn How To Test Docker Applications Part – 1

0
In the previous tutorials we have covered different aspects of Docker such as pulling images from repositories, running containers, managing images and containers, using...
Authentication Using Kubernetes API

Learn How to Perform An Authentication Using Kubernetes API

0
Due to the continuous development of Kubernetes, both the features and API continually evolve. To cope with the continuous evolution and to ensure compatibility...
docker-api

Learn How To Use The Docker Api To Manage Containers And Images

0
Within the Docker ecosystem there are three APIs available. These are the registry API, the Docker Hub API and the Remote API. The...
Overview on CI/CD pipeline - Git, Jenkins and Deployment

Overview on CI/CD pipeline – Git, Jenkins and Deployment

A CI/CD pipeline automates the software delivery process. It introduces automation and continuous monitoring throughout the lifecycle of a software product. It involves the...
Use Dataset

Beginners Guide To Use Dataset In TensorFlow?

0
If you aren’t a developer or a tech geek, you probably have never heard of TensorFlow. First introduced on 9th November, 2015 by Google,...
docker-images

Learn How To Use Docker Images Part 1

1
In the ‘Docker overview tutorial’ we discussed the main components that make up the Docker platform and how they work together. In that tutorial,...