Systems | Development | Analytics | API | Testing

Technology

Enforcement of Apple Privacy Manifest starting from May 1, 2024

Here's how Apple's upcoming Privacy Manifest enforcement, starting May 1, 2024, will change the way app developers handle privacy. Learn the details of the new requirements, from creating privacy manifest files to meeting crucial deadlines, to ensure your app meets Apple's stringent privacy standards.

Complete Guide to SwiftUI Lists for Developers

Whether it’s the groceries you need from the store, the chores your mom left on the kitchen counter for when you got home from class, or even things to do before you die, lists are everywhere. Presenting data in a column (or a list) is the most familiar and natural way to organize information in both the analogue and digital worlds.

What Are the Security Risks Associated with AI-Generated Code? | Vandana Verma | #QonfX 2024

In this session, Vandana Verma explores the intersection of AI and security in software development. Vandana delves into the potential of AI-powered coding tools like GitHub Copilot and ChatGPT to accelerate project delivery while highlighting the inherent security challenges they pose. Through a hands-on demonstration, Vandana showcases the construction of a demo app using GitHub Copilot, followed by the identification and exploitation of vulnerabilities within the AI-generated code.

Unveiling the 'Black Box': How Explainable AI Transforms Decision-Making in Business

There is an increasing demand for openness and accountability in Artificial Intelligence (AI) decision-making processes. Explainable Artificial Intelligence (XAI) is a developing idea as organizations attempt to comprehend and trust AI’s suggestions and insights. Gartner expects that explainable AI will reach the pinnacle of expectations. Over the next fifteen years, XAI will enter the decisive stages of development.

Analyze documents in BigQuery with Document AI

Turn your documents into actionable data! This video explores the power of BigQuery's integration with Document AI. Learn how to transform unstructured documents – think invoices, contracts, forms – into neatly structured tables within your data warehouse, unlocking smarter insights using familiar SQL syntax.

A Software Engineer's Tips and Tricks #2: Template Databases in PostgreSQL

Hey there! We're back for our second edition of Tips and Tricks. As we said in our first post on Drizzle ORM, our new Tips and Tricks mini blog series is going to share some helpful insights and cool tech that we've stumbled upon while working on technical stuff. Today, we're going to talk about the template databases of PostgreSQL. Remember, these posts will be super short reads. If you don’t like the topic of one of the posts, no problem! Just skip it and check out the next one.

UI-driven GitOps: Opening up Kafka without giving up governance

As Kafka evolves in your business, adopting best practices becomes a must. The GitOps methodology makes sure deployments match intended outcomes, anchored by a single source of truth. When integrating Apache Kafka with GitOps, many will think of Strimzi. Strimzi uses the Operator pattern for synchronization. This approach, whilst effective, primarily caters to Kubernetes-based Kafka resources (e.g. Topics). But this isn’t ideal.