Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

The importance of SemVer for your applications

For some developers, SemVer can look just cosmetic, nice to have, or simply useless. But SemVer format is mandatory to make reliable software. I'll explain how over one year, we encountered 2 issues related to SemVer. The first one was critical and led to a production outage, while the other was a lot of trouble for several companies to upgrade a managed service.

Continuous Software Pipelines: Why Enterprises Are Going Cloud-Native Dev Week Enterprise Open Talk

Your entire tech stack is likely in the Cloud - so why aren’t your software packages? Whether you’re currently on-premise, have your own in-house solution or have a bit of a hybrid set up, join us in this session to explore:- Why enterprise organizations are making the move from on-premise solutions to completely Cloud-Native ones- What this means for improving, scaling, and securing their CI/CD pipelines- What the benefits of this are over cloud-hosted- How to easily set up a secure, cloud-native software pipeline in 60 seconds.

How to Develop and Deploy AI/ML Workloads at Scale - Prototype to Production in Days, not Months

Explore how organizations can develop and deploy machine learning (ML) workloads at scale on top of Kubernetes in NVIDIA DGX systems, while satisfying the organization’s security and compliance requirements, thus minimizing operational friction and meeting the needs of all the different teams involved in a successful ML effort.

Package Management for Gaming Software Development

There is huge scope required when building video games. They are not just computer programs; they’re audio-visual artistic works. It’s a collaborative effort between software engineers, animators, scriptwriters, graphic designers, photographers and sound engineers. Working with these collaborators and assets leads to a different software pipeline than the average software project.

Deploy ImageLabeller with Bitbucket

Follow along with this step-by-step video series as Warren Marusiak, a senior technical evangelist, demonstrates pushing a code change to production using Bitbucket Pipelines CI/CD. To demonstrate how to develop, deploy, and manage applications using Jira Software and various connected tools, our team created ImageLabeller, a simple demo application built on AWS that uses machine learning to apply labels to images.

Deploy ImageLabeller with Github

Follow along with this step-by-step video series as Warren Marusiak, a senior technical evangelist, demonstrates pushing a code change to production using Bitbucket Pipelines CI/CD. To demonstrate how to develop, deploy, and manage applications using Jira Software and various connected tools, our team created ImageLabeller, a simple demo application built on AWS that uses machine learning to apply labels to images.

Deploy ImageLabeller with Gitlab

Follow along with this step-by-step video series as Warren Marusiak, a senior technical evangelist, demonstrates pushing a code change to production using Bitbucket Pipelines CI/CD. To demonstrate how to develop, deploy, and manage applications using Jira Software and various connected tools, our team created ImageLabeller, a simple demo application built on AWS that uses machine learning to apply labels to images.

Practical Tips & Tricks for Speeding Up Your CI/CD Pipelines

When developing software and maintaining CI/CD and testing pipelines we are often compelled to increase our test coverage by adding more tests, and therefore improve our apps’ quality. After all, more automation equals better software, right? There’s a flipside to this equation however, and a point at which we start seeing diminishing returns from each test we add. Taken to extreme, these diminishing returns begin to actively harm our ability to deliver working software.