Jenkins
The power of Jenkins, the open-source automation server for continuous integration (CI) and continuous delivery (CD), With Jenkins, developers can rapidly build, test, and release code, ensuring efficient software development. Explore the benefits of continuous integration and delivery, Jenkins’ customization options, plugin library, and its ability to automate deployments and connect with other tools in the development stack. Join the global DevOps community in leveraging Jenkins for streamlined software delivery pipelines.
Agile Methodology and DevOps Relationship
In today’s time of software, the development industry Agile and its complementary DevOps are two methodologies that are being used more and more by developers for developing the project efficiently and completing it on time with frequent releases.
Docker Networking
Docker runs the application inside the docker containers, and as different parts of the application present in different containers, all the containers should be connected with each other for the application to work.
Istio – An Open Platform Service Mesh
Let’s go to the era of monoliths where all the business logic is organized under one chunk of code defined in a particular language. It is easily manageable and deployable if the app is a micro-level application. But, when it comes to scaling the application and adding certain capabilities within that code-base, it becomes challenging, as everyone is working on the same codebase. In such an application, deploying the changes on the production is backbreaking as the complete application needs to be pushed, even for a small change.
Bastion Host Firewall
Limiting access to resources is the best practice for network management. In this article you know one method of hardening an infrastructure called a Bastion Host.
Best way to detect objects in images using ML Kit
ML Kit is a mobile SDK that brings Google’s expertise in machine learning to Android and iOS applications in a strong but easy to use kit. Whether you’re new to machine learning or experienced you can implement the features you need in just a few lines of code. Learn more by reading the blog.
What’s new in PHP 7.4?
Since the arrival of PHP 5 out of 2004, its performance has multiplied and maybe, even significantly increased. PHP 7.4 brings loads of new highlights, language structure increments and fixes. It was discharged on November 28, 2019. In this blog you’ll find a list of PHP 7.4 features that are new and will help you upgrade.
STLC – Software Testing Life Cycle Phases and its Criterias
Software Testing Life Cycle (STLC) is defined as a set of activities which is executed in a systematic manner to achieve the testing goal. Each of these stages has an Entry and Exit criteria associated with it. Know more about these criterias by reading the blog.
Deploying Applications with Docker Compose
Docker compose is a tool which is used to deploy and manage multi-container applications on Docker nodes operating in single-engine nodes.Deploying and managing lots of services is a tough task. This is the situation where Docker Compose reduces the stress, it will deploy and manage the different services. Read the blog to know more
Introduction To Sahi Script
Sahi script is JavaScript based. The parsed sahi script by sahi is fully valid javascript executed by the rhino javascript engine. The constructs used in sahi script are given below. The constructs are the same as javascript except the $ used for the variables. Read the blog to know more.