1. Урок 1. 00:20:45
    Pricing Lamps and Wallets
  2. Урок 2. 00:06:31
    CSV Surgery 101
  3. Урок 3. 00:10:46
    Binary to Decimal
  4. Урок 4. 00:16:38
    What's your GitHub Score
  5. Урок 5. 00:08:53
    Formatting a Pull Request Comment
  6. Урок 6. 00:12:15
    Stealing Mail
  7. Урок 7. 00:15:04
    Choosing a Syntax Handler
  8. Урок 8. 00:08:45
    Tagging on the Fly
  9. Урок 9. 00:15:43
    Nitpicking a Pull Request
  10. Урок 10. 00:06:29
    Comparing Monthly Revenue
  11. Урок 11. 00:07:37
    Manipulating DNA
  12. Урок 12. 00:11:05
    Building a Lookup Table
  13. Урок 13. 00:15:06
    Transposing Form Input
  14. Урок 14. 00:34:19
    Ranking a Competition
  15. Урок 15. 00:03:15
    Building a Table of Contents - Intro
  16. Урок 16. 00:07:34
    Building a Table of Contents - Extracting Headings
  17. Урок 17. 00:16:26
    Building a Table of Contents - Slice and Dice
  18. Урок 18. 00:07:42
    Building a Table of Contents - Nesting Headings with Recursion
  19. Урок 19. 00:08:01
    Building a Table of Contents - Building Markup
  20. Урок 20. 00:03:21
    Highlighting Code Blocks - Intro
  21. Урок 21. 00:03:18
    Highlighting Code Blocks - Basic Structure
  22. Урок 22. 00:04:37
    Highlighting Code Blocks - Slicing out the Code
  23. Урок 23. 00:10:54
    Highlighting Code Blocks - Introducing chunkBy
  24. Урок 24. 00:10:33
    Highlighting Code Blocks - Introducing eachCons
  25. Урок 25. 00:02:49
    Highlighting Code Blocks - Slicing with a Window
  26. Урок 26. 00:02:31
    Highlighting Code Blocks - Chunking Lines of Code
  27. Урок 27. 00:09:39
    Highlighting Code Blocks - Self-Rendering Code Blocks
  28. Урок 28. 00:03:45
    Highlighting Code Blocks - Recap