Best of MetalBear2025

  1. 1
    Article
    Avatar of metalbearMetalBear·48w

    Stop Deploying Just To Test!

    Traditional staging environments create bottlenecks when developers deploy every small change for testing. Remocal testing (remote + local) offers an alternative by connecting local applications directly to staging environments without deployment. Tools like mirrord enable this by intercepting network traffic, mirroring environment variables, and proxying requests between local processes and Kubernetes clusters. This approach maintains production-like testing conditions while eliminating build-deploy cycles, reducing feedback loops from hours to minutes, and keeping developers focused on code rather than pipeline management.

  2. 2
    Article
    Avatar of metalbearMetalBear·34w

    How I Learned to Stop Worrying and Trust AI Coding Agents

    An engineer shares their journey from skepticism to trust in AI coding agents after Claude solved a complex Terraform schema validation bug. Unlike previous AI tools that looped endlessly, Claude broke through by writing its own helper script to optimize its debugging feedback loop, demonstrating problem-solving capabilities beyond simple code generation. The breakthrough came when Claude analyzed the schema for specific error patterns rather than relying solely on the provided test case, showing reasoning ability that resembles human engineering approaches.

  3. 3
    Article
    Avatar of metalbearMetalBear·31w

    Introducing DB Branching in mirrord: Run Against a Shared Environment With a Personal, Isolated Database

    mirrord introduces DB Branching, a feature that creates temporary, isolated database branches for testing schema changes and migrations safely. When enabled, it automatically overrides database connection strings to point to a separate branch that mirrors the main database, allowing developers to test changes without affecting shared staging environments. The feature currently supports MySQL databases and is available in mirrord for Teams, with a step-by-step guide demonstrating how to test schema changes using a Go service on Kubernetes.

  4. 4
    Article
    Avatar of metalbearMetalBear·37w

    MetalBear raises $12.5m to make cloud software development 100x faster

    MetalBear secured $12.5M in seed funding led by TLV Partners to advance mirrord, a development tool that enables developers to test cloud applications locally in seconds rather than hours. The tool works by intercepting system calls at the C standard library level, allowing local code to run with the context and dependencies of production cloud environments. Companies like SurveyMonkey and zooplus report significant productivity gains, with some seeing 50% faster time-to-ship and 20% developer time savings. The fully remote team of 25 people across 15 countries plans to expand mirrord's capabilities and ease of adoption.