Completed
Resources
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Your Program as a Transpiler
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Boot-time vs. Run-time
- 3 Example: A Quick DI Framework
- 4 Example: Boot Time
- 5 Transpilers vs. Compilers
- 6 Are transpilers simpler than compilers?
- 7 The distinction is moot
- 8 Compiler-like workflows
- 9 What's a compilation phase?
- 10 Configuring the application
- 11 Application wiring
- 12 Compiling a programming language
- 13 Recognize your compiler passes
- 14 What makes a compiler a proper compiler
- 15 Example. A Configuration File
- 16 Example. An ORM Library
- 17 Example. A DI Framework
- 18 Compilation Phases
- 19 Use proper code generation tooling
- 20 Write a build plug-in
- 21 DI: Annotation Processor
- 22 The Submarine Initiative
- 23 Startup Time
- 24 Take Aways
- 25 Resources