Getting started with Jenkins X
Nov22

Getting started with Jenkins X

Jenkins X is an open source system that offers software developers continuous integration, automated testing, and continuous delivery, known as CI/CD, in Kubernetes. Jenkins X-managed projects get a complete CI/CD process with a Jenkins pipeline that builds and packages project code for deployment to Kubernetes and access to pipelines for promoting projects to staging and production environments. read...

Read More
5 ways to say thanks to your DevOps team
Nov22

5 ways to say thanks to your DevOps team

My team recently got a handwritten thank you note from one of our community members. The note was extremely nice, unexpected, and made us feel good. That’s the power of saying thank you. For both the giver and receiver, sharing appreciation creates an emotional connection that is gratifying and humanizing. And to be honest, with today’s high-paced work environments, polarizing politics, and natural disasters, we could use...

Read More
Failure is an option in Perl 6
Nov22

Failure is an option in Perl 6

This is the eighth in a series of articles about migrating code from Perl 5 to Perl 6. This article looks at the differences in creating and handling exceptions between Perl 5 and Perl 6. The first part of this article describes working with exceptions in Perl 6, and the second part explains how you can create your own exceptions and how failure is an option in Perl 6. read...

Read More