Systems | Development | Analytics | API | Testing

Technology

The AI revenue wave

The past year has seen an unprecedented AI hype wave triggered by the launch of OpenAI’s ChatGPT. Analysis abounds on whether the hype is real, where value will accrue and whether generative AI-first product builders have a real shot at category disruption or creation. As frenzied R&D and market activity continue unabated, market maps and take after take continue to drop hot. But what about revenue?

A Deep Dive Into Sending With librdkafka

In a previous blog post (How To Survive an Apache Kafka® Outage) I outlined the effects on applications during partial or total Kafka cluster outages and proposed some architectural strategies to handle these types of service interruptions. The applications most heavily impacted by this type of outage are external interfaces that receive data, do not control request flow, and possibly perform some form of business transaction with the outside world before producing to Kafka.

Continuous Integration and Delivery (CI/CD) | Microservices 101

Continuous Integration (CI) is the process of automatically building and testing your code on every source control commit. Continuous Delivery (CD) takes this further and automatically deploys the code to production on every commit. Used together these techniques allow code to be built, tested, and deployed automatically through a robust CI/CD pipeline. CHAPTERS.

Kotlin Arrays Simplified: The Definitive Guide

An array is like a box with compartments, where you can store a set number of items of the same kind. Arrays play a crucial role in Kotlin, helping us hold many items together. They allow us to send multiple values to a function easily, or make various changes to the data. There are various different forms of arrays in Kotlin, including the object-type array, represented by something called the array class.

Cloudera's QATS Certification for Dell PowerScale Unleashes a New Era of Data Management

With its rise in popularity generative AI has emerged as a top CEO priority, and the importance of performant, seamless, and secure data management and analytics solutions to power those AI applications is essential. Cloudera Private Cloud Data Services is a comprehensive platform that empowers organizations to deliver trusted enterprise data at scale in order to deliver fast, actionable insights and trusted AI.

Performance Testing and ChatGPT

Performance testing applications requires a set of skill that are build and gathered over many years of studying and using the various techniques and tools that are required to make sure the application you are testing is fit for production. Now we have all heard of Artificial Intelligence (AI) and the many tools and companies that now exist in the AI space. Based on a quick look on the internet there are around 15,000 AI startups in the United States alone.

How to Write API Test Cases Using ChatGPT | Sidharth Shukla | #apitesting #chatgpt #chatgptprompts

In this hands-on demonstration, Sidharth Shukla showcases the innovative integration of ChatGPT in writing API test cases. Breaking new ground in the world of testing, Sidharth illustrates how ChatGPT, a powerful language model, can be harnessed to streamline and enhance the process of crafting API test cases.

Top 7 Free Apache Kafka Tutorials and Courses for Beginners in 2023

Stepping into the world of Apache Kafka® can feel a bit daunting at first. I know this firsthand—while I have a background in real-time messaging systems, shifting into Kafka’s terminology and concepts seemed dense and complex. There’s a wealth of information out there, and it’s sometimes difficult to find the best (and, ideally, free) resources.