-
Урок 1. 00:04:21What are we going to build?
-
Урок 2. 00:03:06What is MERN Stack?
-
Урок 3. 00:02:13How to Get the Most of This Course
-
Урок 4. 00:02:19Pickup Your Task and We Review it - How this course is interactive?
-
Урок 5. 00:02:59Course Outlines
-
Урок 6. 00:01:56Installing NodeJs
-
Урок 7. 00:03:05Installing Expo
-
Урок 8. 00:03:29Installing and running Android Studio
-
Урок 9. 00:01:40Installing and running iOS Simulator
-
Урок 10. 00:02:07Installing our Coding Editor (IDE)
-
Урок 11. 00:01:51Installing PostMan to Test our API's
-
Урок 12. 00:01:58Configure MongoDB Atlas
-
Урок 13. 00:01:23Introduction
-
Урок 14. 00:03:27Overview to our RESTful API
-
Урок 15. 00:01:11File Structure
-
Урок 16. 00:06:39Creating the Backend Server with Express
-
Урок 17. 00:05:00Reading Environment Variables
-
Урок 18. 00:06:48Create First API Call & Parsing Json Data
-
Урок 19. 00:02:39Logging API Requests
-
Урок 20. 00:10:04Installing Mongoose and Connect to MongoDB Database
-
Урок 21. 00:14:32Read/Write Data to Database Using API
-
Урок 22. 00:05:41Analysing the E-Shop Database
-
Урок 23. 00:09:49Create Backend API Routes & Schemas
-
Урок 24. 00:03:16Enabling CORS & Why Do We Need It?
-
Урок 25. 00:02:45Introduction
-
Урок 26. 00:06:13Products Model & Scheme
-
Урок 27. 00:01:44Categories Model & Scheme
-
Урок 28. 00:12:40Add and Delete Categories
-
Урок 29. 00:02:49Get Categories and Category Details
-
Урок 30. 00:04:10Update Category
-
Урок 31. 00:05:56Post a New Product REST API
-
Урок 32. 00:03:48Get a Product & List of Products REST API
-
Урок 33. 00:03:02Population of Category in Get a Product API
-
Урок 34. 00:03:18Update a Product REST API
-
Урок 35. 00:03:47Delete a Product REST API and Validate Id
-
Урок 36. 00:03:44Get Products Count for Statistics Purposes
-
Урок 37. 00:05:19Get Featured Products REST API
-
Урок 38. 00:06:55Filtering and Getting Products by Category
-
Урок 39. 00:02:06Changing "_id" key to "id" - more frontend friendly
-
Урок 40. 00:05:13Introduction
-
Урок 41. 00:02:02Users Model & Schema
-
Урок 42. 00:05:19Post/Register a New User REST API
-
Урок 43. 00:02:58Hashing the User Password
-
Урок 44. 00:02:57Get User and List of Users Excluding Password
-
Урок 45. 00:11:26Login a User REST API & Creating a Token
-
Урок 46. 00:06:08Protecting the API and Authentication JWT Middleware
-
Урок 47. 00:05:08Authentication Error Handling
-
Урок 48. 00:06:49Excluding REST API Routes From Authentication
-
Урок 49. 00:02:39Add More Secret User Information to Token
-
Урок 50. 00:06:47Users & Admins - User Role
-
Урок 51. 00:02:17Get User Count REST API
-
Урок 52. 00:01:55Introduction
-
Урок 53. 00:05:01Orders & Order-Items Model & Scheme
-
Урок 54. 00:01:13Array of Refs - Example of Link Order to Order Items to Products
-
Урок 55. 00:11:43New Order & Create Order Items on Posting New Order
-
Урок 56. 00:08:11Get Order Detail and Populate Products in Order Items and User Data
-
Урок 57. 00:04:30Update Order Status & Delete Order
-
Урок 58. 00:01:55Explaining the Solution
-
Урок 59. 00:07:02Calculating Total Price of one Order
-
Урок 60. 00:06:43Get Total E-Shop Sales using $sum
-
Урок 61. 00:03:26Get User Orders
-
Урок 62. 00:02:24Introduction
-
Урок 63. 00:11:25Configure Server Side Upload
-
Урок 64. 00:04:56Testing Image Upload with Postman
-
Урок 65. 00:06:17Validating Uploaded File Types
-
Урок 66. 00:01:11Image Upload With Product Post Request
-
Урок 67. 00:03:20Image Upload With Product PUT Request
-
Урок 68. 00:07:18Product Gallery Multiple Images Upload
-
Урок 69. 00:02:58Excluding Uploads Folder From Authentication
-
Урок 70. 00:02:55React Native Fundamentals
-
Урок 71. 00:08:26Project Setup and Folder Structure
-
Урок 72. 00:04:14Components
-
Урок 73. 00:04:12State
-
Урок 74. 00:04:00Props
-
Урок 75. 00:07:18Style
-
Урок 76. 00:03:01ScrollView and TextInput
-
Урок 77. 00:05:33Add Item
-
Урок 78. 00:04:23Delete Item
-
Урок 79. 00:01:42Expo Menu
-
Урок 80. 00:06:11Intro and Folder Structure
-
Урок 81. 00:06:05FlatList Products
-
Урок 82. 00:05:19Product List
-
Урок 83. 00:16:07Product Card
-
Урок 84. 00:07:24Header
-
Урок 85. 00:05:37Native Base
-
Урок 86. 00:10:10Searched Product
-
Урок 87. 00:10:03Search List
-
Урок 88. 00:01:49LogBox
-
Урок 89. 00:11:44Banner
-
Урок 90. 00:03:28Categories
-
Урок 91. 00:08:07Category Filter
-
Урок 92. 00:10:05Category Badges
-
Урок 93. 00:07:27Category Container
-
Урок 94. 00:02:36React Navigation
-
Урок 95. 00:02:11Installing React Navigation
-
Урок 96. 00:19:30Bottom Tab Navigation
-
Урок 97. 00:11:51Navigation with Route Params
-
Урок 98. 00:07:14Single Product
-
Урок 99. 00:02:01What is Redux?
-
Урок 100. 00:01:50Installing Redux Dependencies
-
Урок 101. 00:03:53Redux Store
-
Урок 102. 00:06:25Cart Items Reducer
-
Урок 103. 00:03:25Cart Actions
-
Урок 104. 00:07:47Add Items To Cart
-
Урок 105. 00:10:53Cart Item
-
Урок 106. 00:05:54Bottom Container
-
Урок 107. 00:08:48Cart Icon
-
Урок 108. 00:02:13Clear Cart
-
Урок 109. 00:13:13Remove Single Item from Cart
-
Урок 110. 00:08:27Checkout Navigator
-
Урок 111. 00:11:28Custom Form
-
Урок 112. 00:22:24Shipping Page
-
Урок 113. 00:16:19Payment Page
-
Урок 114. 00:12:22Confirm Page
-
Урок 115. 00:10:04Confirm Items
-
Урок 116. 00:03:48Base URL
-
Урок 117. 00:00:49Application Data
-
Урок 118. 00:04:43Connect Products
-
Урок 119. 00:03:23Connect Categories
-
Урок 120. 00:02:33useFocusEffect and useCallback
-
Урок 121. 00:03:49Activity Indicator
-
Урок 122. 00:09:11Deploying our server to Heroku with GitHub [OPTIONAL]
-
Урок 123. 00:07:27User Navigator
-
Урок 124. 00:09:25Login Screen
-
Урок 125. 00:02:31Handling Submit
-
Урок 126. 00:04:14Error
-
Урок 127. 00:12:55Register Screen
-
Урок 128. 00:03:56Register User
-
Урок 129. 00:06:01Toast
-
Урок 130. 00:03:47Adding Toast to the entire App
-
Урок 131. 00:01:07Intro
-
Урок 132. 00:02:15Installing Dependencies
-
Урок 133. 00:14:53Actions
-
Урок 134. 00:02:34Reducer
-
Урок 135. 00:03:33isEmpty
-
Урок 136. 00:09:08Store
-
Урок 137. 00:05:00Adding Context to Login
-
Урок 138. 00:15:59Profile Page
-
Урок 139. 00:12:37Admin Navigator
-
Урок 140. 00:10:00Product List Setup
-
Урок 141. 00:04:35Product List
-
Урок 142. 00:08:20List Item
-
Урок 143. 00:04:53List Item Styling
-
Урок 144. 00:06:06List Header
-
Урок 145. 00:03:55Product Filter
-
Урок 146. 00:12:14Modal
-
Урок 147. 00:02:09Intro
-
Урок 148. 00:08:55Easy Button
-
Урок 149. 00:04:39Adding Easy Button to Modal
-
Урок 150. 00:09:27Adding Easy Button to rest of the App
-
Урок 151. 00:03:52Traffic Light
-
Урок 152. 00:07:42Using Traffic Light
-
Урок 153. 00:04:06Delete Item
-
Урок 154. 00:06:08Button Container
-
Урок 155. 00:19:17Category Picker
-
Урок 156. 00:06:56Categories Button Container
-
Урок 157. 00:03:28Access Photo Library
-
Урок 158. 00:11:52Add Products
-
Урок 159. 00:10:26Upload Image
-
Урок 160. 00:06:53Update Product
-
Урок 161. 00:10:21Categories
-
Урок 162. 00:11:32Category Item
-
Урок 163. 00:08:22Add Category
-
Урок 164. 00:05:17Delete Category
-
Урок 165. 00:03:52Confirm Order
-
Урок 166. 00:08:22Orders
-
Урок 167. 00:07:50Order Card
-
Урок 168. 00:12:13Order Status
-
Урок 169. 00:13:17Cart Button Check
-
Урок 170. 00:02:30Update Status
-
Урок 171. 00:07:03User Orders
-
Урок 172. 00:16:32Edit Mode
-
Урок 173. 00:03:07Icon and Splash Screen
-
Урок 174. 00:02:02Conclusion
-
Урок 175. 00:00:39Bonus
- Категории
- Источники
- Все курсы
- Разделы
- Книги