Systems | Development | Analytics | API | Testing

%term

Simplify Brand Identity Management on Asgardeo with Branding AI

In today’s market, the power of a cohesive brand identity cannot be overstated. However, manually configuring consistent branding themes across multiple platforms can be a tedious process. That’s where Asgardeo’s new AI Branding feature comes in, offering a smarter way to align your digital identity in Asgardeo with your own brand.

Data Streaming Awards 2024: Nominations Are Now Open

The Data Streaming Awards is back for its third year! Designed to bring the data streaming community together, this one-of-a-kind industry award event recognizes organizations that are harnessing the power of this revolutionary technology to drive business and customer experience transformation. If you know a company (even your own team) that is using data streaming technology to transform their business and provide amazing value to their customers and communities, the time is now to submit a nomination.

A Conversation With ZoomInfo's Philip Zelichenko

In this "Data Cloud Podcast" episode, host Steve Hamm sits down with Philip Zelichenko, VP of Data and Analytics at ZoomInfo, to discuss the benefits the ZoomInfo business go-to-market platform provides to companies. During the conversation, he explains ZoomInfo's role as a data broker that maintains a database with profile information on 100 million companies, iinformation that clients can use to fuel sales and marketing growth.

Laying the Foundation for Modern Data Architecture

Behind every business decision, there’s underlying data that informs business leaders’ actions. As the market landscape across verticals from financial services to healthcare and manufacturing grows increasingly competitive, those decisions need to happen ever faster and to make them, businesses need to rely on data to reveal insights quickly, as near-real-time as possible.

What's New in ThoughtSpot - 9.12 Cloud Release

ThoughtSpot Analytics Cloud 9.12 is now available! Drill, filter, customize charts, and verify formulas and SQL queries for AI answers without leaving the ThoughtSpot Sage experience Iteratively drill and auto-examine each attribute with SpotIQ Change Analysis for deeper insights Track your content's version history effortlessly using Git right within the ThoughtSpot UI.

Best Practices for Confluent Terraform Provider

Managing Confluent Cloud infrastructure efficiently poses challenges due to the complexities involved in deploying and maintaining various components like environments, clusters, topics, and authorizations. Without proper tooling and practices, teams struggle with manual configuration errors, lack of consistency, and potential security risks. The Confluent Terraform.

What is a KPI Dashboard? 6 Key Benefits & Best Practice Examples

From business-wide objectives to long-term targets, every organization has specific metrics they need to track. One way to communicate those insights is a KPI dashboard. Key performance indicator (KPI) dashboards are a great way for executives to improve their management of strategic goals, and keep on top of changes, issues and trends in performance at a high-level, with many useful applications when used correctly, alongside other modern analytics tools.

S1.E4: Handling risk as a team with risk-storming | QA Therapy Podcast

Worried that critical issues keep slipping through the cracks and reaching production? Fear not! In this episode, we're diving deep into risk-storming and adopting a risk-based approach in your projects, where testing plays a pivotal role. Today, we're joined by Chris Armstrong, our very own QA Therapist, who brings a wealth of experience to the table. Chris, a respected blogger and podcaster within the testing community, is a familiar face in groups like TestingPeers and 9 out of 10 testers.

Master Kotlin Enums: A Comprehensive Guide

In Kotlin, an enum (short for enumerator) is a special kind of predefined Kotlin data type used to store and represent a fixed set of named constant values, often simply referred to as constants. Each constant is an object, meaning they can have properties and methods, these are enums and are useful for representing elements that are fixed (for example days of the week) and don’t change.