Decoding Pipeline as Code (With Jenkins)

The growing focus on decentralizing the application building process through techniques such as micro frontends and microservices has propelled the need for revamped engineering practices that can manage pipelines as code. Primarily because pipeline-as-code can help speed up the process of building and progressively delivering software without compromising on consistency. The delivery pipeline templates that … Read more

How to use Jenkins and AWS Code Deploy as a CI / CD Tool.

Continuous Integration is a software development practice  where continuous changes and updates in code base are integrated and verified by an automated build scripts  using various tools. Continuous Deployment is also a software development practice whose role is to automatically deploy the code to the specified server and application folder once the code is been … Read more