Systems | Development | Analytics | API | Testing

How To Capture Data using Yellowfin Data Transformation Flow

In our previous How to Design a Dashboard in Yellowfin: Part Two article, the Yellowfin Japan Team covered how to design a complete image of a dashboard, from start to finish, in our visual-based canvas interface. In this article, the team will demonstrate the necessary process to create the final dashboard.

How to Set Up Amazon Aurora PostgreSQL

Amazon Aurora PostgreSQL represents a significant leap forward in database technology, skillfully combining the innovation of Amazon’s cloud capabilities with the reliable framework of PostgreSQL. It's not merely a database; it's a solution designed for the cloud, promising high performance, availability, and compatibility with PostgreSQL. This guide aims to walk you through the setup process comprehensively.

How to Use AI for Customer Service

Customer service is an art—and a science. It isn’t just a transactional function. It's also a relationship building activity that’s deeply tied to physiological responses in our brains. And the stakes are high: these interactions shape the neural architecture of customer loyalty. So can you use AI for customer service? Let’s explore that question.

Webhooks vs APIs : The Differences Between Them

As the connecting blocks of modern data communication, webhooks and APIs play pivotal roles, yet their distinctions are often blurred. Delving into their underlying mechanisms, functionalities, and use cases, after this blog post you will fully master the difference between webhooks and APIs. By unraveling the intricacies of these technologies, this explorative post serves as a resource for anyone looking to navigate their landscape of data integration and communication protocols.

What is an API Developer Portal? The Ultimate Guide

The heart of SaaS innovation in the modern era is API technology, connecting one digital tool to another seamlessly. As APIs have taken center stage, the term “API Developer Portal” has become more than just a buzzword—it’s a crucial element in the realm of software development and the easiest way to ensure seamless connectivity.

Unlock the New Wave of Gen AI With Snowpark Container Services GPU-Powered Compute

The rise of generative AI (gen AI) is inspiring organizations to envision a future in which AI is integrated into all aspects of their operations for a more human, personalized and efficient customer experience. However, getting the required compute infrastructure into place, particularly GPUs for large language models (LLMs), is a real challenge. Accessing the necessary resources from cloud providers demands careful planning and up to month-long wait times due to the high demand for GPUs.

Establishing A Framework For Effective Adoption and Deployment of Generative AI Within Your Organization

Adopting and deploying Generative AI within your organization is pivotal to driving innovation and outsmarting the competition while at the same time, creating efficiency, productivity, and sustainable growth. Acknowledging that AI adoption is not a one-size-fits-all process, each organization will have its unique set of use cases, challenges, objectives, and resources.

What's New in Elixir 1.16

The Elixir 1.16 release candidate is out now, and it comes with some compelling improvements to diagnostics, documentation, and a few other enhancements that make Elixir an even better choice for developers. We'll dive into some of these changes and highlight Elixir's continued focus on developer happiness and community building. Let's get started!

How to add a typing indicator to an in-game chat room with React

In a previous article, I took you through how to add a chat room to a simple game of tic-tac-toe. This post is the second in the series, in which we will look at how to build out the functionality of that chat room with additional features. Across the series, we’ll look at how to manage presence and how to enable emoji reactions – in this post, the focus is on typing indicators. Follow on to find out how to display an indicator when the other person is typing.