Follow the runbook

  • Integration test with Pulumi and Azure Kubernetes Service

    Integration test with Pulumi and Azure Kubernetes Service

    Let's see how to use Infrastructure as Code for the provisioning and the testing in an integration environment

    We are carrying out update activities on some products for one of our clients, gradually migrating to microservice architectures. One of these products has …

    Read more...

  • A different way of thinking about testing: the Property Based Test

    A different way of thinking about testing: the Property Based Test

    Let’s see why a coverage of 100% is not enough to make us sleep safe and sound

    In my previous article, we have seen how testing and refactorizing legacy code with Golden Master Pattern. Now, we will continue …

    Read more...

  • Golden Master Pattern: don’t fear the legacy code!

    Golden Master Pattern: don’t fear the legacy code!

    Let’s see together how to modify legacy code ensuring it works thanks to the Golden Master Pattern

    Anyone who works in the software development world will have had the need to add features on the legacy code, perhaps inherited from …

    Read more...