Systems | Development | Analytics | API | Testing

Latest News

Helix Core Introduces S3 Storage Support

As organizations continue to migrate to the cloud and search for ways to reduce costs, Perforce has released Helix Core 2023.2 – giving users the ability to connect their archive depots to S3-backed (or S3-compatible) cloud object storage. S3 storage support offers users a durable and convenient solution that grows automatically and indefinitely. In the following article I explain S3 storage, diving into the benefits of using S3 storage, and how to get started using S3 Storage within Helix Core.

Optimizing Quality Assurance: Harnessing the Power of AI for Efficient and Effective Software Testing

In the present digital period, Artificial Intelligence (AI) is impacting the future of various aspects of Quality Assurance (QA). This evolution has resulted in strategies for ensuring quality is effectively integrated into development processes.

LLMOps vs. MLOps: Understanding the Differences

Data engineers, data scientists and other data professional leaders have been racing to implement gen AI into their engineering efforts. But a successful deployment of LLMs has to go beyond prototyping, which is where LLMOps comes into play. LLMOps is MLOps for LLMs. It’s about ensuring rapid, streamlined, automated and ethical deployment of LLMs to production. This blog post delves into the concepts of LLMOps and MLOps, explaining how and when to use each one.

Top 3 Data + AI Predictions for Manufacturing in 2024

Investment in AI for manufacturing is expected to grow by 57% by 2026. That’s hardly surprising — with AI’s ability to augment worker productivity, improve efficiency and drive innovation, its potential in manufacturing is vast. AI’s predictive capabilities can help manufacturing leaders anticipate market trends and make data-driven decisions, creating financial opportunities for suppliers as well as customers.

How to Use Confluent for Kubernetes to Manage Resources Outside of Kubernetes

Apache Kafka® cluster administrators often need to solve problems like how to onboard new teams, manage resources like topics or connectors, and maintain permission control over these resources. In this post, we will demonstrate how to use Confluent for Kubernetes (CfK) to enable GitOps with a CI/CD pipeline and delegate resource creation to groups of people without distributing admin permission passwords to other people in the organization.

REST APIs for Government

REST APIs are emerging as a simple and secure way to access sensitive government data, serving as conduits that enable seamless access and manipulation of data across various government systems. Government agencies face the pressing need to modernize their IT infrastructure to improve service delivery, enhance operational efficiency, and ensure the security of data exchanges.

Tricentis Mobile winner in TechStrong's DevOps Dozen 2023

We are thrilled to announce that Tricentis is once again a winner in TechStrong’s DevOps Dozen! TechStrong annually recognizes the most Agile and innovative DevOps tools and services, along with contributors to the DevOps community who have demonstrated exceptional performance. DevOps Dozen honorees have not only moved the needle within their own organizations, but have also pushed the DevOps industry forward. Tricentis Mobile was named the winner of the Best Testing Service/Tool category.

Building reusable UI components in Rails with ViewComponent

Reusable UI components are user interface widgets or elements that can be used in various places in a web project. These components are typically small and created for a specific functionality. Typically, you write the code once and then import the UI components wherever needed. For example, you can create a card component that displays certain information or have a navigation bar that will appear at the top of all web pages. Such UI elements can be imported and added to your desired web page.