Systems | Development | Analytics | API | Testing

Joe Colantonio on Mastering Continuous Testing

Welcome to Test Case Scenario! In this episode, join host Jason Baum and special guests Marcus Merrell, Sauce Labs VP and Jon Colantonio, creator of Test Guild, as they dive into the intriguing world of automated testing. Discover the fascinating journey of how Jon got into podcasting and started Test Guild as well as gain valuable insights into the challenges faced in automated testing. Explore the future of automated testing with AI and the exciting possibilities it holds. Don't miss out on this captivating episode of Test Case Scenario.

A Hybrid, Open Data Lakehouse That Can Handle it All

Open more possibilities with an open data lakehouse. As the industry’s first open data lakehouse, Cloudera Data Platform delivers scalable performance and efficiency to enable smarter business decisions—paving the safest, fastest path from data to AI. Cloudera, together with Intel and HPE, can power analytics and AI at scale across any CSP or private cloud infrastructure.

Overview of Cloud storage for your data platform

One of the most important questions in architecting a data platform is where to store and archive data. In a blog series, we’ll cover the different storage strategies for Kafka and introduce you to Lenses’ S3 Connector for backup/restore. But in this first blog, we must introduce the different Cloud storage options available. Later blogs will focus on specific solutions, explain in more depth how this maps to Kafka and then how Lenses manage your Kafka topic backups.

The Ultimate Guide to ELK Log Analysis

ELK has become one of the most popular log analytics solutions for software-driven businesses, with thousands of organizations relying on ELK for log analysis and management in 2021. In this ultimate guide to using ELK for log management and analytics, we’re providing insights and information that will help you know what to expect when deploying, configuring, and operating an ELK stack for your organization. Keep reading to discover answers to the following.

Financial Reporting Challenges for CFOs in 2023

Financial professionals encounter periods of high activity throughout the year. Whether you serve as a CFO, specialize in taxation, or contribute to the team responsible for closing financial records and generating year-end reports, any time can become crunch time. These intervals demand long hours at the office (or working evenings from your home office) as you diligently tackle the extensive list of tasks that require immediate attention.

Solving 'Object Reference Not Set' Error

“Object Reference Not Set to an instance of an object.” Cast the first stone for those who never struggled with this error message as a beginner C# / .NET programmer. This infamous and dreaded error message happens when you get a NullReferenceException. This exception throws when you attempt to access a member. For instance, a method or a property on a variable that currently holds a null reference. But what does null reference exactly mean? What exactly are references?