Build a Full-Stack Twitter Clone with Rust
Focused View
14:58:08
75 View
1. Project Demo.mp4
03:31
2. Tool Installation.mp4
03:27
3. Design Documentation.mp4
06:38
4. Viewing Code Changes.mp4
01:30
5. Registration Page.mp4
05:50
6. Adding a Route.mp4
04:12
7. Creating the Registration Form.mp4
04:20
8. Managing State with Hooks.mp4
04:56
9. Username Input Field.mp4
05:54
10. Username Handler.mp4
06:04
11. Password Input.mp4
01:47
12. Domain Types.mp4
07:00
13. Username and Password Types.mp4
05:48
14. Keyed Notifications.mp4
06:55
15. Keyed Notifications Template.mp4
05:43
16. Displaying Registration Errors.mp4
04:10
17. Disabling Form Submission.mp4
06:39
18. API Server State.mp4
07:30
19. API Server CLI.mp4
05:40
20. API Server Main Function - Part 1.mp4
05:23
21. API Server Main Function - Part 2.mp4
04:43
22. Creating a Router.mp4
05:12
23. Configure Environment.mp4
06:08
24. Database User ID.mp4
06:58
25. Database Overview.mp4
02:56
26. Create New User.mp4
08:01
27. Routing Layers.mp4
06:41
28. Endpoint Crate.mp4
07:08
29. API Error Handling.mp4
08:56
30. Database Connection Extractor.mp4
06:27
31. Handling Public API Requests.mp4
06:59
32. New User Handler.mp4
05:32
33. Making an API Request.mp4
09:25
34. Confirming the API Request.mp4
01:41
35. User-facing Error Messages.mp4
05:42
36. Login Page.mp4
06:36
37. Database IDs.mp4
03:03
38. Making New Sessions.mp4
09:54
39. Querying Sessions.mp4
03:07
40. Performing User Login.mp4
08:15
41. Creating a Session.mp4
05:40
42. Frontend User Login.mp4
06:17
43. Checking User Login.mp4
02:52
44. Routing to the Home Page.mp4
04:05
45. Autologin After Registration.mp4
06:49
46. Creating a Navigation Bar.mp4
05:52
47. Adding Navbar Buttons.mp4
06:06
48. New Post Popup.mp4
07:55
49. Defining Chat Data Types.mp4
04:35
50. Defining Post Data Types.mp4
05:11
51. Authorized Requests.mp4
08:57
52. Generic Authorized Handler.mp4
01:53
53. Database Types.mp4
07:04
54. Create a New Handler.mp4
05:25
55. Endpoint URL Macro.mp4
03:42
56. UI Overview.mp4
06:18
57. Chat Message.mp4
09:07
58. Chat Headline.mp4
02:13
59. Validating the Chat.mp4
07:39
60. Posting a Chat.mp4
04:27
61. Setting Up Toast Messages.mp4
08:22
62. Toast Message Templates.mp4
08:37
63. Removing Old Toasts.mp4
05:49
64. Adding Toasts to New Chat.mp4
02:50
65. Public Post Data Type.mp4
06:53
66. Trending Endpoint.mp4
07:11
67. Public Post Data.mp4
06:37
68. Post Query.mp4
04:44
69. Trending Page.mp4
05:15
70. Post Manager.mp4
06:20
71. Populating the Post Manager.mp4
05:01
72. Content Template.mp4
08:07
73. Header Template.mp4
03:30
74. Action Bar Template.mp4
03:12
75. Bookmarking a Post.mp4
05:21
76. Bookmark Queries.mp4
09:00
77. Bookmark Status.mp4
05:20
78. Reaction Query.mp4
06:18
79. Reaction Endpoint.mp4
04:28
80. Reaction Button Logic.mp4
05:06
81. Reaction Button Template.mp4
03:57
82. Aggregate Reaction Query.mp4
06:29
83. Current Like Status.mp4
02:06
84. Boost Queries.mp4
02:35
85. Boost Endpoint.mp4
02:35
86. Boost Button Logic.mp4
05:03
87. Autoreloading the Backend.mp4
03:22
88. Quick Response Template.mp4
06:46
89. Quick Response Input Box.mp4
07:14
90. Checking the Quick Respond Box.mp4
02:59
91. Saving & Loading Images.mp4
10:39
92. Generating Image URLs.mp4
07:09
93. Updating the Content Endpoint.mp4
05:11
94. Updating the New Post Handler.mp4
06:29
95. Post Image Template.mp4
06:35
96. Uploading an Image.mp4
05:37
97. Previewing Uploaded Images.mp4
07:25
98. Allowing Large Image Uploads.mp4
02:34
99. Showing Image Posts.mp4
05:28
100. Poll Endpoint.mp4
04:15
101. Poll Query.mp4
05:02
102. Aggregate Queries.mp4
05:20
103. Updating The to public Function.mp4
03:09
104. New Poll Page.mp4
06:13
105. Submitting a Poll.mp4
04:26
106. Adding Choices to a Poll.mp4
06:46
107. Routing.mp4
03:49
108. Showing Poll Results - Part 1.mp4
06:49
109. Showing Poll Results - Part 2.mp4
04:06
110. Vote Endpoint.mp4
03:03
111. Vote Handler.mp4
04:18
112. App Bar Layout.mp4
06:48
113. App Bar Buttons.mp4
05:45
114. Add App Bar to New Chat Page.mp4
07:45
115. Add App Bar to New Image & New Poll Pages.mp4
03:58
116. Home Page Query.mp4
07:41
117. Like & Bookmark Queries.mp4
04:11
118. Endpoints.mp4
04:18
119. Home Page.mp4
07:02
120. Like & Bookmark Pages.mp4
05:17
121. Profile Endpoint.mp4
07:13
122. Profile Update Query.mp4
03:29
123. View My Profile Handler.mp4
06:14
124. Update My Profile Handler.mp4
05:29
125. Update Profile Page.mp4
04:16
126. Image Upload.mp4
05:52
127. Email Domain Type.mp4
05:57
128. Email Field.mp4
04:59
129. Display Name Field.mp4
02:43
130. Password & Confirmation Fields.mp4
10:41
131. Disable Submit Button.mp4
03:46
132. Submitting Profile Info.mp4
05:59
133. Checking Profile Submission.mp4
06:10
134. Add App Bar.mp4
01:10
135. Endpoint.mp4
05:31
136. View Profile Page & Routing.mp4
05:18
137. Fetching a User Profile.mp4
03:39
138. View Profile Template.mp4
05:56
139. Post View Profile Click Handler.mp4
04:17
140. Checking the View Profile Page.mp4
02:29
141. Displaying the Profile Image.mp4
01:42
142. Follow-Unfollow Endpoint + Backend.mp4
05:31
143. Follow-Unfollow Fetch.mp4
05:21
144. Local Profile.mp4
07:47
145. Populating the Local Profile.mp4
04:32
146. Sidebar Setup.mp4
04:13
147. Sidebar Template.mp4
06:04
148. Sidebar Buttons.mp4
05:30
149. Sidebar Profile Image.mp4
04:40
150. Home Page Help Message.mp4
04:51
151. Fixing Up the Trending Posts Page.mp4
04:29
152. Return Absolute URLs.mp4
04:47
153. No Self-Follow & Sync Follow Status.mp4
09:31
154. Login & Registration Page Links.mp4
03:08
155. Hide Navigation Bar.mp4
03:16
156. Show Profile Image at Login.mp4
02:27
157. Show Messages on Liked & Bookmarked Pages.mp4
04:09
158. Show Login Errors.mp4
03:04
159. Better Server Error Messages.mp4
06:16
160. Database Testing.mp4
08:09
161. Running Tests.mp4
03:47
162. API Testing Utility Functions.mp4
06:41
163. Writing an API Test.mp4
09:19
164. Using a Different Test Runner.mp4
01:44
165. Deployment.mp4
02:08
166. Fixing Warnings.mp4
06:45
167. Thank You!.mp4
00:26
More details
User Reviews
Rating
average 0
Focused display
Category

ZerotoMastery
View courses ZerotoMasteryOur courses and community have helped 1,000s of Zero To Mastery students go from zero to getting hired to levelling up their skills and advancing their careers ...
The most efficient and supportive way for you to learn in-demand skills, get hired, and advance your career.
- language english
- Training sessions 167
- duration 14:58:08
- Release Date 2023/12/12