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