Systems | Development | Analytics | API | Testing

Technology

Mastering Data Persistence in iOS with SwiftData

Introduced in 2023, SwiftData is the latest addition to the range of database framework options in Swift, Apple’s primary programming language for iOS. Built on top of Core Data, two levels above SQLite, it’s great for simplifying our persistent stores and it allows us to use declarative code, which is a really useful time-saver.

Introducing Apache Kafka 3.7

We are proud to announce the release of Apache Kafka® 3.7.0. This release contains many new features and improvements. This blog post will highlight some of the more prominent features. For a full list of changes, be sure to check the release notes. See the Upgrading to 3.7.0 from any version 0.8.x through 3.6.x section in the documentation for the list of notable changes and detailed upgrade steps.

Apache Kafka 3.7: Official Docker Image and Improved Client Monitoring

Apache Kafka® 3.7 is here! On behalf of the Kafka community, Danica Fine highlights key release updates, with KIPs from Kafka Core, Kafka Streams, and Kafka Connect. Kafka Core: Kafka Streams: Kafka Connect: Many more KIPs are a part of this release. See the blog post for more details.

Transparency and Trust Through Kong Gateway Performance Benchmarks and Open Source Test Suites

In the rapidly evolving landscape of API management, understanding the raw performance and reliability of your API gateway is not just an expectation — it's a necessity. At Kong, we're dedicated to ensuring our users have access to concrete, actionable data to guide their operational and development strategies.

New: Utilization Insights on Bitrise

Discover Bitrise's new Utilization Insights, a powerful feature enhancing the Insights add-on for optimal mobile development team resource management. It offers comprehensive dashboards on infra usage, workflow counts, concurrency and queues, and billing cycle summaries to improve your resources' management.

DoD AI: Using Artificial Intelligence to Improve Military Operations

With all the recent discussion about the use of artificial intelligence (AI) and large language models (LLMS) like ChatGPT, you may think that AI is a new phenomenon. But in fact, the US Department of Defense (DoD) has been investing in AI for more than 60 years.

Preventing Hallucinations in AI Apps with Human-in-the-Loop Testing

Artificial intelligence (AI) apps are becoming increasingly crucial for individual customers and businesses alike. These apps bring many benefits, such as task automation, efficient analysis of large data sets, and data-informed decision-making, making AI-powered applications highly valuable. As a result, DevOps teams working on AI apps can’t afford poor performance.

iOS Data Persistence: A Guide for Swift Developers

The term ‘data persistence’ refers to data that remains available, even when the program that created it is idle, sleeping or unable to open. In many cases, our iOS apps need to provide support around the clock, so we need our data to be ‘always on’ – even when the apps themselves are not.