Systems | Development | Analytics | API | Testing

%term

Making Use of Design Patterns for Better Test Automation | Sai Krishna | #automationtesting

In this illuminating session, Sai Krishna delves into the intricate art of architecting robust test suites, drawing upon the power of design patterns for automation excellence. As testing landscapes evolve, the need for resilient and efficient test automation becomes paramount. Sai explores the principles of design patterns and their application in creating test suites that stand the test of time.

Mongodb In Mock Mode: Acting The Server Part

In the contemporary software development landscape, unit tests have become paramount for ensuring software quality. A prevalent practice during these tests involves mocking outgoing calls to decouple the code under test from external dependencies. Imagine, for a moment, a scenario where instead of writing mocks with pre-defined behaviours, you duplicate the behaviour of a real-world server.

Introducing Data Portal in Stream Governance

Today, we’re excited to announce the general availability of Data Portal on Confluent Cloud. Data Portal is built on top of Stream Governance, the industry’s only fully managed data governance suite for Apache Kafka® and data streaming. The developer-friendly, self-service UI provides an easy and curated way to find, understand, and enrich all of your data streams, enabling users across your organization to build and launch streaming applications faster.

Build an Open Data Lakehouse with Iceberg Tables, Now in Public Preview

Apache Iceberg’s ecosystem of diverse adopters, contributors and commercial support continues to grow, establishing itself as the industry standard table format for an open data lakehouse architecture. Snowflake’s support for Iceberg Tables is now in public preview, helping customers build and integrate Snowflake into their lake architecture. In this blog post, we’ll dive deeper into the considerations for selecting an Iceberg Table catalog and how catalog conversion works.

Serialization and deserialization in Node.js

Serialization and deserialization are two fundamental processes that play a pivotal role in achieving this goal, especially within the context of Node.js. Serialization and deserialization are the unsung heroes behind the scenes, responsible for converting complex data structures into formats that can be easily stored, transmitted, and reconstructed when needed. In Node.js apps where data is at the core of application functionality, a solid understanding of these processes is crucial.

7 Big Data Security Changes You Need to Know in 2024

Data security will remain one of the biggest concerns for businesses this year. According to IBM, the average data breach in 2023 cost 4.45 million - and 82% of that involved data stored in the cloud. Damages from cybercrime, including the cost of data recovery, could total $10.5 trillion annually by 2025, causing more business owners to review their data security protocols. Which specific changes should you implement in the next 12 months?

SwiftUI Buttons Simplified: A Step-by-Step Guide

Creating a visually captivating, interactive user interface is fundamental to our work as developers. And SwiftUI, Apple’s declarative UI framework, is a game-changer, providing views, controls and layout structures for the iOS, macOS, watchOS and tvOS operating systems. Of all SwiftUI’s many components, SwiftUI buttons stand out as particularly crucial elements for user interaction.