Systems | Development | Analytics | API | Testing

%term

Perforce Helix Core Platform for Digital Creation: Helix Core, Helix DAM, and Helix Plan

Helix Core is at the center of development across industries, from gaming and VFX to semiconductor and automotive. Your team might know Helix Core as the enterprise-grade version control system trusted by Fortune 500 companies and award-winning studios, but it goes beyond versioning. Helix Core is a platform that offers an integrated suite of tools for studios and teams who need it all: a way to plan their workflows, manage and review their assets, and bring their visions to life at any scale.

Streamlining Cloud Native App Development in Kubernetes #WordsUnplugged

As Kubernetes adoption grows, effective API management within this ecosystem becomes crucial. The Gateway API specification is a promising solution, addressing the challenges of integrating API management into Kubernetes' declarative, GitOps-driven environment. Although the initial response to the specification has been positive, its full impact and adoption are still unfolding. Vendors must balance the desire for interoperability with the need to differentiate their offerings, navigating complex market dynamics.

Breaking Down Data Silos With Cloud-Based Architecture: A Conversation With Kallol Dutta, Spark NZ

In this episode of "The Data Cloud Podcast," Kallol Dutta, Head of Transformation at Spark NZ, talks about the idea of the minimum viable data concept, Spark New Zealand’s vision for becoming a cloud software company, and why he considers himself a techno-optimist.

How to organize a bug bash

Bug bashes are time-boxed events where participants (developers, testers, product managers, and customers) come together to identify and report as many bugs as possible, providing a fresh perspective on the software. They encourage cross-functional interaction, accelerate the bug discovery process, uncover critical issues, improve the overall quality of the software, and enhance product reliability before release. To organize one, you need to consider.

What is Istio Service Mesh?

As a developer working with microservices architectures, you may find yourself facing numerous challenges. Managing multiple services, each with its own potential points of failure, can be complex. Issues such as communication difficulties, security concerns, and lack of visibility are common in these environments. These challenges are not unique. As microservices architectures expand, they often introduce complexities that can be demanding for development teams to handle.

Enhancing Your Elixir Codebase with Gleam

Do you write Elixir but sometimes miss the benefits of type safety we have in other languages? If the answer is "yes", you may want to take a look at Gleam. It is a relatively young language that runs on top of the BEAM platform, which means it can be added as an enhancement to an Elixir codebase without you having to rewrite everything. In this article, we will add Gleam code to an Elixir project.

S1.E12: From Agile to Holistic Testing | QA Therapy Podcast

Testing has undergone a significant evolution, encompassing a broader range of quality attributes and adopting a more holistic perspective. But what exactly does this entail? We're thrilled to welcome our special guest, Janet Gregory, a renowned conference speaker and prolific author in the topic of agile testing. Collaborate seamlessly throughout the testing process with Xray - from planning and execution to debriefing and reporting - using the tools you're already familiar with, all within Jira.

Top API Versioning Strategies for Seamless Integration

API versioning is key to updating your API without breaking clients’ integrations. It ensures smooth transitions and maintains compatibility. This guide explains the best strategies and practices for effective API versioning. API versioning is not just about the technicalities of managing different versions; it also involves a strategic approach to communication, documentation, and support.

Continuous Integration for WordPress: Best Practices for Testing and Deployment

While continuous integration is a common practice for most software development teams, the stateful nature of WordPress makes it more challenging to set up. For our open source WordPress plugin, we wanted to integrate our standard build and test process for every pull request using CircleCI. CircleCI is a cloud-based CI/CD platform that streamlines the development process for creating, testing, and deploying code changes.