Systems | Development | Analytics | API | Testing

%term

Qlik Cloud Analytics - Art of the Possible, Embedding Qlik, Capabilities Recap and Getting Started

Join Principal Technical Marketing Manager Mike Tarallo and Senior Web Developer Ouadie Limouni as the team up once again to show you what is possible and what you may have missed in the Qlik Cloud platform. Witness the art of the possible, sophisticated and simple embedding, and a recent recap of the capabilities that make Qlik a leader for 14 years in the Gartner Magic Quadrant in Analytics and Business Intelligence Platforms.

Surprise, your data warehouse can RAG

If you’re one of the cool kids building AI-based products you’ve probably heard of — or are already doing — RAG. If you’re not, let me tell you what RAG is before telling you one weird fact about it. “Retrieval-Augmented Generation” is nothing more than a fancy way of saying “including helpful information in your LLM prompt.” Still, there are many ways to do it and many questions to answer when building a RAG pipeline.

What does java.lang.Runtime Exception mean?

Present in every version of Java, the java.lang.RuntimeException is an essential class that allows your application to handle unexpected problems without crashing. Runtime exceptions are exceptions only detected during the execution of your app - things like invalid user input or issues with external resources like files or networks. When an unexpected situation like those occurs, a RuntimeException can be thrown and your app can catch and handle it using a try-catch block.

Top 10 API Integration Platforms

Nowadays, businesses need to integrate with various applications and services to streamline operations and improve customer experience. Application Programming Interfaces (APIs) play an important role in enabling this integration by letting different software systems to communicate and share data. API integration platforms are the key to maximizing the potential of your APIs.

What's new in Xcode 16 and the App Store Connect

A few weeks ago, Apple hosted its annual developer conference WWDC 2024, and made many announcements that will impact the mobile developer ecosystem. ‍ In a previous blog, we outlined the three top high-level announcements. In this post, we are diving into what’s new for two very important components of iOS- Xcode 16 and the App Store Connect.

2024 Gartner Magic Quadrant: ThoughtSpot leads with GenAI

The 2024 Gartner Magic Quadrant for Analytics and BI Platforms just dropped, and we’re thrilled to announce that ThoughtSpot was recognized as a Leader in the report. But, we aren’t the only ones finding ourselves in a new position this year. The analytics and BI space has undergone some of the most significant shifts in over a decade, an aftershock of generative AI.

Understanding Http Status Codes

HTTP status codes are an essential part of web communication. They provide information about the outcome of a request made to a server. Whether you’re a seasoned developer or a student just starting out, understanding these codes can significantly enhance your ability to debug and optimize web applications. This blog will break down the most common HTTP status codes that one generally encounters, explain their meanings and how to handle them.

What is "except Exception as e" in Python?

except Exception as e is a construct in Python used for exception handling. It allows you to catch exceptions that occur during the execution of a block of code by using a try block to wrap the code that might raise an exception, and an except block to catch and handle the exception. The Exception part specifies that any exception of this type or its subclasses should be caught, and the as e part assigns the caught exception to a variable e, which you can then use to access details about the exception.

Unparalleled Productivity: The Power of Cloudera Copilot for Cloudera Machine Learning

In the fast-evolving landscape of data science and machine learning, efficiency is not just desirable—it’s essential. Imagine a world where every data practitioner, from seasoned data scientists to budding developers, has an intelligent assistant at their fingertips. This assistant doesn’t just automate mundane tasks but understands the intricacies of your workflows, anticipates your needs, and dramatically enhances your productivity at every turn.