Completed
Microservices
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Best Practices for Branching Database Code in Git
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 About Kendra
- 3 Session Overview
- 4 Why is Database Code Special
- 5 People have great intentions
- 6 Why databases are special
- 7 State approach
- 8 What is the state approach
- 9 What is the hybrid approach
- 10 Sample database
- 11 Migrations
- 12 Existing Databases
- 13 Git Flow
- 14 Git Diagram
- 15 Feature Branch
- 16 Merge Conflicts
- 17 Pull Requests
- 18 GitHub Flow
- 19 Squirrels
- 20 Microservices
- 21 Demo
- 22 Flyway
- 23 Making a Change