Dogfooding, or eating your own dog food, is a practice that all product developers should implement all the time. According to wikipedia: Dogfooding, occurs when an organization uses its own product. This can be a way for an organization to test its products in real-world usage. Hence dogfooding can act as quality control, and eventually … Continue reading Dogfooding in Product Development
Tag: database change management
How to Simulate a Liquibase Migration using H2
This post is part of a new blog series about database migrations, which will cover a variety of database change management topics. In the near future, we'll look much more into these topics, hoping to add more value to our users' existing Flyway, Liquibase, and other integrations where the migration tools can profit a lot … Continue reading How to Simulate a Liquibase Migration using H2