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