Completed
intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
APIs - Refactoring to Patterns
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preamble
- 3 about gil
- 4 code that works over and over again
- 5 when you need to fix bugs in your microservice.again.
- 6 refactor the code / use it as a trap
- 7 we want the code to be...
- 8 cohesion
- 9 separation of concerns
- 10 loose coupling
- 11 entities
- 12 architecture
- 13 the api
- 14 problems
- 15 demo
- 16 ports and adapters
- 17 anti-corruption layer
- 18 demo
- 19 repository
- 20 adapter win
- 21 demo
- 22 welcome to the factory
- 23 singleton
- 24 demo
- 25 summaries
- 26 any questions?