Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Java Master Class, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:34
    Intro
  2. Урок 2. 00:01:03
    Practice Practice Practice
  3. Урок 3. 00:04:15
    Textbook
  4. Урок 4. 00:02:46
    Discord
  5. Урок 5. 00:03:51
    What is Java
  6. Урок 6. 00:02:56
    What can you build with Java
  7. Урок 7. 00:06:21
    Java Usages
  8. Урок 8. 00:05:11
    Compliled vs Interpreted Languages
  9. Урок 9. 00:05:23
    Static vs Dynamic Type Checking
  10. Урок 10. 00:05:10
    Java version history
  11. Урок 11. 00:03:26
    IntelliJ IDEA
  12. Урок 12. 00:04:48
    jetbrains.com/idea
  13. Урок 13. 00:03:20
    Jetbrains ToolBox
  14. Урок 14. 00:01:38
    Quick Word Before We Begin
  15. Урок 15. 00:04:53
    Create Project - Part 1
  16. Урок 16. 00:03:11
    Create Project - Part 2
  17. Урок 17. 00:02:24
    Your First Java Program
  18. Урок 18. 00:03:35
    Compiling and Running via Terminal
  19. Урок 19. 00:04:41
    Fixing Compilation Errors
  20. Урок 20. 00:02:07
    View ByteCode
  21. Урок 21. 00:02:46
    Public Static Void Main
  22. Урок 22. 00:03:07
    Understanding Java Code
  23. Урок 23. 00:01:47
    SOUT Keyboard Shortcut
  24. Урок 24. 00:01:57
    Reserved Keywords
  25. Урок 25. 00:02:28
    Comments
  26. Урок 26. 00:03:59
    Variables
  27. Урок 27. 00:04:55
    Primitives Data Types Difference
  28. Урок 28. 00:01:43
    Numeric Literals with Underscore
  29. Урок 29. 00:03:05
    Arithmetic Operators
  30. Урок 30. 00:04:38
    Increment and Decrement Operators
  31. Урок 31. 00:02:43
    Comparison Operators
  32. Урок 32. 00:03:21
    Short hand re-assignment
  33. Урок 33. 00:03:09
    Naming Variables
  34. Урок 34. 00:06:38
    Strings
  35. Урок 35. 00:02:08
    String API Documentation
  36. Урок 36. 00:05:04
    Reference Types and Objects
  37. Урок 37. 00:06:16
    Reference Types and Objects Diferences
  38. Урок 38. 00:04:21
    Pass py value with Primitives
  39. Урок 39. 00:06:31
    Pass py value with Reference Types
  40. Урок 40. 00:07:43
    Arrays
  41. Урок 41. 00:03:20
    0 and Null Values for Arrays
  42. Урок 42. 00:01:22
    Quick word on Arrays
  43. Урок 43. 00:03:23
    TextBook and Exercises
  44. Урок 44. 00:06:54
    How To Attempt Exercises
  45. Урок 45. 00:00:36
    Quick word on the CLI Project
  46. Урок 46. 00:05:03
    For Loop
  47. Урок 47. 00:03:33
    Loops and Arrays
  48. Урок 48. 00:02:38
    Enhanced For Loop
  49. Урок 49. 00:02:02
    For i vs Enhanced For Loop
  50. Урок 50. 00:03:06
    While Loop
  51. Урок 51. 00:02:38
    Do While
  52. Урок 52. 00:03:16
    If Statements
  53. Урок 53. 00:02:24
    If Statements with Conditions
  54. Урок 54. 00:03:30
    Else If
  55. Урок 55. 00:03:52
    AND Logical Operators
  56. Урок 56. 00:04:10
    OR Logical Operators
  57. Урок 57. 00:02:49
    Logical Operators Recap
  58. Урок 58. 00:01:37
    ! on ifs
  59. Урок 59. 00:01:04
    Dont do this with if statements
  60. Урок 60. 00:04:28
    Switch Statement
  61. Урок 61. 00:02:32
    Data Types for Enums
  62. Урок 62. 00:03:55
    New Switch Expression
  63. Урок 63. 00:02:24
    Packages
  64. Урок 64. 00:03:47
    Creating Packages
  65. Урок 65. 00:03:01
    Exploring Packages
  66. Урок 66. 00:06:01
    Import keyword
  67. Урок 67. 00:00:50
    Optmizing imports
  68. Урок 68. 00:03:49
    Import with fully qualified name
  69. Урок 69. 00:01:46
    No Import for java lang
  70. Урок 70. 00:01:02
    Access Modifiers Intro
  71. Урок 71. 00:05:18
    Public Access Modifier
  72. Урок 72. 00:02:26
    Private
  73. Урок 73. 00:04:34
    Default
  74. Урок 74. 00:06:25
    Recap
  75. Урок 75. 00:01:35
    When To Use Each Access Modifier
  76. Урок 76. 00:07:18
    Static Keyword
  77. Урок 77. 00:03:22
    Methods
  78. Урок 78. 00:05:12
    Method that add 2 numbers
  79. Урок 79. 00:01:35
    Parameters and Arguments
  80. Урок 80. 00:05:23
    Void methods
  81. Урок 81. 00:03:29
    Naming Convention
  82. Урок 82. 00:01:25
    Exercise
  83. Урок 83. 00:04:07
    Exercise Solution
  84. Урок 84. 00:06:51
    Understanding public static void main
  85. Урок 85. 00:05:03
    Program Arguments
  86. Урок 86. 00:06:42
    Type Inference with Var
  87. Урок 87. 00:02:18
    Break Keyword and Loops
  88. Урок 88. 00:03:14
    Continue
  89. Урок 89. 00:02:49
    Return Keyword and Void Methods
  90. Урок 90. 00:06:24
    Final Keyword
  91. Урок 91. 00:09:06
    Enums
  92. Урок 92. 00:04:08
    Enums Methods
  93. Урок 93. 00:04:33
    Implicit and Explicit Type Casting
  94. Урок 94. 00:07:04
    Global and Local Variables
  95. Урок 95. 00:06:32
    Wrapper Classes
  96. Урок 96. 00:08:45
    Working With Strings
  97. Урок 97. 00:04:04
    How Strings are stored in memory
  98. Урок 98. 00:02:36
    Strings are Immutable
  99. Урок 99. 00:04:14
    String Literal vs String Object
  100. Урок 100. 00:04:41
    Comparing Strings with ==
  101. Урок 101. 00:02:10
    Comparing Strings with .equals
  102. Урок 102. 00:05:18
    Useful String static Methods
  103. Урок 103. 00:03:54
    LocalDateTime
  104. Урок 104. 00:02:43
    LocalDate and LocalTime
  105. Урок 105. 00:04:56
    Creating Specif Dates
  106. Урок 106. 00:04:05
    ZoneIds
  107. Урок 107. 00:04:42
    Other Date Classes
  108. Урок 108. 00:02:06
    The Problem With double
  109. Урок 109. 00:02:16
    BigDecimal
  110. Урок 110. 00:04:37
    Exploring BigDecimal Methods
  111. Урок 111. 00:04:14
    Scanner
  112. Урок 112. 00:03:28
    NextInt and other data types
  113. Урок 113. 00:01:07
    Outro
  114. Урок 114. 00:02:17
    Intro
  115. Урок 115. 00:04:10
    What is an exception
  116. Урок 116. 00:04:31
    Try Catch
  117. Урок 117. 00:04:15
    Multiple Catch Blocks
  118. Урок 118. 00:02:37
    Using Or Within Catch
  119. Урок 119. 00:07:09
    The Exception Class
  120. Урок 120. 00:02:06
    Finally Keyword
  121. Урок 121. 00:08:11
    Exception Hierarchy
  122. Урок 122. 00:05:20
    Uncheck Exceptions
  123. Урок 123. 00:06:59
    Checked Exceptions
  124. Урок 124. 00:06:34
    Throw and Throws
  125. Урок 125. 00:08:25
    Throwing Exceptions
  126. Урок 126. 00:01:33
    When To Use Checked VS Unchecked Exeptions
  127. Урок 127. 00:06:31
    Creating Custom Exceptions
  128. Урок 128. 00:06:02
    Creating Files
  129. Урок 129. 00:08:27
    Writing To Files
  130. Урок 130. 00:04:09
    Reading from Files
  131. Урок 131. 00:04:40
    Try with Resources
  132. Урок 132. 00:02:09
    Intro
  133. Урок 133. 00:03:57
    Your first class
  134. Урок 134. 00:05:44
    Setters
  135. Урок 135. 00:02:56
    Getters
  136. Урок 136. 00:04:55
    Constructors
  137. Урок 137. 00:02:25
    Default Constructors
  138. Урок 138. 00:04:11
    Multiple Contructors
  139. Урок 139. 00:06:26
    ToString
  140. Урок 140. 00:03:27
    The Inside Constructors
  141. Урок 141. 00:06:14
    The This Keyword
  142. Урок 142. 00:07:49
    Everything in Java is an Object
  143. Урок 143. 00:02:53
    @Override
  144. Урок 144. 00:04:56
    Comparing Objects with ==
  145. Урок 145. 00:05:13
    Comparing Obects with .equals
  146. Урок 146. 00:04:02
    Generating Equals method
  147. Урок 147. 00:06:49
    Equals Explained
  148. Урок 148. 00:04:14
    Generating Code
  149. Урок 149. 00:04:48
    Person and Cats Example
  150. Урок 150. 00:03:48
    POJOS
  151. Урок 151. 00:05:02
    Java Bean
  152. Урок 152. 00:03:14
    Exercise
  153. Урок 153. 00:09:21
    Exercise Solution
  154. Урок 154. 00:05:49
    Static Keyword
  155. Урок 155. 00:06:31
    When to use Static
  156. Урок 156. 00:06:35
    Static Initlaization Block
  157. Урок 157. 00:05:18
    Instance Block Initializer
  158. Урок 158. 00:02:36
    Static Import
  159. Урок 159. 00:01:41
    Intro
  160. Урок 160. 00:03:08
    Packages
  161. Урок 161. 00:04:28
    Models
  162. Урок 162. 00:09:31
    Service Classes
  163. Урок 163. 00:08:29
    Data Access Object
  164. Урок 164. 00:08:51
    Connecting DAO and Service
  165. Урок 165. 00:02:42
    N Tier Architecture
  166. Урок 166. 00:05:04
    Utitlity Classes
  167. Урок 167. 00:01:26
    Intro
  168. Урок 168. 00:03:09
    The first CLI project task
  169. Урок 169. 00:04:20
    Demo
  170. Урок 170. 00:02:09
    Upcoming Section Intro
  171. Урок 171. 00:02:29
    Encapsulation
  172. Урок 172. 00:05:07
    Encapsulation in Action
  173. Урок 173. 00:06:33
    The Problem With Non Private Fields
  174. Урок 174. 00:06:25
    Data Hiding
  175. Урок 175. 00:04:20
    String Class Encapsulation Example
  176. Урок 176. 00:02:14
    What is Inheritance
  177. Урок 177. 00:04:53
    Implementing Inheritance
  178. Урок 178. 00:06:09
    Create an instance of Programmer
  179. Урок 179. 00:04:20
    Super Keyword
  180. Урок 180. 00:02:44
    Protected Access Modifier
  181. Урок 181. 00:05:57
    Override
  182. Урок 182. 00:01:11
    Single and Multi Level Inheritance
  183. Урок 183. 00:04:05
    Abstract Keyword on Classes
  184. Урок 184. 00:04:19
    Abstract Methods
  185. Урок 185. 00:00:34
    A Quick Word Before we move on
  186. Урок 186. 00:15:33
    Abstract Classes Example
  187. Урок 187. 00:07:44
    What is Polymorphism
  188. Урок 188. 00:04:28
    Car Bicycle Electric Scooter Example
  189. Урок 189. 00:02:22
    Create Your First Interface
  190. Урок 190. 00:07:01
    Implementing Interfaces
  191. Урок 191. 00:07:00
    Putting it all together
  192. Урок 192. 00:02:16
    Constants
  193. Урок 193. 00:05:31
    Default Methods
  194. Урок 194. 00:03:11
    CLI Project Exercise
  195. Урок 195. 00:01:25
    Don't Do This
  196. Урок 196. 00:05:07
    Dependecy Injection
  197. Урок 197. 00:05:20
    Dependency Injection In Action
  198. Урок 198. 00:08:05
    Singletons and @Inject_@Autowire
  199. Урок 199. 00:01:32
    CLI Project Exercise
  200. Урок 200. 00:03:01
    SOLID Principles
  201. Урок 201. 00:04:55
    Single Responsibitiy
  202. Урок 202. 00:06:01
    Open Close
  203. Урок 203. 00:03:14
    Liskov
  204. Урок 204. 00:02:37
    Interface Segragation
  205. Урок 205. 00:06:15
    Dependecy Inversion
  206. Урок 206. 00:06:17
    Null Pointer Exception
  207. Урок 207. 00:03:48
    The Wrong Way Of Dealing with Null
  208. Урок 208. 00:10:42
    Optionals
  209. Урок 209. 00:03:30
    Intro
  210. Урок 210. 00:01:58
    Overview
  211. Урок 211. 00:02:37
    Arrays
  212. Урок 212. 00:11:28
    Working With Arrays
  213. Урок 213. 00:01:38
    2D Arrays
  214. Урок 214. 00:05:43
    Working with 2D Arrays
  215. Урок 215. 00:01:38
    Lists
  216. Урок 216. 00:10:23
    Working With Lists and ArrayList
  217. Урок 217. 00:01:53
    Stack
  218. Урок 218. 00:07:07
    Working With Stacks
  219. Урок 219. 00:01:24
    Queue
  220. Урок 220. 00:06:20
    Working With Queues
  221. Урок 221. 00:04:18
    Linked List
  222. Урок 222. 00:08:34
    Working with LinkedList
  223. Урок 223. 00:01:21
    Sets
  224. Урок 224. 00:07:33
    Working with Sets
  225. Урок 225. 00:01:56
    Map Interface Hierarchy
  226. Урок 226. 00:00:42
    Maps
  227. Урок 227. 00:09:05
    Working With Maps
  228. Урок 228. 00:02:56
    HashCode
  229. Урок 229. 00:07:51
    Working HashCode and HashFunction
  230. Урок 230. 00:03:18
    Outro
  231. Урок 231. 00:08:37
    HackerRank Big Notation
  232. Урок 232. 00:01:33
    CLI Project Exercise
  233. Урок 233. 00:01:05
    Intro
  234. Урок 234. 00:04:25
    Class Cast Exception
  235. Урок 235. 00:02:31
    ClassCastException Example 2
  236. Урок 236. 00:06:08
    Type Parameter and Type Argument
  237. Урок 237. 00:02:25
    Generic Type Naming Convention
  238. Урок 238. 00:03:45
    Generic and Classes
  239. Урок 239. 00:06:10
    Generic and Classes Part 2
  240. Урок 240. 00:08:28
    Generics and Methods
  241. Урок 241. 00:09:06
    Bounded Type Parameters
  242. Урок 242. 00:04:24
    Multiple Bounds
  243. Урок 243. 00:05:06
    Unbounded Wildcard
  244. Урок 244. 00:03:31
    Upper Bounded Wildcards
  245. Урок 245. 00:03:42
    Lower Bounded Wildcards
  246. Урок 246. 00:03:23
    Difference Between Bounded Type Parameters and Wildcards
  247. Урок 247. 00:02:44
    Type Erasure
  248. Урок 248. 00:01:03
    Outro
  249. Урок 249. 00:01:15
    Intro
  250. Урок 250. 00:03:30
    Java Streams
  251. Урок 251. 00:03:27
    How Streams Work
  252. Урок 252. 00:06:30
    Getting Started With Streams
  253. Урок 253. 00:00:57
    Exercise
  254. Урок 254. 00:01:52
    Declarative Solution
  255. Урок 255. 00:04:08
    Imperative Solution
  256. Урок 256. 00:02:13
    Visualise Streams
  257. Урок 257. 00:00:25
    Outro
  258. Урок 258. 00:01:27
    CLI Exercise
  259. Урок 259. 00:02:55
    Maven
  260. Урок 260. 00:02:03
    Installing Maven
  261. Урок 261. 00:00:47
    Verifying Maven Installation
  262. Урок 262. 00:03:40
    Creating a Maven Project
  263. Урок 263. 00:04:09
    Maven Folder Structure
  264. Урок 264. 00:02:48
    Project Object Model (pom.xml)
  265. Урок 265. 00:03:41
    Target Folder
  266. Урок 266. 00:07:52
    Installing Maven Dependencies
  267. Урок 267. 00:03:54
    Using Java Faker
  268. Урок 268. 00:05:27
    .m2 Folder
  269. Урок 269. 00:03:52
    Maven Lifecycles
  270. Урок 270. 00:06:09
    Running Maven Commands
  271. Урок 271. 00:04:04
    Packaging and Jar Files
  272. Урок 272. 00:02:22
    CLI Project Exercise
  273. Урок 273. 00:02:49
    Intro
  274. Урок 274. 00:01:21
    JUnit
  275. Урок 275. 00:04:30
    Installing JUNIT
  276. Урок 276. 00:04:36
    Launching Your First Test
  277. Урок 277. 00:03:49
    Calculator and CalculatorTest Classes
  278. Урок 278. 00:05:12
    Writing Your First Unit Test
  279. Урок 279. 00:02:44
    Assertions
  280. Урок 280. 00:03:28
    Test Scenarios
  281. Урок 281. 00:02:19
    Other JUnit Features
  282. Урок 282. 00:01:18
    CLI Exercise
  283. Урок 283. 00:01:12
    Section Intro
  284. Урок 284. 00:02:31
    Intro Spring Boot
  285. Урок 285. 00:02:56
    Spring Initializr
  286. Урок 286. 00:02:04
    Open the project with IntelliJ
  287. Урок 287. 00:02:27
    The pom.xml
  288. Урок 288. 00:02:18
    Cleanup Few Things
  289. Урок 289. 00:02:47
    JDK
  290. Урок 290. 00:04:10
    Your first Spring Boot Application
  291. Урок 291. 00:03:06
    Embedded Web Serve
  292. Урок 292. 00:04:48
    Configuring Embedded Web Server
  293. Урок 293. 00:02:53
    Your first API
  294. Урок 294. 00:06:07
    @SpringBootApplication
  295. Урок 295. 00:05:46
    Spring Web MVC
  296. Урок 296. 00:07:17
    JSON For Java
  297. Урок 297. 00:05:26
    Java Objects to JSON Objects
  298. Урок 298. 00:04:12
    Introduction to HTTP
  299. Урок 299. 00:03:15
    The Evolution of HTTP
  300. Урок 300. 00:03:49
    HTTP Request and Response Messages
  301. Урок 301. 00:04:44
    HTTP Methods
  302. Урок 302. 00:06:32
    HTTP Status Codes
  303. Урок 303. 00:09:01
    URL
  304. Урок 304. 00:03:38
    API and REST API
  305. Урок 305. 00:06:37
    Public APIs and Other Types
  306. Урок 306. 00:02:55
    Why build APIs
  307. Урок 307. 00:07:07
    Chrome Developer Tools
  308. Урок 308. 00:04:35
    Exploring XHR for our API
  309. Урок 309. 00:09:29
    Inspecting Instagram Network Activity
  310. Урок 310. 00:03:49
    REST Client & Postman
  311. Урок 311. 00:05:08
    IntelliJ REST Clients
  312. Урок 312. 00:02:05
    CRUD and Section Overview
  313. Урок 313. 00:02:29
    Customer Model
  314. Урок 314. 00:03:27
    Fake Database
  315. Урок 315. 00:05:54
    API Endpoint
  316. Урок 316. 00:07:57
    @PathVariable
  317. Урок 317. 00:02:02
    N Tier Architecture
  318. Урок 318. 00:10:40
    Refactor - Controller Service and DAO
  319. Урок 319. 00:07:02
    @RestController @Service @Repository @Component
  320. Урок 320. 00:04:58
    Application Context
  321. Урок 321. 00:05:09
    Inspecting beans
  322. Урок 322. 00:02:23
    Bean Scopes
  323. Урок 323. 00:07:49
    Creating Beans
  324. Урок 324. 00:01:56
    We are not handling error the right way
  325. Урок 325. 00:05:02
    Custom Exception
  326. Урок 326. 00:02:28
    @ResponseStatus
  327. Урок 327. 00:02:04
    Include error Message to Responses
  328. Урок 328. 00:00:51
    Section Intro
  329. Урок 329. 00:02:18
    Postgres and Docker
  330. Урок 330. 00:02:27
    Verifying Docker Installation
  331. Урок 331. 00:04:26
    Postgres DB with Docker compose
  332. Урок 332. 00:01:34
    Connecting to Database
  333. Урок 333. 00:03:22
    Connecting to DB using IntelliJ IDEA
  334. Урок 334. 00:02:30
    Data Source & JPA
  335. Урок 335. 00:03:00
    Installing PostgreSQL Driver and Spring Data JPA Dependencies
  336. Урок 336. 00:04:48
    Configuring Datasource Properties
  337. Урок 337. 00:04:51
    Create Customer Table
  338. Урок 338. 00:03:44
    Entity
  339. Урок 339. 00:02:29
    Inspecting The Database
  340. Урок 340. 00:02:31
    Column Contraints
  341. Урок 341. 00:02:24
    CustomerRepository
  342. Урок 342. 00:02:02
    CustomerJPADataAccessService class
  343. Урок 343. 00:02:48
    @Qualifier
  344. Урок 344. 00:04:32
    Saving Entities
  345. Урок 345. 00:03:43
    Exploring JPA Methods
  346. Урок 346. 00:01:03
    The Problem
  347. Урок 347. 00:01:42
    Exercise Solution
  348. Урок 348. 00:01:36
    Intro
  349. Урок 349. 00:00:51
    Chasing Interface
  350. Урок 350. 00:01:27
    Override insert customer
  351. Урок 351. 00:08:36
    Business Logic for Adding new Customer
  352. Урок 352. 00:02:46
    Controller @RequestMapping and @RequestBody
  353. Урок 353. 00:04:07
    Testing POST Request
  354. Урок 354. 00:01:40
    Exercise
  355. Урок 355. 00:02:35
    Exercise Solution
  356. Урок 356. 00:03:23
    Exercise
  357. Урок 357. 00:05:01
    Exercise Solution