Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

DuckDB: Not Quack Science | Ubuntu Summit 26.04

Could you process hundreds of gigabytes of data on your laptop, or tens of terabytes on a single server? DuckDB is an open source SQL database system, geared towards analytical workloads. DuckDB ships a state-of-the-art database architecture as a single package, that is available both as a command line tool and as an in-process library. Uniquely among databases, DuckDB focuses on user experience and portability, making it easy to set up almost anywhere.

The importance of taking the initiative (a chat with Chris Yates) | The Simple Talk Podcast

Taking the initiative. Prioritizing relationships. Doing the work nobody else wants to do. These are just some of the elements that contributed to Chris Yates’ rise from a developer to a DBA and, eventually, a Senior Vice President. As he explains to Steve Jones, “you are the CEO of your own brand.” Also in the episode: discover Chris’ thoughts on AI, the importance of community, and the one thing he’d now do differently if he were to start from scratch.

Safe Database Change at Scale with Flyway Enterprise | The Tony and Tonie show Ep45

AI-assisted coding may speed up delivery, but it can also increase the risk around database changes. Here’s how Flyway helps teams stay in control. Tony and Tonie discuss how Flyway Enterprise helps teams build control into the database change process: immediate change visibility, continuous risk reduction, and secure, traceable deployment from commit to production.

The Compliance Gap in Test Data Management

Compliance Without Compromise: Test Data Management That Finally Fits You know you shouldn't have sensitive production data in test environments. But every time you look at fixing it, the options feel impossible: enterprise tools that cost six figures and take months to implement, or DIY scripts that sort of work until they don't. So, it stays on the backlog.

The options within Test Data Management - Enterprise, DIY or Redgate

Compliance Without Compromise: Test Data Management That Finally Fits You know you shouldn't have sensitive production data in test environments. But every time you look at fixing it, the options feel impossible: enterprise tools that cost six figures and take months to implement, or DIY scripts that sort of work until they don't. So, it stays on the backlog.

Where to find lost engineering time in your delivery pipeline

If your infrastructure is configured outside version control through dashboards, scripts, or manual steps, environment drift is the expected outcome. Most teams have lived this scenario. A feature works in staging but breaks in production. Two hours later, someone finds a configuration setting that was changed in staging three weeks ago and never documented.

The Kubeshark Workflow That Doesn't Stop at the Dashboard

The Observability Gap shows up the moment you try to reproduce a production bug locally. Your traces tell you a request was slow. Your logs tell you which line printed. Neither tells you what was actually on the wire: the headers, the JSON body, the surprise field your client started sending last Tuesday. Until now, closing that gap meant SSHing to a node, attaching a debugger, or shipping a sidecar through change review.