+91 88606 33966            edu_sales@siriam.in                   Job Opening : On-site Functional Trainer/Instructor | Supply Chain Management (SCM)
Author : Mausomi Paul

DATA ANALYSIS

Introduction Data analysis can be defined as a process which involves the inspection, cleaning, transformation, and modeling of data with the aim of extracting information and actionable knowledge. This information or knowledge can then be used to draw inferences in a scientific study or help support the decision-making process in a business. Different data-analysis tools […]

SOFTWARE DEVELOPMENT LIFE CYCLE

Introduction DevOps Lifecycle is a methodology which software development teams use to bring products to market more quickly and efficiently. It’s a way of managing the entire software lifecycle from development through release, focusing on collaboration between developers and IT operations professionals. Constant software creation, development, verification, release, and management are part of the DevOps […]

BUSINESS INTELLIGENCE

Introduction Assume you have a lot of data, scattered like puzzle pieces all over the place. It can be exhausting trying to make sense of it all. But business intelligence platforms make the process easier. They collect all of your data, clean it up, and help you uncover useful insights. It’s like having your own […]

CONTAINER ORCHESTRATION

Introduction Container orchestration automates the deployment, management, scaling and networking of containers across the cluster. It is focused on managing the lifecycle of containers. Enterprises that need to deploy and manage hundreds or thousands of Linux containers and hosts can benefit from container orchestration. Let’s say a major online shopping platform announced a holiday sale […]

PODMAN: THE FUTURE OF CONTAINERIZATION

INTRODUCTION Podman (an abbreviation of Pod Manager) is Linux-native container orchestration tool that uses a daemon-less architecture to create, build and run your application. Podman containerization process is fully compliant with Open container initiatives (OCI), which it leverages to deploy your app container images and containers. Podman container ecosystem is almost equivalent to Docker. Podman […]

VERSION CONTROL SYSTEM

Introduction A version control system is a kind of software that helps the developer team to efficiently communicate and manage(track) all the changes that have been made to the source code along with information like who made and what changes have been made. A separate branch is created for every contributor who made the changes […]

CREATING A FREE STYLE JOB IN JENKINS

INTRODUCTION A Jenkins build job contains the configuration for automating a specific task or step in the application building process. These tasks include gathering dependencies, compiling, archiving, or transforming code, and testing and deploying code in different environments. Jenkins supports several types of build jobs, such as freestyle projects, pipelines, multi-configuration projects, folders, multi branch […]

INSTALLING JENKINS ON RHEL

Jenkins is an open-source software package for continuous software development. It is used to automate parts of the build, testing, delivery, and deployment of applications. Jenkins is based on Java and helps with every part of the software development process. This article will guide you through the steps for installing jenkins on rhel. Prerequisites Step […]

CONTAINERS vs VIRTUAL MACHINE

Containers are a way to package your application’s source code, configuration, dependencies, into a single file. A Single file can be used to run small microservices or large software applications. It sits on the top of a physical server and its host operating system which means containers share the same operating system. Virtual machines run […]

Scroll to top