Systems | Development | Analytics | API | Testing

Natural Language to Data Pipeline: How to Build Migrations Without Writing Code

You build a data pipeline from natural language by describing the source, destination, and required transformations in plain English to a platform with a prompt-to-pipeline feature, which then generates a draft pipeline with inferred field mappings, transformations, and a schedule for you to review and adjust. This guide is for operations teams, data analysts, and junior team members who understand the desired outcome of a migration but don't write SQL or Python.

How to Ingest and Reconstruct Multiple Unrelated CSV Exports or a PostgreSQL Dump from an Acquired Legacy System

You ingest and reconstruct multiple unrelated CSV exports or a PostgreSQL dump from an acquired legacy system by first mapping the dump's underlying schema and relationships, then building a staged pipeline that loads raw files or tables as-is, reconstructs relationships through keys, and only then applies business logic to produce clean, usable records.

Preventing Kafka war rooms: with self-service troubleshooting

Most Kafka war rooms don't start at 2am in production. They start weeks earlier, when an engineer couldn’t explore a topic, see partition distribution, a quota or a config and shipped hoping for the best. That's the Platform Engineering waiting room: developers building apps waiting in a queue of tickets, with no self-service visibility into Kafka. That release triggers a P1 later.

How to automate API regression tests without code | SmartBear Swagger Functional Testing

Learn how to automate API regression tests without writing code. In this tutorial, you'll use an OpenAPI specification to build automated API tests with SmartBear Swagger Functional Testing using a visual, low-code workflow. What this solves.

Prompt Engineering for Manual Testers: How to Get Useful Output from AI Tools

You opened the AI assistant for the first time with a fair amount of hope. You typed "write test cases for the login page." You got eight test cases back in about three seconds. Valid login. Invalid password. Empty username. Empty password. The kind of list you could have written in your sleep, missing every scenario that actually matters for your product. So you closed the tool and thought: this is fine for the basics, but it does not really get testing. AI is overhated.

Instant Kubernetes Observability with Proxymock #speedscale #kubernetes #ebpf #devops #cloudnative

Learn how to get instant observability into your Kubernetes cluster by installing the Speedscale operator and proxymock tool. In this step-by-step tutorial, we walk you through setting up the operator to capture live network traffic (including encrypted traffic, API calls, and database calls) without complex instrumentation or manual configuration.

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 Unlock AI Data Anywhere (Even On-Prem) for Regulated Industries

Most AI content assumes your data is in the cloud. But for a meaningful segment of enterprises, cloud-only AI tools block them at the pass. For regulated industries like manufacturing and healthcare, data residency requirements, compliance mandates, security policies, and simple operational reality mean sensitive data must remain on-premises.