Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Real-time Chat Messenger, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:19:50
    Course Demo
  • Урок 2. 00:28:55
    Project Setup
  • Урок 3. 00:23:42
    Templates Setup
  • Урок 4. 00:21:42
    Bootstrap and Static Files Setup
  • Урок 5. 00:41:21
    Header and Footer Bootstrap Style Guide
  • Урок 6. 00:39:21
    Custom User Model
  • Урок 7. 00:25:51
    Register New Users
  • Урок 8. 00:19:01
    Login and Logout
  • Урок 9. 00:14:57
    Password Reset and Password Change
  • Урок 10. 00:23:20
    User Account Screen
  • Урок 11. 00:19:05
    User Search
  • Урок 12. 00:20:40
    Editing User Account Properties
  • Урок 13. 00:36:13
    Uploading an Image
  • Урок 14. 00:49:51
    Cropping an Image with Javascript and Python
  • Урок 15. 00:25:19
    Friend System
  • Урок 16. 00:27:47
    Account Screen with Friend System
  • Урок 17. 00:21:27
    Sending a Friend Request
  • Урок 18. 00:10:28
    Querying Friend Requests
  • Урок 19. 00:14:22
    Accepting a Friend Request
  • Урок 20. 00:10:12
    Removing a Friend
  • Урок 21. 00:13:17
    Decline a Friend Request
  • Урок 22. 00:12:01
    Cancel a Friend Request
  • Урок 23. 00:19:14
    Querying Friends
  • Урок 24. 00:28:12
    Public Chat App
  • Урок 25. 00:18:14
    Installing Django Channels 2
  • Урок 26. 00:30:47
    Public Chat Consumer
  • Урок 27. 00:32:54
    Sending a Payload to the Consumer
  • Урок 28. 00:10:02
    Formatting Chat Messages
  • Урок 29. 00:08:41
    Handling Consumer Errors
  • Урок 30. 00:13:51
    Django Humanize for Timestamp Formatting
  • Урок 31. 00:35:52
    Channel Layers for Broadcasting Messages
  • Урок 32. 00:03:14
    Saving Chat Messages to the Database
  • Урок 33. 00:26:36
    Querying Chatroom Messages
  • Урок 34. 00:05:26
    insertBefore and appendChild
  • Урок 35. 00:09:15
    Progress Indicator for Pagination
  • Урок 36. 00:15:31
    Display Connected Users
  • Урок 37. 00:10:21
    Public Chat Cleanup
  • Урок 38. 00:10:39
    Asynchronously Loading Images with Javascript
  • Урок 39. 00:13:59
    Security Risk and Markdown
  • Урок 40. 00:11:57
    Private Chat App
  • Урок 41. 00:11:25
    Private Chatroom View
  • Урок 42. 00:06:10
    Creating Private Chatrooms
  • Урок 43. 00:04:38
    Post Save Receivers
  • Урок 44. 00:14:27
    Display Friends in Room
  • Урок 45. 00:05:26
    Private Chat Consumer
  • Урок 46. 00:06:08
    Private Chat WebSocket
  • Урок 47. 00:14:52
    Dynamically Connected a WebSocket
  • Урок 48. 00:19:06
    Get User Info Dynamically
  • Урок 49. 00:05:51
    Error Handling in Private Chat
  • Урок 50. 00:16:16
    Sending Private Chat Messages (1/2)
  • Урок 51. 00:15:24
    Sending Private Chat Messages (2/2)
  • Урок 52. 00:10:59
    Joining and Leaving a Chatroom
  • Урок 53. 00:11:15
    Querying Private Chatroom Messages
  • Урок 54. 00:09:58
    Private Chat Messages Payload to UI
  • Урок 55. 00:04:24
    Private Chat Pagination
  • Урок 56. 00:05:19
    Loading Spinner Private Chat
  • Урок 57. 00:06:02
    Highlighting the Selected Chatroom
  • Урок 58. 00:12:16
    Starting a Private Chat
  • Урок 59. 00:19:55
    Django Generic Relations (Notification Model)
  • Урок 60. 00:02:14
    Notification Admin
  • Урок 61. 00:19:56
    Notifications for Friend Actions
  • Урок 62. 00:06:36
    Notification Consumer
  • Урок 63. 00:10:18
    "General" Notification Payloads
  • Урок 64. 00:13:01
    Fetch FriendRequest & FriendList Notifications
  • Урок 65. 00:42:07
    Display FriendRequest & FriendList Notifications
  • Урок 66. 00:12:56
    Accepting a Friend Request from Notification
  • Урок 67. 00:02:54
    Declining a Friend Request from Notification
  • Урок 68. 00:09:50
    Pagination for General Notifications
  • Урок 69. 00:36:22
    Updating Notifications in Real-time
  • Урок 70. 00:18:24
    New General Notifications in Real-time
  • Урок 71. 00:16:23
    Unread Notifications Count
  • Урок 72. 00:22:06
    Private Chat Notification System
  • Урок 73. 00:16:15
    Tracking if Users are Connected to a Chat
  • Урок 74. 00:09:27
    Fetching Chatroom Message Notifications
  • Урок 75. 00:23:33
    Handling Chatroom Notification Payloads
  • Урок 76. 00:32:12
    Fetching New Chat Notifications in Real-time
  • Урок 77. 00:09:42
    Pagination for Chat Notifications
  • Урок 78. 00:13:44
    Displaying Count for Chat Notifications
  • Урок 79. 01:58:16
    Push to Production