Systems | Development | Analytics | API | Testing

%term

SmartBear - Reaching the Podium - UI Testing & Test Management

Whether you're aiming for a bronze medal win in efficient testing or the coveted gold medal of a comprehensive test management strategy, this video series, put together by the Solutions Engineering team @smartbear, will help equip you with the winning techniques and tools that you need to reach the podium.

SQL Server Stored Procedures: Best REST API Calls for Data Integration

System administrators, DBAs, and application developers all know about the need for data integration. That’s when you have to pull data from one database, application, or web service to another. Fortunately, this task is a lot less challenging than it used to be because APIs (application programming interfaces) are so popular today. APIs provide a standard way to share the data and services of one system with another, even if the two systems are otherwise incompatible.

Maximizing Business Impact: Best Practices of AI Product Analytics

According to Gartner, 87% of organizations are classified as having low business intelligence and analytics maturity, meaning they struggle to extract value from their data. This alarming statistic highlights a common struggle—turning raw data into actionable insights. Product teams often find themselves overwhelmed by the sheer volume of information they collect. Extracting meaningful patterns, deciphering user behavior, and predicting market trends from this sea of customer data can seem daunting.

Upgrading Jet Reports: Excel Add-In & Server Components Simplified

In this video, we guide you through the seamless process of upgrading both the Jet Reports Excel Add-In and Server Components. Whether you're a beginner or an experienced user, this step-by-step tutorial will help you ensure a smooth transition to the latest version of Jet Reports. From downloading the newest version directly within Excel to upgrading the Server Components and re-installing the Excel Add-In, we've got you covered. Remember to consult your IT support before upgrading the Server Components to gather all necessary information.

What's New in ThoughtSpot - 10.1 Cloud Release

ThoughtSpot Analytics Cloud 10.1 is now available! Stay informed about critical changes in your business KPIs with anomaly-based alerts. Highlight patterns and trends in your data with advanced conditional formatting. Effortlessly handle human-in-the-loop feedback with new pagination, filters, and sorting options.

Launch Jobs & Setup Online Development Environments Directly from CLI

When it comes to managing AI projects, the Command Line Interface (CLI) can be a powerful tool. With ClearML, the CLI becomes an essential resource for creating job templates, launching remote for JupyterLab, VS Code, or SSH development environments, and executing code on a remote machine that can better meet resource needs. Specifically designed for AI workloads, ClearML’s CLI offers seamless control and efficiency, empowering users to maximize their AI efforts.

Leveraging LLM Models: A Comprehensive Guide for Developers and QA Professionals

Large Language Models (LLM) are changing the way developers and QA engineers solve problems. They allow for quicker code generation, debugging, and automated testing, reducing development time by up to 40%. This shift has prompted 67% of senior IT leaders to focus on generative AI, with 33% planning to make it a top priority within the next 18 months. However, while LLM models offer immense potential, understanding how to get the most out of them while maintaining quality is important.

Diving Deep: How Qlik Services Help You Explore the Depths of Data

A little-known fact about me is my love for scuba diving. There’s nothing quite like the feeling of being so close to nature, exploring the mysteries of the underwater world. Every chance I get, I dive into the ocean’s depths, uncovering hidden wonders that most people never get to see. That got me thinking about the similarities between data and the ocean. Just like the vast, uncharted waters of the sea, the world of data holds incredible potential—if you know how to navigate it.

Scaling Your Phoenix App in Elixir with FLAME

When you build an app, you'll often find that certain tasks do not require user interaction and are better performed in the background. Elixir provides excellent primitives, such as Task.async, to offload these tasks from the main user pipeline. Additionally, libraries like Oban offer more control over background tasks when needed. There's also FLAME, which the core Phoenix team is developing to offer a scalable solution for offloading intensive tasks to remote machines.