Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай PROFESSIONAL Full Stack Developer, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:16
    Java Master Class
  2. Урок 2. 00:00:59
    The Next Steps
  3. Урок 3. 00:01:55
    Practise as I teach (TODO's)
  4. Урок 4. 00:01:10
    Discord
  5. Урок 5. 00:00:38
    Linkedin
  6. Урок 6. 00:02:33
    Textbook
  7. Урок 7. 00:01:36
    Exercises and Textbook
  8. Урок 8. 00:01:06
    Exercise Solutions
  9. Урок 9. 00:02:10
    Commit Your Changes
  10. Урок 10. 00:02:36
    Linux and Terminal
  11. Урок 11. 00:01:36
    IntelliJ 6 Months
  12. Урок 12. 00:00:59
    Intellij New Theme
  13. Урок 13. 00:01:38
    What we are about to cook (Project and Environment Setup)
  14. Урок 14. 00:02:57
    Spring Initiliazer
  15. Урок 15. 00:02:05
    Open the project with IntelliJ
  16. Урок 16. 00:02:28
    pom.xml
  17. Урок 17. 00:02:18
    Lets clean up few things
  18. Урок 18. 00:02:48
    JDK
  19. Урок 19. 00:04:11
    Your first Spring Boot Application (Getting Started with Spring Boot 3)
  20. Урок 20. 00:03:09
    Embedded Web Server
  21. Урок 21. 00:04:48
    Configuring Embedded Web Server
  22. Урок 22. 00:02:55
    Your first API
  23. Урок 23. 00:06:07
    @SpringBootApplication @RestController and @GetMapping
  24. Урок 24. 00:05:46
    Spring Web MVC
  25. Урок 25. 00:07:18
    JSON For Java
  26. Урок 26. 00:05:26
    Java Objects to JSON Objects
  27. Урок 27. 00:04:12
    Introduction to HTTP (HTTP, REST and APIs)
  28. Урок 28. 00:03:15
    The Evolution of HTTP
  29. Урок 29. 00:03:49
    HTTP Request and Response Messages
  30. Урок 30. 00:04:44
    HTTP Methods
  31. Урок 31. 00:06:33
    HTTP Status Codes
  32. Урок 32. 00:09:01
    URL
  33. Урок 33. 00:03:38
    API and REST API
  34. Урок 34. 00:06:38
    Public APIs and Other Types
  35. Урок 35. 00:02:56
    Why build APIs
  36. Урок 36. 00:07:07
    Chrome Developer Tools (Developer Tools)
  37. Урок 37. 00:04:35
    Exploring XHR for our API
  38. Урок 38. 00:09:29
    Inspecting Instagram Network Activity
  39. Урок 39. 00:03:50
    Postman
  40. Урок 40. 00:05:09
    IntelliJ REST Client
  41. Урок 41. 00:02:05
    CRUD and Section Overview (CRUD - Read)
  42. Урок 42. 00:02:30
    Customer Model
  43. Урок 43. 00:03:27
    Fake Database
  44. Урок 44. 00:05:55
    API Endpoint
  45. Урок 45. 00:07:57
    @PathVariable
  46. Урок 46. 00:02:02
    N Tier Architecture (Structure the Backend)
  47. Урок 47. 00:10:40
    Refactor - Controller Service and DAO
  48. Урок 48. 00:07:03
    @RestController @Service @Repository @Component
  49. Урок 49. 00:04:58
    Application Context (Application Context and Beans)
  50. Урок 50. 00:05:09
    Inspecting beans
  51. Урок 51. 00:02:23
    Bean Scopes
  52. Урок 52. 00:07:49
    Creating Beans
  53. Урок 53. 00:01:57
    We are not handling error the right way (Error Handling)
  54. Урок 54. 00:05:02
    Custom Exception
  55. Урок 55. 00:02:28
    @ResponseStatus
  56. Урок 56. 00:02:04
    Include error Message to Responses
  57. Урок 57. 00:00:51
    Section Intro (Databases)
  58. Урок 58. 00:02:18
    Postgres and Docker
  59. Урок 59. 00:02:27
    Verifying Docker Installation
  60. Урок 60. 00:04:26
    Postgres DB with Docker compose
  61. Урок 61. 00:01:34
    Connecting to Database
  62. Урок 62. 00:03:23
    Connecting to DB using IntelliJ IDEA
  63. Урок 63. 00:02:31
    Data Source & JPA
  64. Урок 64. 00:03:00
    Installing PostgreSQL Driver and Spring Data JPA Dependencies
  65. Урок 65. 00:04:49
    Configuring Datasource Properties
  66. Урок 66. 00:04:51
    Create Customer Table
  67. Урок 67. 00:01:22
    Outro
  68. Урок 68. 00:03:45
    Entity (Spring Data JPA)
  69. Урок 69. 00:02:29
    Inspecting The Database
  70. Урок 70. 00:02:32
    Column Contraints
  71. Урок 71. 00:02:26
    CustomerRepository
  72. Урок 72. 00:02:03
    CustomerJPADataAccessService class
  73. Урок 73. 00:02:48
    @Qualifier
  74. Урок 74. 00:04:32
    Saving Entities
  75. Урок 75. 00:03:44
    Exploring JPA Methods
  76. Урок 76. 00:02:04
    Outro
  77. Урок 77. 00:01:04
    The Problem (Get Customer By Id Exercise)
  78. Урок 78. 00:01:42
    Exercise Solution
  79. Урок 79. 00:01:36
    Intro (CRUD - Create)
  80. Урок 80. 00:00:51
    Changing CustomerDao Interface
  81. Урок 81. 00:01:28
    Override insert customer
  82. Урок 82. 00:08:36
    Business Logic for Adding new Customer
  83. Урок 83. 00:02:46
    Controller @RequestMapping and @RequestBody
  84. Урок 84. 00:04:07
    Testing POST Request
  85. Урок 85. 00:01:40
    Exercise (CRUD - Delete (Exercise))
  86. Урок 86. 00:02:35
    Exercise Solution
  87. Урок 87. 00:03:23
    Exercise (CRUD - Update (Exercise))
  88. Урок 88. 00:05:03
    Exercise Solution
  89. Урок 89. 00:01:18
    Few Words (Let's Pause)
  90. Урок 90. 00:01:52
    Intro (Datasources, JDBC & Flyway)
  91. Урок 91. 00:03:12
    JPA and Hibernate under the hood
  92. Урок 92. 00:04:44
    JDBC and JDBCTemplate
  93. Урок 93. 00:06:37
    DataSource and Connection Pools
  94. Урок 94. 00:03:38
    Flyway and Liquibase
  95. Урок 95. 00:06:21
    Flyway (Flyway)
  96. Урок 96. 00:00:49
    Installing Flyway
  97. Урок 97. 00:11:28
    Applying and Understanding Flyway Migrations
  98. Урок 98. 00:03:45
    Lets Start Again but Right
  99. Урок 99. 00:04:23
    Create Customer Table
  100. Урок 100. 00:03:19
    Inspecting the Customer Table
  101. Урок 101. 00:06:59
    Working with Sequences
  102. Урок 102. 00:01:35
    Exercise
  103. Урок 103. 00:04:33
    Exercise Solution
  104. Урок 104. 00:02:45
    Migrations Documentation
  105. Урок 105. 00:04:36
    Match Entity Containts schema
  106. Урок 106. 00:05:28
    Validating Schema With Hibernate
  107. Урок 107. 00:06:39
    Exercise Solution
  108. Урок 108. 00:01:16
    Intro (JDBC Template)
  109. Урок 109. 00:03:47
    CustomerJDBC class
  110. Урок 110. 00:02:28
    JDBC Template Documentation
  111. Урок 111. 00:03:53
    Insert Customer
  112. Урок 112. 00:03:49
    Test Insert Customer
  113. Урок 113. 00:05:31
    Select All Customers
  114. Урок 114. 00:04:50
    RowMapper and ResultSet
  115. Урок 115. 00:02:22
    Refactor Row Mapper
  116. Урок 116. 00:00:40
    Exercise
  117. Урок 117. 00:04:04
    Exercise Solution
  118. Урок 118. 00:00:46
    Exercise
  119. Урок 119. 00:08:19
    Exercise Solution
  120. Урок 120. 00:04:18
    Why multiple DAO implementations
  121. Урок 121. 00:01:20
    More on databases later
  122. Урок 122. 00:04:09
    When to use JDBC over JPA (Spring JDBC vs JPA)
  123. Урок 123. 00:02:18
    Would you ? (Important Question)
  124. Урок 124. 00:02:44
    Intro (Testing - Setup)
  125. Урок 125. 00:02:57
    Testcontainers
  126. Урок 126. 00:01:26
    H2
  127. Урок 127. 00:03:37
    Intalling Testcontainers
  128. Урок 128. 00:06:52
    Let's Write a test Testcontainers
  129. Урок 129. 00:08:02
    Inspecting DB created by Testcontainers
  130. Урок 130. 00:05:59
    Apply migrations with Flyway
  131. Урок 131. 00:03:29
    @DynamicPropertySource
  132. Урок 132. 00:06:26
    Don't Use @SpringBootTest for Unit Tests
  133. Урок 133. 00:05:22
    Abstract Testcontainres Logic
  134. Урок 134. 00:01:27
    Intro (Testing JDBC Template)
  135. Урок 135. 00:04:53
    JDBCTeamplate Test Class
  136. Урок 136. 00:04:50
    Configure JDBC Template
  137. Урок 137. 00:06:07
    selectAllCustomers Test
  138. Урок 138. 00:05:18
    selectCustomerById Test
  139. Урок 139. 00:03:20
    selectCustomerById Test 2
  140. Урок 140. 00:01:17
    Exercises
  141. Урок 141. 00:02:14
    Test Coverage
  142. Урок 142. 00:06:43
    Exercise Solution
  143. Урок 143. 00:00:50
    Intro (Testing JPA Repositories)
  144. Урок 144. 00:05:07
    What do we need to test
  145. Урок 145. 00:05:07
    The Wrong Way
  146. Урок 146. 00:04:58
    @DataJpaTest and @AutoConfigureTestDatabase
  147. Урок 147. 00:08:27
    Writing Tests For CustomerRepository
  148. Урок 148. 00:01:36
    No Need to Test DB Backed by List (DAO Mock Testing)
  149. Урок 149. 00:03:50
    Mockito
  150. Урок 150. 00:03:12
    @Mock
  151. Урок 151. 00:03:33
    Test Select All Customers
  152. Урок 152. 00:03:21
    Test selectCustomerById
  153. Урок 153. 00:02:36
    Exercise Solution
  154. Урок 154. 00:01:01
    Intro (Testing Business Layer)
  155. Урок 155. 00:03:03
    Create CustomerServiceTest and MockitoExtension
  156. Урок 156. 00:01:17
    Test GetAllCustomers
  157. Урок 157. 00:05:53
    Test getCustomer
  158. Урок 158. 00:04:48
    Test if getCustomer Returns Empty Optional
  159. Урок 159. 00:06:23
    Test addCustomer
  160. Урок 160. 00:04:09
    addCustomer Test Code Explanation
  161. Урок 161. 00:03:59
    Test addCustomer 2
  162. Урок 162. 00:02:16
    Exercises
  163. Урок 163. 00:04:36
    Exercise Solution (Part 1)
  164. Урок 164. 00:18:51
    Exercise Solution (Part 2)
  165. Урок 165. 00:00:43
    Exercise
  166. Урок 166. 00:05:29
    Exercise Solution
  167. Урок 167. 00:02:03
    Intro (Integration Testing)
  168. Урок 168. 00:03:36
    @SpringBootTest
  169. Урок 169. 00:03:32
    WebTestClient
  170. Урок 170. 00:07:13
    The First Integration - canRegisterCustomer - Part 1
  171. Урок 171. 00:04:43
    Running canRegisterCustomer Integration Test
  172. Урок 172. 00:08:49
    The First Integration - canRegisterCustomer - Part 2
  173. Урок 173. 00:03:07
    canDeleteCustomer Integration Test
  174. Урок 174. 00:05:41
    Exercise Solution
  175. Урок 175. 00:02:55
    Intro (The Upcoming Sections)
  176. Урок 176. 00:01:44
    Intro (The Jar file)
  177. Урок 177. 00:07:04
    Spring Boot Maven Plugin Jar
  178. Урок 178. 00:03:37
    Running Jar
  179. Урок 179. 00:00:40
    Intro (Maven & Tests)
  180. Урок 180. 00:04:59
    Surefire Plugin
  181. Урок 181. 00:03:47
    Configuring Surefire Plugin
  182. Урок 182. 00:12:46
    Maven Failsafe Plugin
  183. Урок 183. 00:02:12
    The Jar File
  184. Урок 184. 00:01:24
    Section Outro
  185. Урок 185. 00:00:41
    Intro (DevOps)
  186. Урок 186. 00:07:54
    What is DevOps
  187. Урок 187. 00:05:04
    DevOps Key Practices and Benefits
  188. Урок 188. 00:01:03
    Outro
  189. Урок 189. 00:01:55
    Intro (Docker)
  190. Урок 190. 00:01:32
    What is Docker
  191. Урок 191. 00:04:35
    Docker vs VM
  192. Урок 192. 00:05:57
    Undestanding Containers
  193. Урок 193. 00:08:51
    Docker Images and Containers
  194. Урок 194. 00:02:41
    Docker Architecture
  195. Урок 195. 00:04:14
    Docker Registries
  196. Урок 196. 00:05:50
    Docker Login
  197. Урок 197. 00:01:15
    Outro
  198. Урок 198. 00:00:45
    Intro (Jib)
  199. Урок 199. 00:02:20
    What is Jib
  200. Урок 200. 00:08:49
    Configuring Jib Plugin
  201. Урок 201. 00:04:40
    Building Docker Image
  202. Урок 202. 00:05:49
    Pulling Image and Running Container
  203. Урок 203. 00:04:39
    Container Comunication
  204. Урок 204. 00:06:47
    Docker Network In Action
  205. Урок 205. 00:07:05
    Docker Compose
  206. Урок 206. 00:00:55
    Section Outro
  207. Урок 207. 00:02:18
    Outro
  208. Урок 208. 00:01:12
    Intro (AWS)
  209. Урок 209. 00:04:50
    Infrastructure Components Overview
  210. Урок 210. 00:03:53
    AWS Free Tier
  211. Урок 211. 00:06:37
    AWS Console Overview
  212. Урок 212. 00:02:47
    Elastic Beanstalk
  213. Урок 213. 00:03:17
    Elastic Beanstalk Key Terms
  214. Урок 214. 00:04:07
    Generate New Key Pair
  215. Урок 215. 00:02:46
    Saving Private Key
  216. Урок 216. 00:02:26
    Getting Started With Elastic Beanstalk (Elastic Beanstalk)
  217. Урок 217. 00:03:38
    Elastic Container Service
  218. Урок 218. 00:08:33
    Dockerrun aws json
  219. Урок 219. 00:09:38
    Configure More Options
  220. Урок 220. 00:03:57
    Infrastructure Provisioned By EB
  221. Урок 221. 00:07:02
    Updating DB Host and Inspecting Logs
  222. Урок 222. 00:04:18
    SSH MAC & LINUX & Windows
  223. Урок 223. 00:04:01
    Bastions
  224. Урок 224. 00:06:06
    Create Customer DB
  225. Урок 225. 00:02:55
    Hooray we deployed the API
  226. Урок 226. 00:04:22
    Exploring EB
  227. Урок 227. 00:02:42
    Cloudformation
  228. Урок 228. 00:02:50
    Infrastructure As Code
  229. Урок 229. 00:02:46
    Multiple Environments
  230. Урок 230. 00:02:21
    There Are Many Other Ways To Deploy
  231. Урок 231. 00:01:21
    Intro (Git and Github)
  232. Урок 232. 00:00:41
    What We Need To Do
  233. Урок 233. 00:00:52
    Organizing Folders (Monorepo)
  234. Урок 234. 00:01:18
    Create Github Repository
  235. Урок 235. 00:06:14
    Pushing code to Github
  236. Урок 236. 00:08:05
    Open the new Folder and Run Application
  237. Урок 237. 00:03:56
    Intro (Github Actions)
  238. Урок 238. 00:04:55
    Github Actions Overview
  239. Урок 239. 00:01:31
    Intro (Continuos Integration)
  240. Урок 240. 00:03:45
    Creating the workfow
  241. Урок 241. 00:05:53
    Github Actions Services
  242. Урок 242. 00:03:30
    Checkout Action
  243. Урок 243. 00:03:15
    Setup Java Action
  244. Урок 244. 00:06:08
    Run Shell Command
  245. Урок 245. 00:01:16
    Commit and Push Workflow
  246. Урок 246. 00:03:14
    New Feature Branch
  247. Урок 247. 00:05:39
    Triggering the Workflow With Pull Request
  248. Урок 248. 00:04:40
    Make Build Workflow Fail
  249. Урок 249. 00:01:31
    Outro
  250. Урок 250. 00:02:44
    Intro (Continous Delivery)
  251. Урок 251. 00:03:04
    Create Deploy Workflow
  252. Урок 252. 00:04:35
    Postgres Service
  253. Урок 253. 00:01:07
    Setting Working Directory
  254. Урок 254. 00:04:32
    Clone Java and Login to Docker Hub
  255. Урок 255. 00:02:41
    Generate Custom Build Number
  256. Урок 256. 00:02:09
    Build Number Step
  257. Урок 257. 00:05:55
    Maven Verify Step
  258. Урок 258. 00:05:57
    SED Command
  259. Урок 259. 00:02:19
    Step to Replace tag in Dockerrun aws json
  260. Урок 260. 00:02:32
    The Deployment Process
  261. Урок 261. 00:04:51
    Create AWS Github Actions User with Programmatic Access
  262. Урок 262. 00:03:58
    Github Secrets for AWS
  263. Урок 263. 00:04:13
    AWS Elastic Beanstalk
  264. Урок 264. 00:02:11
    Commit and Push Dockerrun.aws.json STEP
  265. Урок 265. 00:05:49
    Continuous Delivery In Action
  266. Урок 266. 00:03:36
    Outro
  267. Урок 267. 00:01:26
    Intro (Slack Integration)
  268. Урок 268. 00:01:08
    Installing Slack
  269. Урок 269. 00:01:34
    Workspaces
  270. Урок 270. 00:04:13
    Webhooks
  271. Урок 271. 00:05:11
    Exercise
  272. Урок 272. 00:03:57
    Exercise Solution
  273. Урок 273. 00:06:09
    Deployment In Action With Slack Messaging
  274. Урок 274. 00:02:08
    Discord Webhooks
  275. Урок 275. 00:01:14
    Intro (Javascript)
  276. Урок 276. 00:02:09
    Your First Javascript Code
  277. Урок 277. 00:04:00
    What is Javacript and How it works
  278. Урок 278. 00:02:18
    Visual Studio Code (VS Code)
  279. Урок 279. 00:02:48
    NodeJS and NPM
  280. Урок 280. 00:03:51
    Running JS with using Node
  281. Урок 281. 00:07:57
    Code Runner
  282. Урок 282. 00:03:05
    Comments
  283. Урок 283. 00:04:17
    Quotes and Colons
  284. Урок 284. 00:05:22
    Variables
  285. Урок 285. 00:01:59
    Datatypes
  286. Урок 286. 00:06:07
    Strings
  287. Урок 287. 00:06:01
    Objects
  288. Урок 288. 00:04:17
    Boolean
  289. Урок 289. 00:05:09
    Arrays
  290. Урок 290. 00:05:39
    Functions
  291. Урок 291. 00:06:06
    Built in functions
  292. Урок 292. 00:04:29
    Loops
  293. Урок 293. 00:04:51
    Other types of For Loops
  294. Урок 294. 00:04:50
    While Loop
  295. Урок 295. 00:04:09
    Comparison Operators
  296. Урок 296. 00:02:16
    Logical Operator
  297. Урок 297. 00:07:16
    If Statement
  298. Урок 298. 00:03:09
    Ternary if statement
  299. Урок 299. 00:03:37
    Switch Statement
  300. Урок 300. 00:04:45
    Hoisting
  301. Урок 301. 00:01:35
    Let Keyword
  302. Урок 302. 00:06:10
    Const Keyword
  303. Урок 303. 00:04:10
    When to Use Const vs Let
  304. Урок 304. 00:04:26
    Type Coercion
  305. Урок 305. 00:03:48
    Triple Equals
  306. Урок 306. 00:06:04
    Functions Overview
  307. Урок 307. 00:06:09
    Arrow Functions
  308. Урок 308. 00:03:29
    Function Default Parameter
  309. Урок 309. 00:07:48
    Callbacks
  310. Урок 310. 00:06:55
    Working with Objects
  311. Урок 311. 00:05:14
    Object Destructing
  312. Урок 312. 00:04:23
    Spread Operator on Objects
  313. Урок 313. 00:05:18
    Working with Arrays
  314. Урок 314. 00:03:31
    Arrays.Map
  315. Урок 315. 00:03:40
    Array Destructuring
  316. Урок 316. 00:07:44
    Default Exports
  317. Урок 317. 00:07:51
    Name Exports and Imports
  318. Урок 318. 00:05:00
    Your first Promise
  319. Урок 319. 00:05:43
    synchronous vs asynchronous code
  320. Урок 320. 00:06:15
    Async Await
  321. Урок 321. 00:07:25
    Promise all
  322. Урок 322. 00:07:52
    Promise base http client
  323. Урок 323. 00:01:02
    Outro
  324. Урок 324. 00:01:37
    What is React (React)
  325. Урок 325. 00:01:29
    Vite
  326. Урок 326. 00:05:10
    Scaffolding React App with Vite
  327. Урок 327. 00:03:35
    Application Folder Stucture
  328. Урок 328. 00:04:27
    SRC folder
  329. Урок 329. 00:03:48
    Understanding Available Scripts
  330. Урок 330. 00:02:35
    Clean up code to start fresh
  331. Урок 331. 00:00:41
    Intro (Basics of React)
  332. Урок 332. 00:05:30
    JSX
  333. Урок 333. 00:03:03
    Components
  334. Урок 334. 00:04:13
    Creating Components
  335. Урок 335. 00:05:50
    Components and Props
  336. Урок 336. 00:03:50
    Props Children
  337. Урок 337. 00:08:19
    Tranformations with Map
  338. Урок 338. 00:04:28
    UseState hook
  339. Урок 339. 00:07:00
    UseEffect Hooks
  340. Урок 340. 00:01:24
    Outro
  341. Урок 341. 00:01:32
    Intro (React Building Our Web App)
  342. Урок 342. 00:04:09
    UI Libraries
  343. Урок 343. 00:03:22
    Installing Chakra
  344. Урок 344. 00:03:29
    Testing ChakraUI installation
  345. Урок 345. 00:06:29
    SideBar
  346. Урок 346. 00:05:24
    Customize The SideBar
  347. Урок 347. 00:04:40
    Axios and getCustomers method
  348. Урок 348. 00:02:57
    Vite environement variables
  349. Урок 349. 00:03:32
    Lets try to fetch data from the server
  350. Урок 350. 00:03:13
    CORS
  351. Урок 351. 00:07:38
    Allow CORS on the backend
  352. Урок 352. 00:09:08
    Render Customers & Loading Spinner
  353. Урок 353. 00:03:53
    Card Component
  354. Урок 354. 00:03:13
    Wrap and Wrap Item
  355. Урок 355. 00:07:30
    Customizing Card
  356. Урок 356. 00:04:18
    Include sha and commit to CD workflow
  357. Урок 357. 00:03:42
    Watch CD Workflow Deploy CORS changes
  358. Урок 358. 00:02:10
    Intro (Backend and React - Gender Exercise (Challenging))
  359. Урок 359. 00:03:16
    Exercise
  360. Урок 360. 00:06:45
    Add New Migration (Backend and React - Gender Exercise Solution)
  361. Урок 361. 00:05:02
    Updating Customer Contructor to Include Gender
  362. Урок 362. 00:08:11
    Fixing Tests
  363. Урок 363. 00:06:10
    Fixing Integration Tests
  364. Урок 364. 00:06:14
    Add Gender and Profile Picture to Frontend
  365. Урок 365. 00:07:56
    Deployment
  366. Урок 366. 00:03:47
    Pull Lastest amigoscode-api version
  367. Урок 367. 00:01:43
    Outro
  368. Урок 368. 00:01:00
    Intro (React - New Customer Feature)
  369. Урок 369. 00:03:36
    Create Customer Button
  370. Урок 370. 00:05:06
    Drawer
  371. Урок 371. 00:03:36
    Installing Formik and YUP
  372. Урок 372. 00:04:42
    CreateCustomerForm component
  373. Урок 373. 00:08:27
    Customise Form (Part 1)
  374. Урок 374. 00:04:46
    Customise Form (Part 2)
  375. Урок 375. 00:04:14
    Disable submit button if form not valid
  376. Урок 376. 00:02:10
    Axios Post
  377. Урок 377. 00:05:48
    onSubmit
  378. Урок 378. 00:06:50
    Fetch customers on save
  379. Урок 379. 00:05:43
    Toasts and Notifications
  380. Урок 380. 00:05:13
    Using success and error notifications
  381. Урок 381. 00:01:08
    Exercise (React - Delete Customer Exercise)
  382. Урок 382. 00:12:23
    Exercise Solution
  383. Урок 383. 00:00:42
    Exercise (React - Update Customer Exercise)
  384. Урок 384. 00:17:11
    Exercise Solution
  385. Урок 385. 00:05:52
    Final Touches
  386. Урок 386. 00:01:07
    Intro (Dockerise React App and Docker Compose)
  387. Урок 387. 00:07:34
    Dockerfile react frontend
  388. Урок 388. 00:04:10
    Building React Frontend Docker Image
  389. Урок 389. 00:05:18
    Running React Frontend Container
  390. Урок 390. 00:04:02
    Looking inside the container
  391. Урок 391. 00:04:47
    Adding react service to docker compose
  392. Урок 392. 00:01:10
    Intro (React Frontend Deployment)
  393. Урок 393. 00:07:11
    Docker Build Args
  394. Урок 394. 00:07:05
    React Frontend Container Definition
  395. Урок 395. 00:04:04
    Deploying
  396. Урок 396. 00:08:15
    AWS Security Group and Rules
  397. Урок 397. 00:05:24
    Adding Security Group Rule
  398. Урок 398. 00:02:58
    Outro
  399. Урок 399. 00:02:33
    Exercise (AWS - Exercise)
  400. Урок 400. 00:21:25
    Exercise Solution
  401. Урок 401. 00:01:34
    Intro (Security & JWT Overview)
  402. Урок 402. 00:01:34
    The Problem
  403. Урок 403. 00:01:44
    Spring Security
  404. Урок 404. 00:02:55
    Exploring Spring Security Documentation
  405. Урок 405. 00:03:52
    Introduction to JWT
  406. Урок 406. 00:05:12
    The Structure of JWT
  407. Урок 407. 00:01:51
    How We Are Going to Secure Our Endpoints
  408. Урок 408. 00:05:15
    Installing Dependencies (Implementing Security)
  409. Урок 409. 00:03:02
    Starting the server
  410. Урок 410. 00:05:01
    Generate JWT Token
  411. Урок 411. 00:06:31
    Generate JWT Token - Signing
  412. Урок 412. 00:01:01
    Important
  413. Урок 413. 00:04:09
    Send Signed Token to Client
  414. Урок 414. 00:06:50
    Allow Only POST Requests to Register Customers
  415. Урок 415. 00:02:13
    Inspecting JWT Token
  416. Урок 416. 00:06:36
    Security FIlter Chain
  417. Урок 417. 00:01:43
    The Next Steps
  418. Урок 418. 00:03:21
    UserDetails
  419. Урок 419. 00:06:55
    Implement UserDetails
  420. Урок 420. 00:08:34
    Fixing Tests
  421. Урок 421. 00:07:10
    UserDetailsService
  422. Урок 422. 00:07:42
    Password Encoder and BCrypt
  423. Урок 423. 00:07:36
    Hashed Passowords In Action
  424. Урок 424. 00:03:24
    Authentication Provider
  425. Урок 425. 00:05:58
    DaoAuthenticationProvider
  426. Урок 426. 00:02:10
    JWT Token Validation Overview
  427. Урок 427. 00:04:50
    JWT Auth Filter and Extract Token
  428. Урок 428. 00:03:08
    Extract Subject From Token
  429. Урок 429. 00:09:07
    Validate Token and Set Authentication
  430. Урок 430. 00:03:31
    Registering The Filter
  431. Урок 431. 00:04:46
    Attatching JWT to Requests
  432. Урок 432. 00:03:12
    Fixing CustomerRepositoryTest
  433. Урок 433. 00:01:17
    Lets Pause
  434. Урок 434. 00:13:05
    Spring Security Architecture Explained
  435. Урок 435. 00:01:02
    Outro
  436. Урок 436. 00:01:46
    Intro (DTO Pattern)
  437. Урок 437. 00:16:01
    DTO Pattern
  438. Урок 438. 00:09:00
    Fixing canRegisterCustomer Integration Test (Implementing Security PART 2)
  439. Урок 439. 00:03:44
    We Have A Problem With Spring Security
  440. Урок 440. 00:05:14
    Authentication Entrypoint
  441. Урок 441. 00:08:17
    @ControllerAdvice and @ExceptionHandler
  442. Урок 442. 00:04:15
    Handle InsufficientAuthenticationException and Exception
  443. Урок 443. 00:00:48
    Exercise
  444. Урок 444. 00:05:02
    Exercise Solution canDeleteCustomer
  445. Урок 445. 00:05:26
    Exercise Solution canUpdateCustomer
  446. Урок 446. 00:02:39
    CORS Issue Again
  447. Урок 447. 00:07:02
    Spring Security CORS
  448. Урок 448. 00:01:28
    Login Exercise
  449. Урок 449. 00:14:12
    Login Exercise Solution
  450. Урок 450. 00:12:17
    Login Integration Test
  451. Урок 451. 00:03:41
    Test Login using Postman
  452. Урок 452. 00:01:59
    POST Mistake
  453. Урок 453. 00:07:47
    Deployment
  454. Урок 454. 00:03:08
    Testing API
  455. Урок 455. 00:00:24
    Exercise
  456. Урок 456. 00:02:49
    Exercise Solution
  457. Урок 457. 00:00:55
    Outro
  458. Урок 458. 00:00:38
    Intro (React - Login & Registration)
  459. Урок 459. 00:01:55
    Section Intro
  460. Урок 460. 00:03:39
    Installing React Router
  461. Урок 461. 00:04:39
    React Router Routes
  462. Урок 462. 00:03:45
    Login Page
  463. Урок 463. 00:04:34
    Syling Right Side of Login Page
  464. Урок 464. 00:06:51
    Login Form P1
  465. Урок 465. 00:07:38
    Login Form P2
  466. Урок 466. 00:02:02
    Login Post Method
  467. Урок 467. 00:02:55
    React Context
  468. Урок 468. 00:08:05
    AuthProvider
  469. Урок 469. 00:07:39
    Using Context
  470. Урок 470. 00:05:35
    Performing Login
  471. Урок 471. 00:04:07
    Local Storage
  472. Урок 472. 00:03:19
    Adding to Local Storage
  473. Урок 473. 00:02:54
    Redirected After Successful login
  474. Урок 474. 00:05:23
    Attach Authorization Header to HTTP Requests
  475. Урок 475. 00:05:08
    Add Password To Create New Customer
  476. Урок 476. 00:05:59
    Logout
  477. Урок 477. 00:06:01
    Add Details about Current Logged in Customer
  478. Урок 478. 00:06:19
    Protected Route
  479. Урок 479. 00:06:28
    Check Token Expiration with JWT Decode
  480. Урок 480. 00:08:10
    UseEffect in AuthProvider
  481. Урок 481. 00:02:20
    Redirect to Dashboard if logged in
  482. Урок 482. 00:03:48
    Testing when token expires
  483. Урок 483. 00:07:31
    Login Page Deployment
  484. Урок 484. 00:01:01
    Exercise
  485. Урок 485. 00:08:07
    Exercise Solution (Part 1)
  486. Урок 486. 00:11:42
    Exercise Solution (Part 2)
  487. Урок 487. 00:04:52
    Deployment for Registration
  488. Урок 488. 00:03:56
    Intro (AWS Load Balancers, Route53, Certificate Manager and SSL/TLS)
  489. Урок 489. 00:04:40
    Section Overview
  490. Урок 490. 00:03:55
    Load Balancers Overview
  491. Урок 491. 00:02:10
    The Need For a Brand New Environment
  492. Урок 492. 00:10:38
    Create new EB Environment with ALB
  493. Урок 493. 00:05:05
    Deploy new version with correct DB details
  494. Урок 494. 00:07:49
    Understanding ALB health checks
  495. Урок 495. 00:07:48
    Actuator and Health Endpoint
  496. Урок 496. 00:02:05
    Update Github Secrets
  497. Урок 497. 00:07:16
    Deploy Actuator Changes
  498. Урок 498. 00:06:49
    Changing LB Health Endpoint
  499. Урок 499. 00:02:27
    Route 53 - Register Domain
  500. Урок 500. 00:04:42
    Create A Record for Load Balancer
  501. Урок 501. 00:02:29
    SSL and TLS
  502. Урок 502. 00:03:13
    Issuing Certificate with Certificate Manager
  503. Урок 503. 00:06:31
    HTTPS Listener
  504. Урок 504. 00:03:42
    HTTP to HTTPS Redirects
  505. Урок 505. 00:01:44
    Outro
  506. Урок 506. 00:05:30
    Managed Hosting Services for Web Apps (AWS Amplify - React Deployment)
  507. Урок 507. 00:04:20
    Installing AWS Amplify
  508. Урок 508. 00:01:55
    Choosing Repo and Branch
  509. Урок 509. 00:04:15
    Build Settings (Part 1)
  510. Урок 510. 00:06:34
    Build Settings (Part 2)
  511. Урок 511. 00:05:00
    Deployment
  512. Урок 512. 00:07:14
    Custom Domain
  513. Урок 513. 00:01:49
    Protect Web App
  514. Урок 514. 00:02:40
    Previews
  515. Урок 515. 00:13:03
    Change React UI
  516. Урок 516. 00:06:34
    Raise PR
  517. Урок 517. 00:03:07
    Merge PR
  518. Урок 518. 00:00:43
    Intro (Typescript)
  519. Урок 519. 00:01:49
    Your first Typescript code
  520. Урок 520. 00:00:44
    Nodejs installation
  521. Урок 521. 00:00:59
    VS code
  522. Урок 522. 00:01:44
    Install Typescript
  523. Урок 523. 00:05:12
    TS-node code runner settings
  524. Урок 524. 00:03:37
    Comments
  525. Урок 525. 00:06:47
    Declare variables
  526. Урок 526. 00:04:59
    String type
  527. Урок 527. 00:03:04
    Number type
  528. Урок 528. 00:01:54
    Boolean type
  529. Урок 529. 00:05:03
    Array type
  530. Урок 530. 00:04:16
    Object type
  531. Урок 531. 00:03:22
    Any type
  532. Урок 532. 00:04:15
    Union type
  533. Урок 533. 00:04:25
    Alias type
  534. Урок 534. 00:03:00
    Tuple type
  535. Урок 535. 00:05:35
    Enum type
  536. Урок 536. 00:04:06
    Never type
  537. Урок 537. 00:05:10
    Unknown type
  538. Урок 538. 00:05:56
    Literal type
  539. Урок 539. 00:14:01
    Functions
  540. Урок 540. 00:04:11
    Classes
  541. Урок 541. 00:06:45
    Class Access Modifiers
  542. Урок 542. 00:01:49
    Class read only Access Modifiers
  543. Урок 543. 00:07:12
    Inheritance
  544. Урок 544. 00:07:07
    Getters and setters
  545. Урок 545. 00:05:52
    Static properties and methods
  546. Урок 546. 00:07:03
    Abstract class
  547. Урок 547. 00:05:47
    Interfaces I
  548. Урок 548. 00:03:37
    Interfaces II
  549. Урок 549. 00:04:53
    Interfaces III
  550. Урок 550. 00:02:37
    Interface Functions
  551. Урок 551. 00:01:56
    Interface Optionals
  552. Урок 552. 00:10:14
    Intro to Generics
  553. Урок 553. 00:11:57
    Generics Classes and Interfaces
  554. Урок 554. 00:00:19
    Outro
  555. Урок 555. 00:00:44
    Intro (Getting Started with Angular)
  556. Урок 556. 00:01:37
    What is angular
  557. Урок 557. 00:02:09
    What is a module
  558. Урок 558. 00:04:35
    Components in angular
  559. Урок 559. 00:04:32
    Install angular cli
  560. Урок 560. 00:03:09
    Bootstrap the app with npm
  561. Урок 561. 00:07:04
    Explain project structure (src folder)
  562. Урок 562. 00:03:44
    Explain project structure (package json file)
  563. Урок 563. 00:08:30
    Explain project structure (angular json file)
  564. Урок 564. 00:05:19
    Strip sample application
  565. Урок 565. 00:04:42
    Create a new angular component (Basics of Angular)
  566. Урок 566. 00:02:57
    Display and use a component
  567. Урок 567. 00:05:43
    Data binding
  568. Урок 568. 00:03:38
    Two ways binding
  569. Урок 569. 00:03:48
    Event binding
  570. Урок 570. 00:09:09
    Directives - Conditions - Nglf (Part 1)
  571. Урок 571. 00:06:26
    Directives - conditions - Ngfor (Part 2)
  572. Урок 572. 00:06:07
    Inputs
  573. Урок 573. 00:08:04
    Output (Part 1)
  574. Урок 574. 00:06:20
    Output (Part 2)
  575. Урок 575. 00:08:09
    Services (Part 1)
  576. Урок 576. 00:08:44
    Services (Part 2)
  577. Урок 577. 00:03:15
    Routing-bootstrapping
  578. Урок 578. 00:03:54
    Routing - Definition
  579. Урок 579. 00:07:47
    Routing - Declaring a new route
  580. Урок 580. 00:06:51
    Routing - Navigating to different routes by template and by injecting
  581. Урок 581. 00:06:21
    Walking through PrimeNG Website (Angular - Application Skeleton)
  582. Урок 582. 00:03:17
    Cleanup the Project
  583. Урок 583. 00:04:16
    Adding PrimeNG Dependencies
  584. Урок 584. 00:03:14
    Import PrimeNG Styles
  585. Урок 585. 00:01:35
    Make Sure the Imports Work
  586. Урок 586. 00:01:23
    Explaining Login and Register Pages
  587. Урок 587. 00:04:12
    Explaining the Future Design of the App
  588. Урок 588. 00:03:34
    Splitting the App into Components
  589. Урок 589. 00:10:15
    Create the Customer Component
  590. Урок 590. 00:09:44
    Create Menu Bar Component
  591. Урок 591. 00:06:34
    Create Menu Item Component
  592. Урок 592. 00:16:42
    Header Bar Component
  593. Урок 593. 00:02:06
    Add Create Customer Button
  594. Урок 594. 00:06:36
    Add the Sidebar
  595. Урок 595. 00:07:09
    Create Mana-Customer Component (Part 1)
  596. Урок 596. 00:05:24
    Create Mana-Customer Component (Part 2)
  597. Урок 597. 00:00:47
    Create Login Component (Angular - Login Page)
  598. Урок 598. 00:00:32
    Exercise 1 - Add Routing for Login Page
  599. Урок 599. 00:01:24
    Exercise 1 - Solution
  600. Урок 600. 00:06:58
    Implement Login Page UI (Part 1)
  601. Урок 601. 00:08:49
    Implement Login Page UI (Part 2)
  602. Урок 602. 00:01:57
    Create the Authentication Service
  603. Урок 603. 00:02:55
    Create the Authentication Model
  604. Урок 604. 00:00:28
    Exercise 2 - Bind the Authentication Model to the Login Form
  605. Урок 605. 00:02:43
    Exercise 2 - Solution
  606. Урок 606. 00:04:17
    Implement the Login Method
  607. Урок 607. 00:03:16
    Consume the Login Method and Console Log the Result
  608. Урок 608. 00:01:47
    Import the HTTP Client Module
  609. Урок 609. 00:02:15
    Test the Login Method and Analyse the Response
  610. Урок 610. 00:05:31
    Create Authentication Response Object
  611. Урок 611. 00:01:29
    Make the Login Method Returns Authentication Response
  612. Урок 612. 00:06:11
    Catch the Authentication Error and Display the Error Message
  613. Урок 613. 00:03:50
    Implement Success Login - Store Unauthorised Response and Redirect the User
  614. Урок 614. 00:01:02
    Why Securing a Route
  615. Урок 615. 00:01:51
    What is a Guard
  616. Урок 616. 00:01:43
    Create the Access Guard Service
  617. Урок 617. 00:02:04
    Use the Access Guard to Secure the Customers Route
  618. Урок 618. 00:02:28
    Add the Angular-JWT Library
  619. Урок 619. 00:06:29
    Implement the Access Guard and Secure the Customers Route
  620. Урок 620. 00:00:54
    Create Customer Service (Angular - Fetch All Customers)
  621. Урок 621. 00:00:23
    Exercise 1 - Find all Customers
  622. Урок 622. 00:01:23
    Exercise 1 - Solution
  623. Урок 623. 00:04:08
    Display all Customers (Part 1)
  624. Урок 624. 00:02:53
    Ddd the Authorisation Header to the Request
  625. Урок 625. 00:01:14
    Display all customers (Part 2)
  626. Урок 626. 00:03:17
    Generate Environments Files
  627. Урок 627. 00:04:15
    Add Application Properties
  628. Урок 628. 00:04:40
    Update the Services to use the Values from Environment file
  629. Урок 629. 00:02:40
    Present the Hard Coded JWT Token (problematic)
  630. Урок 630. 00:02:00
    Create the HTTP Interceptor
  631. Урок 631. 00:03:02
    Make Angular use the Interceptor
  632. Урок 632. 00:03:25
    Implement the Interceptor
  633. Урок 633. 00:01:40
    Create Customer Card Component
  634. Урок 634. 00:12:13
    Implement Customer Card UI
  635. Урок 635. 00:00:12
    Exercise 2 - Display Customer Information in the Card component
  636. Урок 636. 00:04:08
    Exercise 2 - Solution
  637. Урок 637. 00:02:07
    Add Customer Registration Object as Input (Angular - Create Customer)
  638. Урок 638. 00:01:45
    Create the Customer Registration Request Object
  639. Урок 639. 00:02:18
    Add Binding to the Form
  640. Урок 640. 00:00:30
    Exercise 1 - Disable the Submit button if the customer is not valid
  641. Урок 641. 00:05:12
    Exercise 1 Solution
  642. Урок 642. 00:00:34
    Exercise 2 - Delegate the Submit Operation to the Parent Component
  643. Урок 643. 00:02:06
    Exercise 2 - Solution
  644. Урок 644. 00:03:09
    Consume the Submit Event and Console Log the Customer Information
  645. Урок 645. 00:02:00
    Create POST Customer Service Method
  646. Урок 646. 00:00:29
    Exercise 3 - Save and Refresh the Customers List
  647. Урок 647. 00:05:20
    Exercise 3 - Solution
  648. Урок 648. 00:02:13
    Add Style to the Displayed Cards
  649. Урок 649. 00:02:05
    Add Toast Component
  650. Урок 650. 00:03:38
    Display Succes Message after Saving New Customer
  651. Урок 651. 00:05:15
    Add Dynamic Profile Picture to the Customer Card
  652. Урок 652. 00:01:39
    Exercise - Implement the Delete Functionality (including the confirm dialogue)
  653. Урок 653. 00:02:59
    Delegate the Delete Event to the Parent and Console Log the Customer DTO
  654. Урок 654. 00:02:20
    Add the Confirmation Dialogue Component
  655. Урок 655. 00:04:31
    Display the Confirmation Dialogue and Console Log the Confirm Delete Action
  656. Урок 656. 00:01:35
    Create Delete Customer Method (HTTP)
  657. Урок 657. 00:01:54
    Perform Delete Action and Refresh the Customers List
  658. Урок 658. 00:00:55
    Explaining the Update Functionnality (Angular - Update customer)
  659. Урок 659. 00:01:18
    Create Customer Update Request Model
  660. Урок 660. 00:01:48
    Create Customer Update Methods (service)
  661. Урок 661. 00:04:11
    Add Operation Input and Manage Fields Display
  662. Урок 662. 00:03:13
    Display Title Depending on the Operation
  663. Урок 663. 00:05:27
    Delegate the Update Event to the Parent and Display Customer Information in the Form
  664. Урок 664. 00:02:13
    Adjust the Create Customer (button) Click Envent
  665. Урок 665. 00:03:13
    Adjust the Disabling of the Submit Button
  666. Урок 666. 00:04:29
    Implement Update Customer (Part 1)
  667. Урок 667. 00:04:04
    Extend the Customer Object and Test the Update Functionality (Part 2)
  668. Урок 668. 00:03:39
    Correctly Display the Manage Customer Title
  669. Урок 669. 00:04:09
    Implement Cancel Button
  670. Урок 670. 00:02:01
    Exercise 1 - Display Username and Role in the Header
  671. Урок 671. 00:03:28
    Exercise 1 - Soluion
  672. Урок 672. 00:04:43
    Logout
  673. Урок 673. 00:01:37
    Exercise - Implement the Registration Functionality (Angular - Register New Customer)
  674. Урок 674. 00:00:59
    Create Register Component
  675. Урок 675. 00:02:08
    Add Routing to Register Page
  676. Урок 676. 00:03:56
    Implement the Register UI (Part 1)
  677. Урок 677. 00:04:41
    Implement the Register UI (Part 2)
  678. Урок 678. 00:01:36
    Add Binding to the Customer Registration Request
  679. Урок 679. 00:06:57
    Register a User and Redirect to Customers Page
  680. Урок 680. 00:02:20
    Redirect Angular (Angular - Tidy Up)
  681. Урок 681. 00:02:57
    Tidy Up Some Files
  682. Урок 682. 00:01:57
    Commit Changes
  683. Урок 683. 00:00:49
    Exercise (Angular - Deployment Exercise + Solution)
  684. Урок 684. 00:03:46
    Product Environment Configuration
  685. Урок 685. 00:04:34
    AWS Amplify Configuration
  686. Урок 686. 00:03:33
    Deploying Frontend
  687. Урок 687. 00:04:16
    Custom Domain With Free SSL Certificate
  688. Урок 688. 00:01:51
    Access Control
  689. Урок 689. 00:05:34
    AWS Amplify Continuos Integration
  690. Урок 690. 00:05:34
    AWS Amplify Continuos Delivery
  691. Урок 691. 00:01:22
    Outro (Angular Outro)
  692. Урок 692. 00:01:47
    Intro (Limit and Pagination)
  693. Урок 693. 00:12:53
    The Problem and Fix
  694. Урок 694. 00:00:45
    Outro
  695. Урок 695. 00:02:23
    The Exercise (File Upload Exercise)
  696. Урок 696. 00:04:08
    Documentation and POM (S3 File Uploads)
  697. Урок 697. 00:04:37
    Create User
  698. Урок 698. 00:02:33
    Create Access and Secret Keys
  699. Урок 699. 00:03:58
    Storing Credentials
  700. Урок 700. 00:02:38
    Amazon S3
  701. Урок 701. 00:05:16
    S3Client Bean
  702. Урок 702. 00:04:21
    Implement PutObject Method
  703. Урок 703. 00:03:26
    Implement GetObject Method
  704. Урок 704. 00:02:43
    Create S3 Bucket
  705. Урок 705. 00:08:46
    Testing Uploads and Downloads
  706. Урок 706. 00:04:46
    Bucket Name as Config
  707. Урок 707. 00:05:17
    Upload and Download API Endpoints
  708. Урок 708. 00:06:03
    Implement Service method to upload
  709. Урок 709. 00:05:01
    Implement Service method to download
  710. Урок 710. 00:08:07
    ProfileImageId New Column
  711. Урок 711. 00:06:57
    SQL and JPQL Queries
  712. Урок 712. 00:02:38
    Include new coloum in select statements
  713. Урок 713. 00:05:03
    Stroring and Retrieving Profile Image Id from DBNew Lesson
  714. Урок 714. 00:06:18
    Fixing Compilation and Tests
  715. Урок 715. 00:11:56
    Test canPutObject
  716. Урок 716. 00:05:52
    Test canGetObject
  717. Урок 717. 00:04:33
    Test canGetObject Exception
  718. Урок 718. 00:11:18
    Test uploadCustomerProfileImage Part 1
  719. Урок 719. 00:06:01
    Test uploadCustomerProfileImage Part 2
  720. Урок 720. 00:04:15
    Test uploadCustomerProfileImage Part 3
  721. Урок 721. 00:05:25
    Test downloadCustomerProfileImage Part 1
  722. Урок 722. 00:05:46
    Test downloadCustomerProfileImage Part 2
  723. Урок 723. 00:02:40
    Test downloadCustomerProfileImage Part 3
  724. Урок 724. 00:04:30
    Exception Handling Documentation
  725. Урок 725. 00:06:48
    Test JPA Repository Query
  726. Урок 726. 00:02:24
    Test JPA DAO Implementation
  727. Урок 727. 00:02:49
    Test JDBC DAO Implementation
  728. Урок 728. 00:05:07
    Adding Pictures To Test Folder
  729. Урок 729. 00:07:46
    Picture Upload IT Part 1
  730. Урок 730. 00:07:55
    Increase Multipart File Size
  731. Урок 731. 00:06:55
    Download Picture Integration Test
  732. Урок 732. 00:03:11
    Permit All to Download Picture
  733. Урок 733. 00:03:44
    FakeS3
  734. Урок 734. 00:06:38
    FakeS3 PutObject
  735. Урок 735. 00:02:15
    FakeS3 GetObject
  736. Урок 736. 00:02:04
    Mock S3
  737. Урок 737. 00:04:13
    Mock S3 In Action
  738. Урок 738. 00:06:09
    Roles and Policies
  739. Урок 739. 00:07:41
    IAM Policy Simulator
  740. Урок 740. 00:02:12
    Different Profiles Per Environment (Spring Profiles)
  741. Урок 741. 00:05:33
    Working With Profiles
  742. Урок 742. 00:05:34
    Test Profile Configuration
  743. Урок 743. 00:02:39
    Deployment
  744. Урок 744. 00:03:47
    SSH Into EC2
  745. Урок 745. 00:01:20
    React Drop Zone (React - File Upload)
  746. Урок 746. 00:04:05
    Syling Dropzone
  747. Урок 747. 00:04:36
    Using Dropzone
  748. Урок 748. 00:04:53
    Dropzone Upload FIle
  749. Урок 749. 00:03:37
    Testing Picture upload
  750. Урок 750. 00:02:24
    Reload Profile Picture On Upload
  751. Урок 751. 00:02:25
    Display Profile Picture
  752. Урок 752. 00:02:09
    MediaType IMAGE_JPEG_VALUE
  753. Урок 753. 00:05:12
    CI_CD Backend and Frontend
  754. Урок 754. 00:03:20
    Test Live Application
  755. Урок 755. 00:02:32
    Outro (File Upload Outro)
  756. Урок 756. 00:03:03
    We Built The Building Blocks and Potential Features (Few Words)
  757. Урок 757. 00:01:25
    Improve Things as you Wish
  758. Урок 758. 00:02:11
    Secrets Management
  759. Урок 759. 00:01:06
    Next steps
  760. Урок 760. 00:01:54
    Testimonial