Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Springing into Kotlin - How to Make the Magic even more Magical
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 About Mark
- 3 Spring Boot is not magic
- 4 Who am I
- 5 Spring Framework 5
- 6 Lets Code
- 7 Spring Initializer
- 8 Spring IDE
- 9 Getters and setters
- 10 Coffee Repository
- 11 Minimal API
- 12 Test Data
- 13 Coffees
- 14 Converting to a Stream
- 15 Running the Stream
- 16 Kotlin Extension Functions
- 17 Testing
- 18 Cleaning up