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