Удален по просьбе правообладателя
  1. Урок 1. 00:01:12
    Course Overview
  2. Урок 2. 00:03:18
    What Is Phoenix?
  3. Урок 3. 00:04:29
    Components of Phoenix
  4. Урок 4. 00:06:53
    Umbrella Application
  5. Урок 5. 00:01:42
    Live Reloading
  6. Урок 6. 00:02:20
    What's on Tap?
  7. Урок 7. 00:02:08
    What Is a Model?
  8. Урок 8. 00:04:23
    Installing Ecto
  9. Урок 9. 00:03:50
    Create a Model
  10. Урок 10. 00:05:07
    Creating a Database Table
  11. Урок 11. 00:06:22
    Retrieving Data
  12. Урок 12. 00:06:29
    Adding a Record
  13. Урок 13. 00:04:06
    Seeding the Database
  14. Урок 14. 00:02:30
    Fetching & Displaying Data
  15. Урок 15. 00:05:07
    Creating an Event Route
  16. Урок 16. 00:02:08
    Creating a Controller
  17. Урок 17. 00:03:33
    Creating the Show Function
  18. Урок 18. 00:03:58
    Creating a View
  19. Урок 19. 00:05:43
    Supplying Data to a View
  20. Урок 20. 00:02:39
    Testing the View
  21. Урок 21. 00:03:26
    Templates: Laying out the View
  22. Урок 22. 00:05:02
    Listing Events
  23. Урок 23. 00:06:04
    Sub-templates
  24. Урок 24. 00:05:39
    Helpers
  25. Урок 25. 00:01:44
    Putting It Together
  26. Урок 26. 00:05:45
    Creating the Form
  27. Урок 27. 00:04:00
    Handling User Submitted Data
  28. Урок 28. 00:05:21
    Handling Form Errors
  29. Урок 29. 00:03:15
    What Is a Plug?
  30. Урок 30. 00:05:29
    Creating a Cookie
  31. Урок 31. 00:05:57
    Creating a Plug
  32. Урок 32. 00:02:31
    Passing a Parameter
  33. Урок 33. 00:04:41
    Channels: Real-time Communication
  34. Урок 34. 00:03:14
    Accepting Reservations
  35. Урок 35. 00:03:08
    Preparing for Channels
  36. Урок 36. 00:04:42
    Creating a Channel
  37. Урок 37. 00:04:16
    Consuming a Message
  38. Урок 38. 00:02:18
    Deployment
  39. Урок 39. 00:03:15
    Creating the Heroku Application
  40. Урок 40. 00:05:58
    Configuring the Application
  41. Урок 41. 00:02:24
    Recap and Where to Go Next
  42. Урок 42. 00:02:35
    Learning Resources
  43. Урок 43. 00:03:44
    Extend the Application