Nick Perkins

Platform Engineer. Volunteer Motorsport Official. ADHD Brain. Bit of a nerd.

Failure MUST be an option for innovation

This week I hosted a brown bag session at work where I explored the idea that failure isn’t something to be avoided at all costs but must be a safe option for software engineering teams. The concept of failure often carries a negative connotation. However, embracing failure as an option can foster an environment of learning, innovation, and psychological safety. Let’s explore this by looking at the benefits this shift in mindset can bring, and the elements required to create a culture where failure is seen as a stepping stone to success. Continue reading

ORAS for Configuration Management

A challenge for any engineering team is handling configuration management in a secure and efficient way. Recently, I’ve explored using ORAS (OCI Registry As Storage), a tool which enhances OCI (Ope Container Initiative) registries by enabling them to store various artifacts, not just container images. What is ORAS? ORAS is an open source project which builds tools and libraries to enable using OCI registries to store any type of artifact, not just container images. Continue reading

Infrastructure as code with Terraform

Over the last couple of months I’ve been working on a project for a containerised orchestration platform using Infrastructure as Code. This has meant I’ve spent most of my time working with Terraform. What is Terraform? I could write a couple of paragraphs about what Terraform is and what it does, but I think they put it best: Terraform is an open-source infrastructure as code software tool that provides a consistent CLI workflow to manage hundreds of cloud services. Continue reading