Completed
use the tracing agent
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Good, the Bad, and the Native - Cloud Native Development with GraalVM
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preamble
- 3 gregorio palama
- 4 what is cloud native
- 5 scalability
- 6 lower costs
- 7 higher availability
- 8 smaller memory footprint
- 9 less cpu consumption, lower startup time
- 10 the jvm microservices frameworks ecosystem
- 11 demo
- 12 the bad
- 13 graaalvm
- 14 interpreter
- 15 c1
- 16 c2
- 17 polyglot vm
- 18 graal compiler
- 19 native image
- 20 ahead of time
- 21 input
- 22 build
- 23 output: native executable
- 24 demo project - native
- 25 the good
- 26 native building drawbacks
- 27 demo
- 28 the ugly - native
- 29 start using grallvm native image
- 30 use the tracing agent
- 31 test the native executable or perform native tests
- 32 resources
- 33 thank you