Systems | Development | Analytics | API | Testing

Platform Engineering is DEAD! Long Live Platform Engineers!

At least, the old version of it, the painstaking, build-it-all-yourself, duct-tape-and-dashboards era. If you’ve been around long enough, you’ve seen this movie before. Remember when system engineers were the backbone of IT? Then AWS came along, and in a matter of years, many system engineers evolved into cloud engineers, shifting from racking servers to designing scalable cloud architectures. The role didn’t disappear. It transformed.

A Complete Guide To End-To-End Testing With Keploy

Suppose you were to roll out a release that works perfectly well until the payment fail point. Even though they cause the most disruption, unit and integration tests are occasionally incapable of detecting these issues. End-to-end (E2E) testing in software testing prevents this by confirming entire user journeys and ensuring all its components work together.

Typescript Vs Javascript : Choosing The Right One

When I first started building websites in 2021, the decision to use JavaScript was an easy one – it was strong, well-documented, had a good community and seemed straightforward. I can recall many late nights debugging runtime errors that could’ve easily been picked up at compile-time, grappling with type coercion, and losing my mind trying to make consistent decisions in with large and growing code bases.

DreamFactory + Claude Code can build bespoke MCP Servers on your data

In this video, Terence demos how combining DreamFactory's MCP server and Claude code you can securely expose your data schema and allow Claude code to then generate bespoke MCP servers based on your data. This allows you to get the upside of using AI code editors like Claude Code while keeping your data secure.

Spreadsheet Server Demo: Excel-Native Financial Reporting With Live ERP Data

See how Spreadsheet Server transforms financial reporting by connecting live ERP data directly to Excel. Designed specifically for finance professionals, it eliminates manual copy-paste cycles while providing AI-powered insights, operational reporting beyond the General Ledger, and automated report distribution. Create sophisticated, refreshable financial reports using the Excel skills you already have.

End Data Disparity | Building Partnerships To Drive Change

In this premiere episode from the new "End Data Disparity" video series, host Ryan Green chats with Benoit Dageville, Snowflake Co-founder and President of Product, about the challenge of addressing the problem of global data inequalities. The discussion kicks off with information about the cross-sector advisory board Snowflake is establishing to drive the development of collaborative solutions. They also discuss such topics as the role AI will play in improving ESG data quality, which promises to positively impact ESG monitoring and reporting.

How to Debug Agentic AI: From Failed Output to Root Cause

In traditional QA, debugging means tracing a failed test step to a broken function, a missed config, or bad data. There's usually a clear defect, a fixable cause, and a predictable outcome. But in agentic AI systems where outputs are shaped by language, memory, tool use, and learned behavior failure is rarely that clean. Instead, it looks like: If Blog 4 taught us how to design tests that stress these systems, this blog is about what to do when those tests fail.

9 Test Automation Best Practices for Browser Testing

Whether you’re new to test automation or you’ve been utilizing it to save time for years, here’s our best advice for maximizing your automation testing productivity and avoiding mistakes. Automated testing entails much more than simply creating tests and enabling them. A “set it and forget it” approach won’t get you very far with automated tests — particularly automated browser tests, which interact with the ever-changing frontend of your application or website.