Completed
Type Checked Regex
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
PHP to Hack - An Incrementally Typed Adventure at Slack
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview
- 3 Static Type Checking
- 4 Inferred Generics
- 5 Inferred Union Types
- 6 Two kinds of Arrays
- 7 Arrays with Generics
- 8 Hack Arrays
- 9 Arrays with mixed types
- 10 Using Optional Fields
- 11 Type Refinement
- 12 PHP Standard Library
- 13 Composing PHP functions
- 14 Hack Standard Library
- 15 Hack Pipeline with HSL
- 16 Type Checked Regex
- 17 XHP: Type safe HTML
- 18 Fix with automation
- 19 Move code into functions
- 20 DB Types: Before
- 21 Inferred Return Types
- 22 Untyped code
- 23 Eliminate PHP Dependencies
- 24 HHVM 4.0 Upgrade
- 25 Lessons Learned