Posts by
Tonie Huizer
Tonie Huizer

Tonie Huizer is a Software, Data, and DevOps Consultant who believes good tech starts with understanding your people. A regular on international stages and a Microsoft Certified Azure Developer, Tonie loves helping teams simplify complex challenges; whether that’s modernizing database deployments, designing scalable systems, or just getting Dev and Ops to finally talk to each other. He is also a Redgate Community Ambassador, and co-leads <strong><a href="https://www.linkedin.com/company/seaql-saturday/" target="_blank" rel="noopener">SeaQL Saturday</a></strong>, a community-driven and canine-friendly event in the Netherlands.

Tonie Huizer

Tonie Huizer

7 December 2022

Tonie Huizer

Tonie Huizer

7 December 2022

A Version Control Strategy for Database DevOps

Our goal was to transform a 'serial' and manual development and release process into one that supported parallel development work and automated releases. This article explains step one: migrating our monolithic, centralized repos to Git, then implementing a Release Flow branching strategy for parallel development work streams, and a Pull… Read more
Tonie Huizer

Tonie Huizer

18 July 2022

Tonie Huizer

Tonie Huizer

18 July 2022

Re-baselining a Database using Flyway Desktop

Over time, Flyway projects can accumulate a lot of migration scripts, with many database objects being created, altered, and dropped across many files. Tonie Huizer explains why you might want to create a new baseline migration file to create the latest version of a  Flyway-managed database in a single leap,… Read more