Systems | Development | Analytics | API | Testing

%term

Interview with Miguel Jetté, Vice President of AI at Rev

In this latest entry of our fascinating interview series that focuses on major players in the global tech arena, we are delighted to present Miguel Jetté, Vice President of Artificial Intelligence at Rev. Join us as we dive into his career development, provide tips for aspiring AI leaders, and discuss the key lessons he has learned along the way.

Using Moesif, Kong, and Stripe to Monetize Your AI APIs - Part 3: Managing Customer Credit

Things can get tricky when managing pre-paid, pay-as-you-go billing for monetized APIs. Three mechanisms must be in place for this type of billing to work: first, you need to be able to add credits to an account. Second, you need to be able to burn down those credits. Third, you need to be able to block users from accessing the API once they have run out of credits.

GenAI: Navigating the Risks That Come with Change

For enterprises, commercial use of AI is still in its early stages, and it’s a case of risk and reward, weighing up both and investigating the best way forward. Of course, there’s much to gain from the use of AI. Already, companies are providing better customer service, parsing complex information through natural language inputs, and generally making workflows faster.

How To Build A Good Test Infrastructure?

Any (functioning) system is built upon an infrastructure. This infrastructure supports all of the functions and activities of the system. Testing is no exception. With a good test infrastructure, QA teams can speed up their testing efforts and drastically improve efficiency. In this article, we will explore the concept of test infrastructure, and how you can effectively build one.

The Real-World Impact of Shift-Left

To shift or not to shift – that is the question. If you’ve been around the software development world lately, you’ve likely heard of shift-left – the practice of integrating testing, security, and operations early in the software development lifecycle to detect issues early. This approach is meant to be a win-win-win – saving time, money, and headaches. But is it as great in practice as it sounds in theory? In this episode, we debate the real-world benefits of shift-left and get to the heart of the issue: testing well.

Logi Symphony Soars in Latest Dresner Business Intelligence Report

insightsoftware’s Logi Symphony, a leading embedded analytics solution, continues to impress. According to a recent Dresner Advisory Services’ Wisdom of Crowds® Business Intelligence Market Study, Logi Symphony has been recognized as a leader in the field. This recognition highlights Logi Symphony’s commitment to exceptional customer experience and its strong reputation within the BI and analytics industry.

Docker Cleanup - A Guide for Clearing Images, Containers, and Volumes

Docker has revolutionized application deployment, offering flexibility and efficiency through its containerization technology. As Docker environments evolve and grow, managing resources like containers, images, volumes, and networks becomes increasingly challenging. Docker Cleanup addresses this challenge by providing a systematic approach to identify and remove unused or unnecessary resources. In this blog, Let us explore the essential commands and techniques for cleaning up Docker resources effectively.