Skip to main content
Ryan Orban

Ryan Orban

Subject
2 entries

Ci Cd

Bookmarks

  1. Docker layer caching in GitHub Actions

    Blacksmith's guide to Docker layer caching in GitHub Actions — covering the different cache backends (inline, registry, gha), when each works, and how to get 2x faster builds. Practical guide to a topic where bad defaults waste significant CI time.

  2. Improving Django Testing with Seed Databases

    A technique for speeding up Django CI test runs by pre-seeding a database with migrations already applied, then restoring it via pg_dump/pg_restore rather than re-running migrations from scratch each time. Significant CI speedup for projects with many migrations.

All bookmarks