Audvik Labs

Knowing and Creating Jenkins File

Introduction Jenkins pipelines can be defined using a text file called Jenkins File. You can implement pipeline as code using JenkinsFile, and this can be defined by using a domain specific language (DSL). With JenkinsFile, you can write the steps needed for running a Jenkins pipeline.  The benefits of using JenkinsFile are:  •You can create

Machine Learning for Beginners

Machine learning is the process of making systems that learn and improve by themselves, by being specifically programmed.   The ultimate goal of machine learning is to design algorithms that automatically help a system gather data and use that data to learn more. Systems are expected to look for patterns in the data collected and use

Learning about Unit Testing

Testing of the unit requires testing individual components of the programme or application software. The primary objective behind this is to verify that all the individual components function as expected.  As the smallest possible part of the software that can be evaluated, a unit is known. It usually has a couple of inputs and a