1. Урок 1.00:02:24
    Introduction
  2. Урок 2.00:05:40
    Angular Overview
  3. Урок 3.00:02:21
    Set Up Development Tools
  4. Урок 4.00:06:22
    TypeScript Overview
  5. Урок 5.00:05:11
    Creating our first TypeScript application
  6. Урок 6.00:05:55
    Defining Variables - Overview
  7. Урок 7.00:06:48
    Defining Variables - Write Some Code
  8. Урок 8.00:04:38
    Creating Loops and Arrays - Overview
  9. Урок 9.00:05:33
    Creating Loops and Arrays - Write Some Code - Part 1
  10. Урок 10.00:05:41
    Creating Loops and Arrays - Write Some Code - Part 2
  11. Урок 11.00:06:14
    Creating Classes - Overview
  12. Урок 12.00:04:57
    Creating Classes - Write Some Code
  13. Урок 13.00:06:55
    Defining Accessors - Overview
  14. Урок 14.00:07:41
    Defining Accessors - Write Some Code
  15. Урок 15.00:03:29
    Configuring Compiler Options with tsconfig.json
  16. Урок 16.00:05:23
    Parameter Properties
  17. Урок 17.00:06:20
    TypeScript Modules: Import and Export
  18. Урок 18.00:06:12
    Inheritance - Overview
  19. Урок 19.00:05:36
    Inheritance - Creating the Superclass and Subclass
  20. Урок 20.00:02:45
    Inheritance - Pulling it all together in a Main App
  21. Урок 21.00:04:51
    Inheritance - Developing a second Subclass
  22. Урок 22.00:03:31
    Inheritance - Adding Shapes to an Array
  23. Урок 23.00:04:06
    Abstract Classes - Overview
  24. Урок 24.00:05:01
    Abstract Classes - Write Some Code
  25. Урок 25.00:02:51
    Interfaces - Overview
  26. Урок 26.00:06:27
    Interfaces - Write Some Code
  27. Урок 27.00:05:22
    Getting Started with Angular
  28. Урок 28.00:03:50
    Exploring the Angular Project
  29. Урок 29.00:08:46
    Creating a New Angular Project
  30. Урок 30.00:02:39
    Behind The Scenes of An Angular Project - Overview
  31. Урок 31.00:04:29
    Behind The Scenes of An Angular Project - Demo
  32. Урок 32.00:04:10
    Creating a New Angular Component - Overview - Part 1
  33. Урок 33.00:04:38
    Creating a New Angular Component - Overview - Part 2
  34. Урок 34.00:05:39
    Creating a New Angular Component - Write Some Code - Part 1
  35. Урок 35.00:02:42
    Creating a New Angular Component - Write Some Code - Part 2
  36. Урок 36.00:05:39
    Creating a New Angular Component - Write Some Code - Part 3
  37. Урок 37.00:03:36
    Integrating Angular and Bootstrap CSS - Overview
  38. Урок 38.00:06:52
    Integrating Angular and Bootstrap CSS - Write Some Code
  39. Урок 39.00:04:45
    Angular Conditionals and Formatting - Overview
  40. Урок 40.00:04:34
    Angular Conditionals and Formatting - Write Some Code
  41. Урок 41.00:03:08
    Project Overview
  42. Урок 42.00:09:22
    Spring Boot Project Set Up
  43. Урок 43.00:04:11
    Set Up Database Tables
  44. Урок 44.00:03:35
    Create Spring Boot Starter Project
  45. Урок 45.00:06:23
    Develop JPA Entities - Part 1
  46. Урок 46.00:06:07
    Develop JPA Entities - Part 2
  47. Урок 47.00:05:40
    Create REST APIs with Spring Data JPA Repositories and Spring Data REST
  48. Урок 48.00:03:24
    REST APIs - Configure for Read Only - Overview
  49. Урок 49.00:09:40
    REST APIs - Configure for Read Only - Write Some Code
  50. Урок 50.00:06:00
    Angular Project Overview - Part 1
  51. Урок 51.00:04:42
    Angular Project Overview - Part 2
  52. Урок 52.00:06:09
    Angular Project - Setup
  53. Урок 53.00:05:13
    Angular Project - Create Product class and Product Service - Part 1
  54. Урок 54.00:04:09
    Angular Project - Create Product class and Product Service - Part 2
  55. Урок 55.00:06:38
    Angular Project - Update Angular Component
  56. Урок 56.00:02:58
    Angular Project - Integrating Angular and Spring Boot for Full Stack App!
  57. Урок 57.00:04:21
    Angular Project - Building an HTML Table
  58. Урок 58.00:04:49
    Angular Project - Adding Product Images
  59. Урок 59.00:03:50
    Angular Project - Template Integration Overview
  60. Урок 60.00:03:49
    Angular Project - Download Starter Files
  61. Урок 61.00:03:19
    Angular Project - Tour of HTML Template Files
  62. Урок 62.00:03:58
    Angular Project - Install Bootstrap CSS Styles with npm
  63. Урок 63.00:06:09
    Angular Project - Add local custom CSS styles
  64. Урок 64.00:05:31
    Angular Project - Integrate Template Files and Logos
  65. Урок 65.00:06:29
    Angular Project - Run the App
  66. Урок 66.00:05:47
    Angular Project - Add support for Product Grid
  67. Урок 67.00:05:55
    Angular Project - Enhance Application with Product Images
  68. Урок 68.00:06:59
    Angular Project - Search for Products by Category - Overview - Part 1
  69. Урок 69.00:05:04
    Angular Project - Search for Products by Category - Overview - Part 2
  70. Урок 70.00:05:39
    Angular Project - Search for Products by Category - Overview - Part 3
  71. Урок 71.00:04:51
    Angular Project - Search for Products by Category - Code - Define routes
  72. Урок 72.00:04:18
    Angular Project - Search for Products by Category - Code - Define Router Outlet
  73. Урок 73.00:07:49
    Angular Project - Search for Products by Category - Code - Enhance ProductList
  74. Урок 74.00:04:13
    Angular Project - Search for Products by Category - Code - Update Spring Boot
  75. Урок 75.00:03:23
    Angular Project - Search for Products by Category - Code - Update ProductService
  76. Урок 76.00:04:24
    Angular Project - Search for Products by Category (Dynamic Search Component 1)
  77. Урок 77.00:03:57
    Angular Project - Search for Products by Category (Dynamic Search Component 2)
  78. Урок 78.00:06:18
    Angular Project - Dynamic Search Component - Modify Spring Boot App
  79. Урок 79.00:05:05
    Angular Project - Dynamic Search Component - Create Component
  80. Урок 80.00:04:59
    Angular Project - Dynamic Search Component - Call Product Service
  81. Урок 81.00:05:36
    Angular Project - Dynamic Search Component - Add Dynamic Code to HTML
  82. Урок 82.00:02:45
    Angular Project - Dynamic Search Component - View Console Logs
  83. Урок 83.00:02:52
    Angular Project - Search for Products by Keyword - Overview - Part 1
  84. Урок 84.00:03:24
    Angular Project - Search for Products by Keyword - Overview - Part 2
  85. Урок 85.00:03:09
    Angular Project - Search for Products by Keyword - Overview - Part 3
  86. Урок 86.00:03:09
    Angular Project - Search for Products by Keyword - Modify Spring Boot App
  87. Урок 87.00:02:36
    Angular Project - Search for Products by Keyword - Angular Search Component
  88. Урок 88.00:07:27
    Angular Project - Search for Products by Keyword - Send Data to search route
  89. Урок 89.00:05:52
    Angular Project - Search for Products by Keyword - Enhance ProductList Component
  90. Урок 90.00:05:32
    Angular Project - Search for Products by Keyword - Update ProductService API
  91. Урок 91.00:04:34
    Angular Project - Search for Products by Keyword - Handle for No Products Found
  92. Урок 92.00:05:58
    Angular Project - Product Master-Detail View - Overview
  93. Урок 93.00:04:19
    Angular Project - Product Master-Detail View - Create new component and route
  94. Урок 94.00:04:17
    Angular Project - Product Master-Detail View - Add router links on Master page
  95. Урок 95.00:04:35
    Angular Project - Product Master-Detail View - Enhance the Details Component
  96. Урок 96.00:04:49
    Angular Project - Product Master-Detail View - Update Product Service and HTML
  97. Урок 97.00:05:56
    Angular Project - Product Master-Detail View - Add more Product Details
  98. Урок 98.00:07:10
    IDE Extension - Angular Language Service
  99. Урок 99.00:05:29
    Angular Project- Pagination Overview
  100. Урок 100.00:03:56
    Angular Project - Pagination Development Process - Part 1
  101. Урок 101.00:04:09
    Angular Project - Pagination Development Process - Part 2
  102. Урок 102.00:05:15
    Angular Project - Pagination - Install ng-bootstrap
  103. Урок 103.00:05:16
    Angular Project - Pagination - Add Pagination support to Product Service
  104. Урок 104.00:09:29
    Angular Project - Pagination - Update Product List Component for Pagination
  105. Урок 105.00:05:50
    Angular Project - Pagination - Enhance HTML template to use Pagination Component
  106. Урок 106.00:05:26
    Angular Project - Pagination Demo
  107. Урок 107.00:04:54
    Angular Project - Pagination - Selecting Page Size - Part 1
  108. Урок 108.00:05:15
    Angular Project - Pagination - Selecting Page Size - Part 2
  109. Урок 109.00:03:40
    Angular Project - Pagination - Setting Max Size and Adding Boundary Links
  110. Урок 110.00:01:49
    Angular Project - Pagination - Keyword Search Overview
  111. Урок 111.00:03:06
    Angular Project - Pagination - Keyword Search - Update ProductService
  112. Урок 112.00:09:43
    Angular Project - Pagination - Keyword Search - Update ProductListComponent
  113. Урок 113.00:03:12
    Angular Project - Shopping Cart Status Overview - Basics
  114. Урок 114.00:06:16
    Angular Project - Shopping Cart Status - Create new component
  115. Урок 115.00:04:43
    Angular Project - Shopping Cart Status - Add Click Handler
  116. Урок 116.00:04:56
    Angular Project - Shopping Cart Status Overview - Advanced
  117. Урок 117.00:04:27
    Angular Project - Shopping Cart Status Overview - Advanced - Cart Service
  118. Урок 118.00:02:34
    Angular Project - Shopping Cart Status Overview - Create model class: CartItem
  119. Урок 119.00:06:29
    Angular Project - Shopping Cart Status - Develop CartService - Add to Cart
  120. Урок 120.00:05:48
    Angular Project - Shopping Cart Status - Develop CartService - Compute Totals
  121. Урок 121.00:04:00
    Angular Project - Shopping Cart Status - Call CartService
  122. Урок 122.00:06:14
    Angular Project - Shopping Cart Status - Subscribe to CartService Display Totals
  123. Урок 123.00:03:24
    Angular Project - Shopping Cart Status - Refactor Cart Service Overview
  124. Урок 124.00:03:26
    Angular Project - Shopping Cart Status - Refactor Cart Service - Write the Code
  125. Урок 125.00:02:39
    Angular Project - Shopping Cart Status - Add To Cart From Details View
  126. Урок 126.00:06:14
    Angular Project - Shopping Cart Status - Add To Cart From Details View - Coding
  127. Урок 127.00:03:55
    Angular Project - List Shopping Cart Items - Overview
  128. Урок 128.00:04:40
    Angular Project - List Shopping Cart Items - Create CartDetailsComponent
  129. Урок 129.00:03:25
    Angular Project - List Shopping Cart Items - Create HTML Table
  130. Урок 130.00:04:03
    Angular Project - List Shopping Cart Items - Retrieve data from Cart Service
  131. Урок 131.00:03:04
    Angular Project - List Shopping Cart Items - Loop over Cart Items in HTML
  132. Урок 132.00:05:09
    Angular Project - List Shopping Cart Items - Display Cart Totals
  133. Урок 133.00:05:26
    Angular Project - List Shopping Cart Items - Handle an Empty Cart
  134. Урок 134.00:01:34
    Angular Project - Increment Item Quantity - Overview
  135. Урок 135.00:04:20
    Angular Project - Increment Item Quantity - Layout the Buttons
  136. Урок 136.00:02:44
    Angular Project - Increment Item Quantity - Add Event Handlers
  137. Урок 137.00:04:08
    Angular Project - Decrement/Remove Item Quantity - Overview
  138. Урок 138.00:05:19
    Angular Project - Decrement Item Quantity - Write Some Code
  139. Урок 139.00:04:14
    Angular Project - Remove Item - Write Some Code
  140. Урок 140.00:03:47
    Angular Project - Checkout Form Layout - Overview - Part 1
  141. Урок 141.00:04:39
    Angular Project - Checkout Form Layout - Overview - Part 2
  142. Урок 142.00:04:34
    Angular Project - Checkout Form Layout - Generate Checkout Component
  143. Урок 143.00:04:24
    Angular Project - Checkout Form Layout - Add support for Reactive Forms
  144. Урок 144.00:06:11
    Angular Project - Checkout Form Layout - Layout Form Controls in HTML
  145. Урок 145.00:05:34
    Angular Project - Checkout Form Layout - Add Event Handling for Submit
  146. Урок 146.00:07:55
    Angular Project - Checkout Form Layout - Shipping Address
  147. Урок 147.00:07:00
    Angular Project - Checkout Form Layout - Billing Address
  148. Урок 148.00:05:32
    Angular Project - Checkout Form Layout - Credit Card
  149. Урок 149.00:02:54
    Angular Project - Checkout Form Layout - Review Your Order
  150. Урок 150.00:07:07
    Angular Project - Checkout Form - Populate Credit Card Dates - Overview
  151. Урок 151.00:06:54
    Angular Project - Checkout Form - Create Form Service
  152. Урок 152.00:04:07
    Angular Project -Checkout Form - Retrieve Months and Years from Service
  153. Урок 153.00:04:23
    Angular Project - Checkout Form - Populate Drop-Down Lists for Months and Years
  154. Урок 154.00:03:23
    Angular Project - Checkout Form - Dependent Fields - Overview
  155. Урок 155.00:06:24
    Angular Project - Checkout Form - Dependent Fields - Write Some Code
  156. Урок 156.00:08:17
    Angular Project - Checkout Form - Populate Countries and States - Overview
  157. Урок 157.00:02:50
    Angular Project - Checkout Form - Populate Countries and States - Create DB
  158. Урок 158.00:06:16
    Angular Project - Checkout Form - Populate Countries and States - JPA Entities
  159. Урок 159.00:04:43
    Angular Project - Checkout Form - Populate Countries and States - Repositories
  160. Урок 160.00:03:44
    Angular Project - Checkout Form - Populate Countries and States - Repositories 2
  161. Урок 161.00:05:10
    Angular Project - Checkout Form - Populate Countries and States - REST Config
  162. Урок 162.00:06:22
    Angular Project - Checkout Form - Populate Countries and States - Frontend
  163. Урок 163.00:03:16
    Angular Project - Checkout Form - Populate Countries and States - Create Classes
  164. Урок 164.00:05:19
    Angular Project - Checkout Form - Populate Countries and States - Component
  165. Урок 165.00:07:20
    Angular Project - Checkout Form - Populate Countries and States - Event Handler
  166. Урок 166.00:05:39
    Angular Project - Checkout Form - Populate Countries and States - States
  167. Урок 167.00:05:51
    Angular Project - Checkout Form - Populate Countries and States - Billing
  168. Урок 168.00:03:30
    Angular Project - Checkout Form - Populate Countries and States - Console logs
  169. Урок 169.00:04:03
    Angular Project - Checkout Form - Populate Countries and States - Bug Fix
  170. Урок 170.00:05:01
    Angular Project - Checkout Form - Validation Overview - Part 1
  171. Урок 171.00:03:42
    Angular Project - Checkout Form - Validation Overview - Part 2
  172. Урок 172.00:06:01
    Angular Project - Checkout Form - Add Validation Rules
  173. Урок 173.00:04:48
    Angular Project - Checkout Form - Display Validation Error Messages
  174. Урок 174.00:06:21
    Angular Project - Checkout Form - Display Validation Error Messages continued
  175. Урок 175.00:04:51
    Angular Project - Checkout Form - Custom Validator Rule - Overview
  176. Урок 176.00:07:20
    Angular Project - Checkout Form - Custom Validator Rule - Define the Rule
  177. Урок 177.00:05:30
    Angular Project - Checkout Form - Custom Validator Rule - Apply the Rule
  178. Урок 178.00:06:39
    Angular Project - Checkout Form - Shipping Validation - Part 1
  179. Урок 179.00:03:49
    Angular Project - Checkout Form - Shipping Validation - Part 2
  180. Урок 180.00:05:34
    Angular Project - Checkout Form - Shipping Validation - Part 3
  181. Урок 181.00:02:44
    Angular Project - Checkout Form - Billing Validation - Part 1
  182. Урок 182.00:05:18
    Angular Project - Checkout Form - Billing Validation - Part 2
  183. Урок 183.00:05:36
    Angular Project - Checkout Form - Billing Validation - Part 3
  184. Урок 184.00:05:15
    Angular Project - Checkout Form - Credit Card Validation - Part 1
  185. Урок 185.00:04:42
    Angular Project - Checkout Form - Credit Card Validation - Part 2
  186. Урок 186.00:02:24
    Angular Project - Checkout Form - Credit Card Validation - Part 3
  187. Урок 187.00:08:00
    Angular Project - Checkout Form - Review Cart Totals - Overview Part 1
  188. Урок 188.00:07:03
    Angular Project - Checkout Form - Review Cart Totals - Overview Part 2
  189. Урок 189.00:03:07
    Angular Project - Checkout Form - Review Cart Totals - Coding Part 1
  190. Урок 190.00:06:35
    Angular Project - Checkout Form - Review Cart Totals - Coding Part 2
  191. Урок 191.00:04:02
    eCommerce Project - Checkout Form - Save the Order to Database - Overview
  192. Урок 192.00:02:05
    eCommerce Project - Checkout Form - Save the Order to Database - Run DB Script
  193. Урок 193.00:05:20
    eCommerce Project - Checkout Form - Save the Order to Database - Entities - 1
  194. Урок 194.00:05:51
    eCommerce Project - Checkout Form - Save the Order to Database - Entities - 2
  195. Урок 195.00:05:20
    eCommerce Project - Checkout Form - Save the Order to Database - Entities - 3
  196. Урок 196.00:06:42
    eCommerce Project - Checkout Form - Save the Order to Database - Entities - 4
  197. Урок 197.00:03:45
    eCommerce Project - Checkout Form - Save the Order to Database - Create DTOs
  198. Урок 198.00:04:58
    eCommerce Project - Checkout Form - Save the Order to Database - Repo+Service 1
  199. Урок 199.00:05:56
    eCommerce Project - Checkout Form - Save the Order to Database - Repo+Service 2
  200. Урок 200.00:05:04
    eCommerce Project - Checkout Form - Save the Order to Database - Repo+Service 3
  201. Урок 201.00:06:10
    eCommerce Project - Checkout Form - Save the Order to Database - REST Controller
  202. Урок 202.00:03:54
    eCommerce Project - Checkout Form - Save the Order to Database - Postman Test
  203. Урок 203.00:00:54
    eCommerce Project - Checkout Form - Save the Order - Frontend Overview
  204. Урок 204.00:05:41
    eCommerce Project - Checkout Form - Save the Order - Frontend - Common Classes
  205. Урок 205.00:02:50
    eCommerce Project - Checkout Form - Save the Order - Frontend - Checkout Service
  206. Урок 206.00:04:28
    eCommerce Project - Checkout Form - Save the Order - Frontend - Injection
  207. Урок 207.00:03:36
    eCommerce Project - Checkout Form - Save the Order - Frontend - Order Items
  208. Урок 208.00:04:08
    eCommerce Project - Checkout Form - Save the Order - Frontend - Purchase
  209. Урок 209.00:06:37
    eCommerce Project - Checkout Form - Save the Order - Frontend - Call Service
  210. Урок 210.00:03:52
    eCommerce Project - Checkout Form - Save the Order - Frontend - Test App
  211. Урок 211.00:00:48
    Security - Login/Logout - Release 3 Tasks
  212. Урок 212.00:02:39
    Security - Login/Logout - Security Concepts - Part 1
  213. Урок 213.00:06:01
    Security - Login/Logout - Security Concepts - Part 2
  214. Урок 214.00:05:31
    Security - Login/Logout - Okta Integration - Authorization Server
  215. Урок 215.00:05:24
    Security - Login/Logout - Okta Integration - App Configuration
  216. Урок 216.00:05:13
    Security - Login/Logout - Okta Integration - Sign-In Widget
  217. Урок 217.00:05:46
    Security - Login/Logout - Okta Integration - Login Status Component
  218. Урок 218.00:04:32
    Security - Login/Logout - Coding - Create OIDC Client App
  219. Урок 219.00:04:56
    Security - Login/Logout - Coding - Develop App Configuration
  220. Урок 220.00:05:00
    Security - Login/Logout - Coding - Install Okta Dependencies
  221. Урок 221.00:09:35
    Security - Login/Logout - Coding - Create the Login Component
  222. Урок 222.00:03:35
    Security - Login/Logout - Coding - Render the Sign-In Widget
  223. Урок 223.00:06:37
    Security - Login/Logout - Coding - Develop Login Status Component
  224. Урок 224.00:06:04
    Security - Login/Logout - Coding - Add CSS for Login Status Component
  225. Урок 225.00:04:11
    Security - Login/Logout - Coding - More CSS for Login Status Component
  226. Урок 226.00:04:39
    Security - Login/Logout - Coding - Connecting Routes
  227. Урок 227.00:07:00
    Security - Login/Logout - Coding - App Module Configuration
  228. Урок 228.00:05:09
    Release 3.0 - Security - VIP Member Access - Protected Routes - Overview
  229. Урок 229.00:02:54
    Release 3.0 - Security - VIP Member Access - Protected Routes - Component Dev
  230. Урок 230.00:07:07
    Release 3.0 - Security - VIP Member Access - Protected Routes - Configuration
  231. Урок 231.00:05:06
    Release 3.0 - Security - VIP Member Access - Protected Routes - Testing Access
  232. Урок 232.00:06:28
    Release 3.0 - Security - Handling Browser Refresh - Overview Part 1
  233. Урок 233.00:03:30
    Release 3.0 - Security - Handling Browser Refresh - Overview Part 2
  234. Урок 234.00:03:49
    Release 3.0 - Security - Handling Browser Refresh - Loading and Persisting Items
  235. Урок 235.00:05:58
    Release 3.0 - Security - Handling Browser Refresh - Running the Application
  236. Урок 236.00:02:59
    Release 3.0 - Security - Handling Browser Refresh - Exploring Storage in Browser
  237. Урок 237.00:05:07
    Release 3.0 - Refactoring - Handle Customer By Email - Overview
  238. Урок 238.00:05:36
    Release 3.0 - Refactoring - Handle Customer By Email - Coding
  239. Урок 239.00:05:00
    Release 3.0 - Refactoring - Handle Customer By Email - Run the App
  240. Урок 240.00:04:11
    Release 3.0 - Refactoring - Backend Configs - Overview - Part 1
  241. Урок 241.00:03:26
    Release 3.0 - Refactoring - Backend Configs - Overview - Part 2
  242. Урок 242.00:04:17
    Release 3.0 - Refactoring - Backend Configs - Coding - Fix Deprecated Method
  243. Урок 243.00:03:56
    Release 3.0 - Refactoring - Backend Configs - Coding - Configure CORS Mapping
  244. Урок 244.00:06:08
    Release 3.0 - Refactoring - Backend Configs - Coding - Configure @RestController
  245. Урок 245.00:05:09
    Release 3.0 - Refactoring - Backend Configs - Coding - Disable HTTP PATCH method
  246. Урок 246.00:04:19
    Release 3.0 - Security - Order History - Backend Overview
  247. Урок 247.00:06:22
    Release 3.0 - Security - Order History - Backend Coding
  248. Урок 248.00:07:40
    Release 3.0 - Security - Order History - Frontend Overview
  249. Урок 249.00:04:45
    Release 3.0 - Security - Order History - Frontend Coding - Track User's Email
  250. Урок 250.00:04:54
    Release 3.0 - Security - Order History - Frontend Coding - OrderHistory Service
  251. Урок 251.00:05:41
    Release 3.0 - Security - Order History - Frontend Coding - OrderHistoryComponent
  252. Урок 252.00:06:44
    Release 3.0 - Security - Order History - Frontend Coding - Update HTML Page
  253. Урок 253.00:05:08
    Release 3.0 - Security - Order History - Frontend Coding - Add Orders Button
  254. Урок 254.00:05:47
    Release 3.0 - Security - Order History - Frontend Coding - Run the App
  255. Урок 255.00:04:07
    Release 3.0 - Security - Order History - Frontend Coding - Sort Orders by Date
  256. Урок 256.00:07:56
    Release 3.0 - Security - Order History - Secure Backend Overview
  257. Урок 257.00:02:00
    Release 3.0 - Security - Order History - Secure Backend - Set Up Okta App
  258. Урок 258.00:03:36
    Release 3.0 - Security - Order History - Secure Backend - Configure Properties
  259. Урок 259.00:04:39
    Release 3.0 - Security - Order History - Secure Backend - Protect Endpoints
  260. Урок 260.00:08:43
    Release 3.0 - Security - Order History - Secure Backend - Testing the App
  261. Урок 261.00:03:33
    Release 3.0 - Security - Order History - Secure Frontend Overview - Part 1
  262. Урок 262.00:06:02
    Release 3.0 - Security - Order History - Secure Frontend Overview - Part 2
  263. Урок 263.00:03:55
    Release 3.0 - Security - Order History - Secure Frontend - Create an Interceptor
  264. Урок 264.00:05:06
    Release 3.0 - Security - Order History - Secure Frontend - Pass Access Token
  265. Урок 265.00:02:07
    Release 3.0 - Security - Order History - Secure Frontend - Register Interceptor
  266. Урок 266.00:02:40
    Release 3.0 - Security - Order History - Secure Frontend - Test the App
  267. Урок 267.00:05:16
    Release 3.0 - Security - Order History - Secure Frontend - Resolve Checkout
  268. Урок 268.00:08:01
    Secure Communication with HTTPS - Angular Frontend - Overview
  269. Урок 269.00:05:08
    Secure Communication with HTTPS - Angular Frontend - Coding Part 1
  270. Урок 270.00:05:24
    Secure Communication with HTTPS - Angular Frontend - Coding Part 2
  271. Урок 271.00:02:16
    Secure Communication with HTTPS - Okta Updates - Overview
  272. Урок 272.00:05:53
    Secure Communication with HTTPS - Okta Updates - Configuration
  273. Урок 273.00:04:44
    Secure Communication with HTTPS - Spring Boot Backend - Overview
  274. Урок 274.00:05:23
    Secure Communication with HTTPS - Spring Boot Backend - Coding Part 1
  275. Урок 275.00:03:28
    Secure Communication with HTTPS - Spring Boot Backend - Coding Part 2
  276. Урок 276.00:05:38
    Angular Environment Configuration - Overview
  277. Урок 277.00:06:09
    Angular Environment Configuration - Coding
  278. Урок 278.00:02:57
    Angular Environment Configuration - Add New Environment - Overview Part 1
  279. Урок 279.00:05:02
    Angular Environment Configuration - Add New Environment - Overview Part 2
  280. Урок 280.00:01:32
    Angular Environment Configuration - Add New Environment - Overview Part 3
  281. Урок 281.00:05:15
    Angular Environment Configuration - Add New Environment - Coding Part 1
  282. Урок 282.00:03:56
    Angular Environment Configuration - Add New Environment - Coding Part 2
  283. Урок 283.00:02:49
    Angular Environment Configuration - Add New Environment - Coding Part 3
  284. Урок 284.00:02:53
    Credit Card Payment Processing Overview
  285. Урок 285.00:04:36
    Payment Processing - Stripe API Overview
  286. Урок 286.00:04:34
    Payment Processing - Stripe Integration Options - Part 1
  287. Урок 287.00:04:08
    Payment Processing - Stripe Integration Options - Part 2
  288. Урок 288.00:06:22
    Payment Processing - Stripe Development Process Overview - Part 1
  289. Урок 289.00:04:48
    Payment Processing - Stripe Development Process Overview - Part 2
  290. Урок 290.00:05:32
    Payment Processing - Stripe - Backend Coding Setup - Maven
  291. Урок 291.00:02:40
    Payment Processing - Stripe - Backend Coding Setup - API Keys
  292. Урок 292.00:08:52
    Payment Processing - Stripe - Backend Coding - Checkout Service
  293. Урок 293.00:03:06
    Payment Processing - Stripe - Backend Coding - Checkout Controller
  294. Урок 294.00:06:35
    Payment Processing - Stripe - Frontend Overview - Part 1
  295. Урок 295.00:07:02
    Payment Processing - Stripe - Frontend Overview - Part 2
  296. Урок 296.00:05:44
    Payment Processing - Stripe - Frontend Overview - Part 3
  297. Урок 297.00:05:25
    Payment Processing - Stripe - Frontend Coding - Part 1
  298. Урок 298.00:03:43
    Payment Processing - Stripe - Frontend Coding - Part 2
  299. Урок 299.00:04:41
    Payment Processing - Stripe - Frontend Coding - Part 3
  300. Урок 300.00:04:02
    Payment Processing - Stripe - Frontend Coding - Part 4
  301. Урок 301.00:05:59
    Payment Processing - Stripe - Frontend Coding - Part 5
  302. Урок 302.00:05:18
    Payment Processing - Stripe - Frontend Coding - Part 6
  303. Урок 303.00:06:05
    Payment Processing - Stripe - Frontend Coding - Part 7
  304. Урок 304.00:04:50
    Payment Processing - Stripe - Frontend Coding - Part 8
  305. Урок 305.00:10:43
    Payment Processing - Stripe - Bug Fix for Total Amount
  306. Урок 306.00:05:46
    Payment Processing - Stripe - Bug Fix for Browser Reload after Checkout
  307. Урок 307.00:01:56
    Payment Processing - Stripe - Add Customer Details - Overview
  308. Урок 308.00:02:22
    Payment Processing - Stripe - Add Customer Details - Coding Part 1
  309. Урок 309.00:04:03
    Payment Processing - Stripe - Add Customer Details - Coding Part 2
  310. Урок 310.00:02:20
    Payment Processing - Stripe - Disable Payment Button - Overview
  311. Урок 311.00:05:57
    Payment Processing - Stripe - Disable Payment Button - Coding
  312. Урок 312.00:03:20
    Payment Processing - Stripe - Email Receipts - Overview
  313. Урок 313.00:04:09
    Payment Processing - Stripe - Email Receipts - Coding Part 1
  314. Урок 314.00:02:47
    Payment Processing - Stripe - Email Receipts - Coding Part 2
  315. Урок 315.00:00:31
    Thank You