Systems | Development | Analytics | API | Testing

LGPD Meaning: Brazil's Data Protection Law Explained

Cyber insurance has become a standard line item in enterprise risk management, and for good reason. The financial consequences of a significant cyber event, whether a ransomware attack that halts operations for weeks or a data breach that triggers regulatory scrutiny and third-party liability, can far exceed what any operational budget was sized to absorb. Insurance exists to handle that tail. Most organizations recognize this benefit and carry a policy.

Local Previews and Agent-Driven Authoring for Your Konnect Dev Portal

The new Konnect Dev Portal Toolkit extension for Visual Studio Code gives you a live, portal-accurate preview of your content right beside the file you are editing. You watch a page take shape exactly as it will appear to your developers, as you type, without ever leaving your local editor.

Why Your Kafka Event Streams Need an Event Gateway

*You wouldn't expose a REST API without a gateway. What about Kafka?* You would never expose a REST API without an API gateway in front of it. Authentication, rate limiting, observability, access control — these aren't optional extras. They're mandatory, and we've spent the last decade building the API gateway pattern to solve exactly this problem. So here's the question worth sitting with: would you expose Kafka or any event stream without a gateway?

Why Integration and MCP Are the New Foundation of Your Agentic AI Strategy

If you've been following the agentic AI wave, you've probably noticed that the conversation tends to center on the agents themselves: which LLM to use, which orchestration framework to pick, which use cases to tackle first. But a growing body of analyst research is pointing to a different bottleneck, one that's hiding in plain sight: integration. Forrester's David Mooter argues that integration must sit at the center of your AI strategy — not as plumbing, but as a strategic capability.

Business Analysis for PropTech: Preventing Costly Product Misalignment

When a PropTech product struggles, the issue usually isn’t the code. A skilled team can build the wrong thing well: a listing platform on a data model that buckles when the second MLS feed arrives, a CRM that ships to spec while agents quietly stop using it, an MVP that investors, agents, and end users each expected to do something different. That gap between what the business assumes, what users need, and what the architecture can support is what we mean by PropTech product misalignment.

Perforce IPLM Ask AI: Find IP, Metadata, and Design Context Instantly

See the new Ask AI interface in Perforce IPLM. In this quick 1.5-minute demo, the Perforce product team shows how engineers can use natural language to query IPLM, retrieve IP versions and metadata, and access critical design context without navigating complex menus or queries. The Ask AI feature is powered by the IPLM MCP Server and Perforce Agentic Gateway, allowing you to.

Introducing tfgen: configure your Terraform stacks using plain Go

Until recently, we extensively used HashiCorp's CDK for Terraform. Then they announced the end of its development. We didn't want to spend months migrating to a new ecosystem, but we needed a replacement. In the Infrastructure Team at Ably, we like Go. I wondered if there was an opportunity for something simpler.

How to Achieve India's DPDP Compliance for Non-Production Data & AI Workflows

Like many other countries, India has made moves to protect consumers’ data. Comparable to the European Union’s General Data Protection Regulation (GDPR), India’s Digital Personal Data Protection (DPDP) Act establishes new, higher standards for data privacy, timely breach notification, and consent management.

Starlette vs FastAPI: what FastAPI actually adds

FastAPI has become one of the most popular web frameworks among Python developers. It's so popular that it often overshadows the technologies it's built on. FastAPI is built on Starlette and Pydantic. Starlette handles the HTTP layer (routing, middleware, WebSockets, the ASGI plumbing) and Pydantic handles data validation. FastAPI is the layer on top that ties them together with type-driven parameter parsing, dependency injection, and automatic OpenAPI documentation.

LiveObjects comes to Java: navigating shared state with the path API

Shared state is a hard problem in the unglamorous sense: the concepts are well understood, but someone still has to build the conflict resolution, the reconnection handling, and the state recovery before anyone can ship the feature that depends on it. That's what LiveObjects is for, and the path-based model that reshaped the API in JavaScript is now available to Java developers too.