Systems | Development | Analytics | API | Testing

Latest News

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 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.

C# Read File: A Beginner's Guide to Reading Text Files in C#

File manipulation is an incredibly common programming task with endless applications. It has two main sides: reading and writing. This post will focus on the “reading” bit, so if you’ve just googled “C# read file” and ended up here, search no more—we have the guide you need! We’ll start by covering some prerequisites you need to follow, then dive right into the guide.

10 Best Google Analytics ETL Tools for 2024

Google Analytics is one of the most widely used web analytics platforms for businesses working to understand web traffic trends. Google Analytics integrates with many other business applications and data sources, but for some organizations, these integrations are difficult to set up for more complex platforms like data warehouses and lakes. Fortunately, a number of leading data integration and ETL companies offer accessible connectors, tools, and support specific to Google Analytics integrations.

Optimizing the Value of AI Solutions for the Public Sector

Without a doubt, 2023 has shaped up to be generative AI’s breakout year. Less than 12 months after the introduction of generative AI large language models such as ChatGPT and PaLM, image generators like Dall-E, Midjourney, and Stable Diffusion, and code generation tools like OpenAI Codex and GitHub CoPilot, organizations across every industry, including government, are beginning to leverage generative AI regularly to increase creativity and productivity.

Sharing Applications across the DoD to Get Programs Fielded Faster

The US government software modernization policy encourages federal agencies, including the Department of Defense (DoD), to leverage investments already made in application development and authorizations to operate (ATOs). The goal of repurposing existing, working applications is to enable agencies to reduce development time and costs by leveraging software that has been purchased and implemented by another team.

Evolving Security From "Time Suck" to Productivity Creator

The challenge with security around the development process is that too often it has felt like it was bolted on after the fact, because it was. It’s no wonder that an announcement that a new security tool has been added to the process is likely to elicit a collective eye roll from a development team. To be clear, developers are not against security, but they are skeptical of new processes and tools being added by security teams with no development experience.

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.