Download link
File List
-
0. Websites you may like/[CourseClub.ME].url 122 B
0. Websites you may like/[FCS Forum].url 133 B
0. Websites you may like/[FreeCourseSite.com].url 127 B
0. Websites you may like/[GigaCourse.Com].url 49 B
01 - Introduction/001 Why Java and why this course What is JDK, JRE and JVM.mp4 51.82 MB
01 - Introduction/001 Why Java and why this course What is JDK, JRE and JVM_en.vtt 10.25 KB
01 - Introduction/002 Communication plan.mp4 49.09 MB
01 - Introduction/002 Communication plan_en.vtt 5.35 KB
01 - Introduction/003 Tips to Improve Your Course Taking Experience.html 1.85 KB
01 - Introduction/004 Unlimited access to 'Learn IT' application for students.mp4 44.5 MB
01 - Introduction/004 Unlimited access to 'Learn IT' application for students_en.vtt 3.96 KB
01 - Introduction/external-assets-links.txt 1.13 KB
02 - Java Basics/001 JDK Installation.mp4 113.55 MB
02 - Java Basics/001 JDK Installation_en.vtt 9.5 KB
02 - Java Basics/002 First application Hello World App.mp4 99.8 MB
02 - Java Basics/002 First application Hello World App_en.vtt 14.61 KB
02 - Java Basics/003 Homework Solution .bat file creation.mp4 20.62 MB
02 - Java Basics/003 Homework Solution .bat file creation_en.vtt 2.03 KB
02 - Java Basics/004 Integrated Development Environment, Eclipse Overview.mp4 125.02 MB
02 - Java Basics/004 Integrated Development Environment, Eclipse Overview_en.vtt 13.74 KB
02 - Java Basics/005 Comments in Java source code.mp4 83.07 MB
02 - Java Basics/005 Comments in Java source code_en.vtt 7.66 KB
02 - Java Basics/external-assets-links.txt 621 B
03 - Primitive Data Types, Variables and Arrays/001 Primitive types and variables.mp4 157.7 MB
03 - Primitive Data Types, Variables and Arrays/001 Primitive types and variables_en.vtt 16.65 KB
03 - Primitive Data Types, Variables and Arrays/002 Number Systems.mp4 50.52 MB
03 - Primitive Data Types, Variables and Arrays/002 Number Systems_en.vtt 6.14 KB
03 - Primitive Data Types, Variables and Arrays/003 Arrays.mp4 172.66 MB
03 - Primitive Data Types, Variables and Arrays/003 Arrays_en.vtt 14.72 KB
03 - Primitive Data Types, Variables and Arrays/external-assets-links.txt 288 B
04 - Eclipse Tips and Tricks/001 Packages creation and package presentation in eclipse.mp4 23.32 MB
04 - Eclipse Tips and Tricks/001 Packages creation and package presentation in eclipse_en.vtt 2.07 KB
04 - Eclipse Tips and Tricks/002 Plugins how to install free plugins, eclipse marketplace, workspace styles.mp4 26.7 MB
04 - Eclipse Tips and Tricks/002 Plugins how to install free plugins, eclipse marketplace, workspace styles_en.vtt 2.48 KB
04 - Eclipse Tips and Tricks/003 Code Refactoring in Eclipse.mp4 85.62 MB
04 - Eclipse Tips and Tricks/003 Code Refactoring in Eclipse_en.vtt 9.05 KB
04 - Eclipse Tips and Tricks/external-assets-links.txt 328 B
05 - Operators and Operations with primitive types/001 Operators in Java.mp4 267.7 MB
05 - Operators and Operations with primitive types/001 Operators in Java_en.vtt 22.21 KB
05 - Operators and Operations with primitive types/002 Operations with integers and floating-point numbers, BigDecimal type.mp4 67.46 MB
05 - Operators and Operations with primitive types/002 Operations with integers and floating-point numbers, BigDecimal type_en.vtt 5.36 KB
05 - Operators and Operations with primitive types/003 Math class, NaN, Infinity.mp4 76.14 MB
05 - Operators and Operations with primitive types/003 Math class, NaN, Infinity_en.vtt 6.03 KB
05 - Operators and Operations with primitive types/004 Type of the expression in Java.mp4 57.32 MB
05 - Operators and Operations with primitive types/004 Type of the expression in Java_en.vtt 4.97 KB
05 - Operators and Operations with primitive types/005 Compare primitive and reference types & Java Memory Model.mp4 117.36 MB
05 - Operators and Operations with primitive types/005 Compare primitive and reference types & Java Memory Model_en.vtt 11.26 KB
05 - Operators and Operations with primitive types/006 Read user input from console.mp4 29.19 MB
05 - Operators and Operations with primitive types/006 Read user input from console_en.vtt 2.45 KB
05 - Operators and Operations with primitive types/007 Homework review Operators and Operations.mp4 131.03 MB
05 - Operators and Operations with primitive types/007 Homework review Operators and Operations_en.vtt 10.71 KB
05 - Operators and Operations with primitive types/external-assets-links.txt 923 B
06 - Strings in Java/001 String object creation and main methods overview.mp4 79.63 MB
06 - Strings in Java/001 String object creation and main methods overview_en.vtt 7.42 KB
06 - Strings in Java/002 String comparison How to compare Strings and what is String Pool.mp4 50.67 MB
06 - Strings in Java/002 String comparison How to compare Strings and what is String Pool_en.vtt 5.03 KB
06 - Strings in Java/003 Escape Sequences in Java.mp4 36.94 MB
06 - Strings in Java/003 Escape Sequences in Java_en.vtt 3.61 KB
06 - Strings in Java/004 String Formatting.mp4 39.23 MB
06 - Strings in Java/004 String Formatting_en.vtt 3.67 KB
06 - Strings in Java/005 Regular expressions in Java.mp4 78.32 MB
06 - Strings in Java/005 Regular expressions in Java_en.vtt 7.09 KB
06 - Strings in Java/006 Homework review String.mp4 27.97 MB
06 - Strings in Java/006 Homework review String_en.vtt 2.64 KB
06 - Strings in Java/external-assets-links.txt 833 B
07 - Control Statements/001 'if - else' construction.mp4 49.92 MB
07 - Control Statements/001 'if - else' construction_en.vtt 3.94 KB
07 - Control Statements/002 Homework review 'if' statement.mp4 31.16 MB
07 - Control Statements/002 Homework review 'if' statement_en.vtt 2.3 KB
07 - Control Statements/003 'switch' construction.mp4 53.27 MB
07 - Control Statements/003 'switch' construction_en.vtt 4.93 KB
07 - Control Statements/004 Homework review 'switch' statement.mp4 11.9 MB
07 - Control Statements/004 Homework review 'switch' statement_en.vtt 801 B
07 - Control Statements/external-assets-links.txt 834 B
08 - Miscellaneous/001 Random numbers generation.mp4 20.66 MB
08 - Miscellaneous/001 Random numbers generation_en.vtt 2.81 KB
08 - Miscellaneous/external-assets-links.txt 168 B
09 - Iteration Statements (Loops) in Java/001 'while' loop.mp4 18.8 MB
09 - Iteration Statements (Loops) in Java/001 'while' loop_en.vtt 2.37 KB
09 - Iteration Statements (Loops) in Java/002 'do-while' loop.mp4 23.7 MB
09 - Iteration Statements (Loops) in Java/002 'do-while' loop_en.vtt 1.84 KB
09 - Iteration Statements (Loops) in Java/003 'for' with condition loop.mp4 41.26 MB
09 - Iteration Statements (Loops) in Java/003 'for' with condition loop_en.vtt 3.11 KB
09 - Iteration Statements (Loops) in Java/004 'for each' loop.mp4 24.47 MB
09 - Iteration Statements (Loops) in Java/004 'for each' loop_en.vtt 2.08 KB
09 - Iteration Statements (Loops) in Java/005 Nested loops.mp4 13.39 MB
09 - Iteration Statements (Loops) in Java/005 Nested loops_en.vtt 1022 B
09 - Iteration Statements (Loops) in Java/006 Jump Statements - Break and Continue.mp4 32.65 MB
09 - Iteration Statements (Loops) in Java/006 Jump Statements - Break and Continue_en.vtt 2.72 KB
09 - Iteration Statements (Loops) in Java/007 Labels in Java.mp4 37.87 MB
09 - Iteration Statements (Loops) in Java/007 Labels in Java_en.vtt 3.07 KB
09 - Iteration Statements (Loops) in Java/008 Homework review Iteration Statements (Loops).mp4 18.35 MB
09 - Iteration Statements (Loops) in Java/008 Homework review Iteration Statements (Loops)_en.vtt 1.45 KB
09 - Iteration Statements (Loops) in Java/external-assets-links.txt 844 B
10 - Methods in Java/001 Methods in Java Overview.mp4 50.07 MB
10 - Methods in Java/001 Methods in Java Overview_en.vtt 6.96 KB
10 - Methods in Java/002 Parameter Passing Mechanism in Java.mp4 54.69 MB
10 - Methods in Java/002 Parameter Passing Mechanism in Java_en.vtt 7.29 KB
10 - Methods in Java/003 Recursive methods.mp4 41.58 MB
10 - Methods in Java/003 Recursive methods_en.vtt 3.8 KB
10 - Methods in Java/004 Variable Length Arguments.mp4 35.05 MB
10 - Methods in Java/004 Variable Length Arguments_en.vtt 4.77 KB
10 - Methods in Java/005 Homework review Methods.mp4 15.94 MB
10 - Methods in Java/005 Homework review Methods_en.vtt 1.7 KB
10 - Methods in Java/external-assets-links.txt 2.14 KB
11 - Enumerations in Java/001 Enumerations in Java.mp4 75.2 MB
11 - Enumerations in Java/001 Enumerations in Java_en.vtt 10.21 KB
11 - Enumerations in Java/external-assets-links.txt 418 B
12 - Debugging Tools/001 How to debug Java programs.mp4 89.62 MB
12 - Debugging Tools/001 How to debug Java programs_en.vtt 9.95 KB
13 - Object-oriented programming/001 Object-oriented programming Basics.mp4 150.63 MB
13 - Object-oriented programming/001 Object-oriented programming Basics_en.vtt 18.69 KB
13 - Object-oriented programming/002 Classes & Objects.mp4 177.71 MB
13 - Object-oriented programming/002 Classes & Objects_en.vtt 18.77 KB
13 - Object-oriented programming/003 Different types of Classes, Abstract keyword and Abstract classes.mp4 130.69 MB
13 - Object-oriented programming/003 Different types of Classes, Abstract keyword and Abstract classes_en.vtt 13.02 KB
13 - Object-oriented programming/004 Interfaces.mp4 128.15 MB
13 - Object-oriented programming/004 Interfaces_en.vtt 15.58 KB
13 - Object-oriented programming/005 Inheritance.mp4 122.92 MB
13 - Object-oriented programming/005 Inheritance_en.vtt 13.43 KB
13 - Object-oriented programming/006 Polymorphism and 'final' keyword.mp4 122.21 MB
13 - Object-oriented programming/006 Polymorphism and 'final' keyword_en.vtt 11.82 KB
13 - Object-oriented programming/007 'static' keyword.mp4 86.54 MB
13 - Object-oriented programming/007 'static' keyword_en.vtt 9.34 KB
13 - Object-oriented programming/008 Encapsulation.mp4 64.58 MB
13 - Object-oriented programming/008 Encapsulation_en.vtt 8.11 KB
13 - Object-oriented programming/009 Object, JNI and Object class overview.mp4 130.39 MB
13 - Object-oriented programming/009 Object, JNI and Object class overview_en.vtt 11.81 KB
13 - Object-oriented programming/010 SOLID principles overview & Single Responsibility Principle.mp4 66.38 MB
13 - Object-oriented programming/010 SOLID principles overview & Single Responsibility Principle_en.vtt 9.14 KB
13 - Object-oriented programming/011 Open Closed Principle.mp4 67.63 MB
13 - Object-oriented programming/011 Open Closed Principle_en.vtt 9.25 KB
13 - Object-oriented programming/012 Liskov Substitution Principle.mp4 48.66 MB
13 - Object-oriented programming/012 Liskov Substitution Principle_en.vtt 5.87 KB
13 - Object-oriented programming/013 Interface Segregation Principle.mp4 38.8 MB
13 - Object-oriented programming/013 Interface Segregation Principle_en.vtt 5.84 KB
13 - Object-oriented programming/014 Dependency Inversion Principle.mp4 60.35 MB
13 - Object-oriented programming/014 Dependency Inversion Principle_en.vtt 7.12 KB
13 - Object-oriented programming/external-assets-links.txt 4.88 KB
14 - === EXAM OOP & Object Oriented e-Commerce console applications ===/001 Exam and homework for OOP topic.mp4 90.04 MB
14 - === EXAM OOP & Object Oriented e-Commerce console applications ===/001 Exam and homework for OOP topic_en.vtt 11.13 KB
14 - === EXAM OOP & Object Oriented e-Commerce console applications ===/external-assets-links.txt 558 B
15 - GIT/001 Version Control Systems & Git - Overview.mp4 36.37 MB
15 - GIT/001 Version Control Systems & Git - Overview_en.vtt 8.68 KB
15 - GIT/002 How to Install Git and Basic Git Configuration.mp4 88.18 MB
15 - GIT/002 How to Install Git and Basic Git Configuration_en.vtt 10.84 KB
15 - GIT/003 How to set WIndows notepad as a default text editor in git.html 288 B
15 - GIT/004 Git repo init, First commit and main bracnh.mp4 68.97 MB
15 - GIT/004 Git repo init, First commit and main bracnh_en.vtt 10.03 KB
15 - GIT/005 Git ignoring & Git log.mp4 70.01 MB
15 - GIT/005 Git ignoring & Git log_en.vtt 11.99 KB
15 - GIT/006 Git undoing things & Vi text editor.mp4 74.98 MB
15 - GIT/006 Git undoing things & Vi text editor_en.vtt 9.3 KB
15 - GIT/007 Git remote repositories.mp4 65.59 MB
15 - GIT/007 Git remote repositories_en.vtt 12.09 KB
15 - GIT/008 SSH Connection.mp4 67.31 MB
15 - GIT/008 SSH Connection_en.vtt 10.09 KB
15 - GIT/009 Git Branching.mp4 125.85 MB
15 - GIT/009 Git Branching_en.vtt 20.59 KB
15 - GIT/010 Pull Requests & Merge Requests.mp4 74.64 MB
15 - GIT/010 Pull Requests & Merge Requests_en.vtt 13.75 KB
15 - GIT/011 Updating local repository (fetch, merge, pull) & Team development demo.mp4 101.97 MB
15 - GIT/011 Updating local repository (fetch, merge, pull) & Team development demo_en.vtt 14.98 KB
15 - GIT/012 Merge Conflicts.mp4 108.53 MB
15 - GIT/012 Merge Conflicts_en.vtt 16.6 KB
15 - GIT/013 Git Rebasing & Force Update of remote repository.mp4 108.49 MB
15 - GIT/013 Git Rebasing & Force Update of remote repository_en.vtt 20.59 KB
15 - GIT/014 Git Interactive Rebase.mp4 83.16 MB
15 - GIT/014 Git Interactive Rebase_en.vtt 11.33 KB
15 - GIT/015 Git reset.mp4 68.06 MB
15 - GIT/015 Git reset_en.vtt 14.17 KB
15 - GIT/016 Git stash.mp4 95.15 MB
15 - GIT/016 Git stash_en.vtt 15.06 KB
15 - GIT/017 Restoring lost snapshots in Git git reflog.mp4 66.26 MB
15 - GIT/017 Restoring lost snapshots in Git git reflog_en.vtt 8.47 KB
15 - GIT/018 Git cherry-pick moving commits between branches.mp4 77.44 MB
15 - GIT/018 Git cherry-pick moving commits between branches_en.vtt 13.26 KB
15 - GIT/019 Cloning remote repository git clone.html 1.25 KB
15 - GIT/020 Git and Eclipse integration.mp4 119.5 MB
15 - GIT/020 Git and Eclipse integration_en.vtt 18.25 KB
15 - GIT/external-assets-links.txt 202 B
16 - Excpetion Handling/001 Exception Handling in Java.mp4 260.78 MB
16 - Excpetion Handling/001 Exception Handling in Java_en.vtt 32.14 KB
16 - Excpetion Handling/external-assets-links.txt 156 B
17 - Java Collections Framework/001 Java Collections Framework Overview.mp4 42.02 MB
17 - Java Collections Framework/001 Java Collections Framework Overview_en.vtt 11.94 KB
17 - Java Collections Framework/002 Collection Interface.mp4 76.09 MB
17 - Java Collections Framework/002 Collection Interface_en.vtt 13.08 KB
17 - Java Collections Framework/003 Interfaces List, Set and Queue Overview.mp4 40.93 MB
17 - Java Collections Framework/003 Interfaces List, Set and Queue Overview_en.vtt 10.29 KB
17 - Java Collections Framework/004 List implementations - ArrayList, Vector, CopyOnWriteArrayList & Stack.mp4 222.13 MB
17 - Java Collections Framework/004 List implementations - ArrayList, Vector, CopyOnWriteArrayList & Stack_en.vtt 23.93 KB
17 - Java Collections Framework/005 LinkedList VS ArrayList, Big O Notation & Homework.mp4 191.04 MB
17 - Java Collections Framework/005 LinkedList VS ArrayList, Big O Notation & Homework_en.vtt 28.38 KB
17 - Java Collections Framework/006 Comparator and Comparable.mp4 232.76 MB
17 - Java Collections Framework/006 Comparator and Comparable_en.vtt 20.38 KB
17 - Java Collections Framework/007 Iterable, Iterator & ListIterator.mp4 238.63 MB
17 - Java Collections Framework/007 Iterable, Iterator & ListIterator_en.vtt 23.93 KB
17 - Java Collections Framework/008 Queue and Deque.mp4 153.21 MB
17 - Java Collections Framework/008 Queue and Deque_en.vtt 23.69 KB
17 - Java Collections Framework/009 Map Hierarchy.mp4 174.35 MB
17 - Java Collections Framework/009 Map Hierarchy_en.vtt 19.2 KB
17 - Java Collections Framework/010 Hash Tables & HashMap.mp4 221.7 MB
17 - Java Collections Framework/010 Hash Tables & HashMap_en.vtt 28.24 KB
17 - Java Collections Framework/011 LinkedHashMap.mp4 84.69 MB
17 - Java Collections Framework/011 LinkedHashMap_en.vtt 10.76 KB
17 - Java Collections Framework/012 SortedMap, NavigableMap & TreeMap.mp4 156.88 MB
17 - Java Collections Framework/012 SortedMap, NavigableMap & TreeMap_en.vtt 17.05 KB
17 - Java Collections Framework/013 Set Implementations (HashSet practice) & java.util.Colelctions class.mp4 178.97 MB
17 - Java Collections Framework/013 Set Implementations (HashSet practice) & java.util.Colelctions class_en.vtt 19.71 KB
17 - Java Collections Framework/external-assets-links.txt 2.87 KB
18 - Generics/001 Generics in Java.mp4 322.99 MB
18 - Generics/001 Generics in Java_en.vtt 29.98 KB
18 - Generics/external-assets-links.txt 454 B
19 - Functional Programming in Java/001 Functional Programming in Java Overview.mp4 71.63 MB
19 - Functional Programming in Java/001 Functional Programming in Java Overview_en.vtt 17.6 KB
19 - Functional Programming in Java/002 Functional Interface, Lambda Functions & Method References.mp4 184.35 MB
19 - Functional Programming in Java/002 Functional Interface, Lambda Functions & Method References_en.vtt 18.25 KB
19 - Functional Programming in Java/003 Function & BiFunction Theory & Practice.mp4 241.3 MB
19 - Functional Programming in Java/003 Function & BiFunction Theory & Practice_en.vtt 21.71 KB
19 - Functional Programming in Java/004 Consumer, BiConsumer, Predicate & BiPredicate.mp4 228.76 MB
19 - Functional Programming in Java/004 Consumer, BiConsumer, Predicate & BiPredicate_en.vtt 20.28 KB
19 - Functional Programming in Java/external-assets-links.txt 921 B
20 - Stream API/001 Stream API with Practical Exercises.mp4 249.45 MB
20 - Stream API/001 Stream API with Practical Exercises_en.vtt 29.1 KB
20 - Stream API/external-assets-links.txt 891 B
21 - Input and Output Streams in Java/001 Input and Output Streams in Java.mp4 352.5 MB
21 - Input and Output Streams in Java/001 Input and Output Streams in Java_en.vtt 41.26 KB
21 - Input and Output Streams in Java/002 Serialization and Cloning.mp4 203.53 MB
21 - Input and Output Streams in Java/002 Serialization and Cloning_en.vtt 23.06 KB
21 - Input and Output Streams in Java/external-assets-links.txt 1.02 KB
22 - Multithreading/001 Multithreading Overview.mp4 70.94 MB
22 - Multithreading/001 Multithreading Overview_en.vtt 17.12 KB
22 - Multithreading/002 First Multithreading Program Thread & Runnable.mp4 285.25 MB
22 - Multithreading/002 First Multithreading Program Thread & Runnable_en.vtt 31.39 KB
22 - Multithreading/003 Thread Scheduler, Race Condition, Daemon Threads & Thread Groups.mp4 185.72 MB
22 - Multithreading/003 Thread Scheduler, Race Condition, Daemon Threads & Thread Groups_en.vtt 24.49 KB
22 - Multithreading/004 Synchronization Basics.mp4 256.03 MB
22 - Multithreading/004 Synchronization Basics_en.vtt 33.91 KB
22 - Multithreading/005 Memory Management in Multithreading Programs.mp4 162.65 MB
22 - Multithreading/005 Memory Management in Multithreading Programs_en.vtt 25.49 KB
22 - Multithreading/006 Deadlock & Livelock.mp4 120.34 MB
22 - Multithreading/006 Deadlock & Livelock_en.vtt 14.62 KB
22 - Multithreading/007 Executor Services, Callable & Future.mp4 202.55 MB
22 - Multithreading/007 Executor Services, Callable & Future_en.vtt 21.09 KB
22 - Multithreading/008 Executor Service Implementations & ThreadFactory.mp4 275.94 MB
22 - Multithreading/008 Executor Service Implementations & ThreadFactory_en.vtt 30.72 KB
22 - Multithreading/009 ForkJoin Framework.mp4 160.9 MB
22 - Multithreading/009 ForkJoin Framework_en.vtt 20.81 KB
22 - Multithreading/010 CompletableFuture.mp4 302.04 MB
22 - Multithreading/010 CompletableFuture_en.vtt 30.97 KB
22 - Multithreading/011 Lock API - Lock, ReadWriteLock, ReentrantLock, ReentrantReadWriteLock, StampedLo.mp4 395.36 MB
22 - Multithreading/011 Lock API - Lock, ReadWriteLock, ReentrantLock, ReentrantReadWriteLock, StampedLo_en.vtt 41.06 KB
22 - Multithreading/012 Synchronizers - CyclicBarrier, CountDownLatch, Semaphore, Exchanger & Phaser.mp4 321.9 MB
22 - Multithreading/012 Synchronizers - CyclicBarrier, CountDownLatch, Semaphore, Exchanger & Phaser_en.vtt 35.8 KB
22 - Multithreading/013 Homework Multithreading.mp4 60.11 MB
22 - Multithreading/013 Homework Multithreading_en.vtt 7.78 KB
22 - Multithreading/external-assets-links.txt 3.67 KB
23 - Date and Time in JDK/001 Time Standards (GMT, UTC), Date and Calendar from java.util.mp4 268.83 MB
23 - Date and Time in JDK/001 Time Standards (GMT, UTC), Date and Calendar from java.util_en.vtt 26.95 KB
23 - Date and Time in JDK/002 java.time package (Instant, LocalDateTime, ZonedDateTime, OffsetDateTime etc).mp4 383.84 MB
23 - Date and Time in JDK/002 java.time package (Instant, LocalDateTime, ZonedDateTime, OffsetDateTime etc)_en.vtt 36.09 KB
23 - Date and Time in JDK/external-assets-links.txt 301 B
24 - Java Reflection API/001 Java Reflection API.mp4 287.05 MB
24 - Java Reflection API/001 Java Reflection API_en.vtt 28.66 KB
24 - Java Reflection API/002 Annotations.mp4 176.95 MB
24 - Java Reflection API/002 Annotations_en.vtt 22.82 KB
24 - Java Reflection API/external-assets-links.txt 558 B
25 - JDK API/001 StringBuilder & StringBuffer.mp4 146.8 MB
25 - JDK API/001 StringBuilder & StringBuffer_en.vtt 17.01 KB
25 - JDK API/002 java.util.Optional - Optional in Java.mp4 265.27 MB
25 - JDK API/002 java.util.Optional - Optional in Java_en.vtt 29.97 KB
25 - JDK API/external-assets-links.txt 297 B
26 - Modules in Java & Migration of Java Apps/001 Modules in Java Modular Application Example.mp4 233.6 MB
26 - Modules in Java & Migration of Java Apps/001 Modules in Java Modular Application Example_en.vtt 35.6 KB
26 - Modules in Java & Migration of Java Apps/002 Migration of Java Apps Example of migration to a modular application.mp4 192.56 MB
26 - Modules in Java & Migration of Java Apps/002 Migration of Java Apps Example of migration to a modular application_en.vtt 33.85 KB
26 - Modules in Java & Migration of Java Apps/external-assets-links.txt 455 B
27 - Testing for Software Engineers/001 Testing for software engineers Overview.mp4 122.28 MB
27 - Testing for Software Engineers/001 Testing for software engineers Overview_en.vtt 29.96 KB
28 - Unit Testing & JUnit 5/001 Unit Testing & JUnit Overview.mp4 124.66 MB
28 - Unit Testing & JUnit 5/001 Unit Testing & JUnit Overview_en.vtt 29.24 KB
28 - Unit Testing & JUnit 5/002 JUnit 5 examples VS JUnit 4 + Equivalence class partitioning.mp4 216.09 MB
28 - Unit Testing & JUnit 5/002 JUnit 5 examples VS JUnit 4 + Equivalence class partitioning_en.vtt 25.01 KB
28 - Unit Testing & JUnit 5/003 JUnit 5 API (Advanced) & Test Code Coverage.mp4 252.83 MB
28 - Unit Testing & JUnit 5/003 JUnit 5 API (Advanced) & Test Code Coverage_en.vtt 23.58 KB
28 - Unit Testing & JUnit 5/004 JUnit 5 API (Advanced p. 2) & Hamcrest Library.mp4 205.16 MB
28 - Unit Testing & JUnit 5/004 JUnit 5 API (Advanced p. 2) & Hamcrest Library_en.vtt 24.33 KB
28 - Unit Testing & JUnit 5/external-assets-links.txt 1.21 KB
29 - Integration testing & Mockito/001 Integration Testing in Java.mp4 54.03 MB
29 - Integration testing & Mockito/001 Integration Testing in Java_en.vtt 16.59 KB
29 - Integration testing & Mockito/002 Mockito Part 1.mp4 220.01 MB
29 - Integration testing & Mockito/002 Mockito Part 1_en.vtt 26.52 KB
29 - Integration testing & Mockito/003 Mockito Part 2.mp4 202.56 MB
29 - Integration testing & Mockito/003 Mockito Part 2_en.vtt 22.15 KB
29 - Integration testing & Mockito/external-assets-links.txt 766 B
30 - PowerMockito/001 PowerMock.mp4 142.76 MB
30 - PowerMockito/001 PowerMock_en.vtt 18.15 KB
30 - PowerMockito/external-assets-links.txt 1.2 KB
31 - TDD, BDD & ATTD/001 Test-driven development Theory.mp4 107 MB
31 - TDD, BDD & ATTD/001 Test-driven development Theory_en.vtt 29.22 KB
31 - TDD, BDD & ATTD/002 BDD & ATTD.mp4 72 MB
31 - TDD, BDD & ATTD/002 BDD & ATTD_en.vtt 19.95 KB
31 - TDD, BDD & ATTD/003 TDD, BDD & ATTD - Practice.mp4 79.51 MB
31 - TDD, BDD & ATTD/003 TDD, BDD & ATTD - Practice_en.vtt 17.91 KB
31 - TDD, BDD & ATTD/external-assets-links.txt 156 B
32 - Object-oriented Architecture, Clean Code Design (Advanced)/001 Clean Code Architecture, Coupling & Cohesion.mp4 96.4 MB
32 - Object-oriented Architecture, Clean Code Design (Advanced)/001 Clean Code Architecture, Coupling & Cohesion_en.vtt 25.23 KB
32 - Object-oriented Architecture, Clean Code Design (Advanced)/002 Tell, Don’t Ask Pricniple & Data Structures.mp4 104.04 MB
32 - Object-oriented Architecture, Clean Code Design (Advanced)/002 Tell, Don’t Ask Pricniple & Data Structures_en.vtt 25.33 KB
32 - Object-oriented Architecture, Clean Code Design (Advanced)/003 Law of Demeter.mp4 44.69 MB
32 - Object-oriented Architecture, Clean Code Design (Advanced)/003 Law of Demeter_en.vtt 10.08 KB
32 - Object-oriented Architecture, Clean Code Design (Advanced)/004 Packaging Pricniples p.1 Cohesion Principles.mp4 80.64 MB
32 - Object-oriented Architecture, Clean Code Design (Advanced)/004 Packaging Pricniples p.1 Cohesion Principles_en.vtt 26.45 KB
32 - Object-oriented Architecture, Clean Code Design (Advanced)/005 Packaging Pricniples p.2 Coupling Principles and Others.mp4 131.35 MB
32 - Object-oriented Architecture, Clean Code Design (Advanced)/005 Packaging Pricniples p.2 Coupling Principles and Others_en.vtt 31.07 KB
32 - Object-oriented Architecture, Clean Code Design (Advanced)/external-assets-links.txt 315 B
33 - GoF Design Patterns of Software Architecture in OOP/001 GoF Patterns Overview.mp4 61.26 MB
33 - GoF Design Patterns of Software Architecture in OOP/001 GoF Patterns Overview_en.vtt 16.9 KB
33 - GoF Design Patterns of Software Architecture in OOP/002 Creational Patterns.mp4 265.87 MB
33 - GoF Design Patterns of Software Architecture in OOP/002 Creational Patterns_en.vtt 37.8 KB
33 - GoF Design Patterns of Software Architecture in OOP/003 Structural Patterns, p.1.mp4 210.85 MB
33 - GoF Design Patterns of Software Architecture in OOP/003 Structural Patterns, p.1_en.vtt 36.01 KB
33 - GoF Design Patterns of Software Architecture in OOP/004 Structural Patterns, p.2.mp4 193.37 MB
33 - GoF Design Patterns of Software Architecture in OOP/004 Structural Patterns, p.2_en.vtt 24.46 KB
33 - GoF Design Patterns of Software Architecture in OOP/005 Behevioral Patterns, p.1.mp4 270.19 MB
33 - GoF Design Patterns of Software Architecture in OOP/005 Behevioral Patterns, p.1_en.vtt 37.95 KB
33 - GoF Design Patterns of Software Architecture in OOP/006 Behevioral Patterns, p.2.mp4 284.1 MB
33 - GoF Design Patterns of Software Architecture in OOP/006 Behevioral Patterns, p.2_en.vtt 37.61 KB
33 - GoF Design Patterns of Software Architecture in OOP/007 Behevioral Patterns, p.3.mp4 185.35 MB
33 - GoF Design Patterns of Software Architecture in OOP/007 Behevioral Patterns, p.3_en.vtt 24.58 KB
33 - GoF Design Patterns of Software Architecture in OOP/external-assets-links.txt 165 B
34 - I18N & L10N/001 [Part 1] Localization and Internationalization.mp4 55.75 MB
34 - I18N & L10N/001 [Part 1] Localization and Internationalization_en.vtt 14.13 KB
34 - I18N & L10N/002 [Part 2] Localization and Internationalization.mp4 221.05 MB
34 - I18N & L10N/002 [Part 2] Localization and Internationalization_en.vtt 19.28 KB
34 - I18N & L10N/external-assets-links.txt 147 B
35 - == EXAM Java Standard Edition - Online Store - Task description and solution ==/001 Implement online store application.html 5.1 KB
37 - Databases Overview and Environment Setup/001 Intro to SQL and Databases Section.html 664 B
37 - Databases Overview and Environment Setup/002 Databases Overview - Part 1.mp4 129.3 MB
37 - Databases Overview and Environment Setup/002 Databases Overview - Part 1_en.vtt 28.21 KB
37 - Databases Overview and Environment Setup/003 Databases Overview - Part 2.mp4 116.12 MB
37 - Databases Overview and Environment Setup/003 Databases Overview - Part 2_en.vtt 25.06 KB
37 - Databases Overview and Environment Setup/004 MySQL Overview & Installation (including Workbench Installation).mp4 122.64 MB
37 - Databases Overview and Environment Setup/004 MySQL Overview & Installation (including Workbench Installation)_en.vtt 24.21 KB
37 - Databases Overview and Environment Setup/005 PostgreSQL Overview & Installation (including pgAdmin installation).mp4 103.27 MB
37 - Databases Overview and Environment Setup/005 PostgreSQL Overview & Installation (including pgAdmin installation)_en.vtt 18.83 KB
37 - Databases Overview and Environment Setup/external-assets-links.txt 340 B
38 - Relational databases/001 Relational Databases Basic Concepts.mp4 143.36 MB
38 - Relational databases/001 Relational Databases Basic Concepts_en.vtt 29.54 KB
38 - Relational databases/002 Create Schema & Table Naming, Collation, Engines, Types, Column Properties.mp4 259.06 MB
38 - Relational databases/002 Create Schema & Table Naming, Collation, Engines, Types, Column Properties_en.vtt 40.92 KB
38 - Relational databases/003 Referential Integrity Foreign Key Constraint & Cascading Operations.mp4 170.16 MB
38 - Relational databases/003 Referential Integrity Foreign Key Constraint & Cascading Operations_en.vtt 23.1 KB
38 - Relational databases/004 Indexes in Databases.mp4 117.81 MB
38 - Relational databases/004 Indexes in Databases_en.vtt 22.33 KB
38 - Relational databases/005 Database Normalization & Denormalization.mp4 191.53 MB
38 - Relational databases/005 Database Normalization & Denormalization_en.vtt 35.51 KB
39 - SQL/001 SQL General Overview & DDL.mp4 172.1 MB
39 - SQL/001 SQL General Overview & DDL_en.vtt 21.47 KB
39 - SQL/002 SQL DML - CRUD Operations (SELECT, INSERT, UPDATE, DELETE).mp4 166.37 MB
39 - SQL/002 SQL DML - CRUD Operations (SELECT, INSERT, UPDATE, DELETE)_en.vtt 30.23 KB
39 - SQL/003 JOIN Queries, UNION & Subqueries.mp4 97.26 MB
39 - SQL/003 JOIN Queries, UNION & Subqueries_en.vtt 16.08 KB
39 - SQL/external-assets-links.txt 314 B
40 - Relational Databases (Advanced)/001 Views, Triggers, Stored Procedures & Functions.mp4 217.78 MB
40 - Relational Databases (Advanced)/001 Views, Triggers, Stored Procedures & Functions_en.vtt 33.74 KB
40 - Relational Databases (Advanced)/002 MySQL Workbench Administration.mp4 115.61 MB
40 - Relational Databases (Advanced)/002 MySQL Workbench Administration_en.vtt 11.13 KB
40 - Relational Databases (Advanced)/external-assets-links.txt 180 B
41 - Databases Database Modelling and Architecture/001 Database Modelling & Design Conceptual, Logical and Physical Data Models.mp4 126.4 MB
41 - Databases Database Modelling and Architecture/001 Database Modelling & Design Conceptual, Logical and Physical Data Models_en.vtt 27.43 KB
42 - ===== SQL Homework Online Shop =====/001 SQL Homework Task and Solution Review.mp4 69.86 MB
42 - ===== SQL Homework Online Shop =====/001 SQL Homework Task and Solution Review_en.vtt 8.87 KB
42 - ===== SQL Homework Online Shop =====/external-assets-links.txt 133 B
43 - JDBC/001 JDBC Overview Establish connection with DB from Java App.mp4 171.99 MB
43 - JDBC/001 JDBC Overview Establish connection with DB from Java App_en.vtt 22.21 KB
43 - JDBC/002 Statement, PreparedStatement & CallableStatement.mp4 232.46 MB
43 - JDBC/002 Statement, PreparedStatement & CallableStatement_en.vtt 24.03 KB
43 - JDBC/003 Transactions, Batch Updates and MetaData.mp4 220.6 MB
43 - JDBC/003 Transactions, Batch Updates and MetaData_en.vtt 23.27 KB
43 - JDBC/external-assets-links.txt 142 B
44 - DAO/001 DAO (Data Access Object) Design Pattern.mp4 157.8 MB
44 - DAO/001 DAO (Data Access Object) Design Pattern_en.vtt 20.46 KB
44 - DAO/external-assets-links.txt 141 B
45 - ===== Exam DAO, Database, JDBC, SQL ======/001 Exam task review and solution.mp4 211.26 MB
45 - ===== Exam DAO, Database, JDBC, SQL ======/001 Exam task review and solution_en.vtt 20.93 KB
45 - ===== Exam DAO, Database, JDBC, SQL ======/external-assets-links.txt 152 B
46 - Web Basics/001 API and Web Service.mp4 30.65 MB
46 - Web Basics/001 API and Web Service_en.vtt 10.02 KB
46 - Web Basics/002 API Types Overview.mp4 32.3 MB
46 - Web Basics/002 API Types Overview_en.vtt 9.96 KB
46 - Web Basics/003 REST API Overview.mp4 25.46 MB
46 - Web Basics/003 REST API Overview_en.vtt 8.88 KB
46 - Web Basics/004 HTTP methods.mp4 27.98 MB
46 - Web Basics/004 HTTP methods_en.vtt 7.5 KB
46 - Web Basics/005 HTTP Status Codes.mp4 43.55 MB
46 - Web Basics/005 HTTP Status Codes_en.vtt 11.72 KB
47 - ===== EXTRA Testing for Engineers - Test Environment Setup - Postman =====/001 Why the following sections are needed.html 593 B
47 - ===== EXTRA Testing for Engineers - Test Environment Setup - Postman =====/002 Postman Installation.mp4 49.48 MB
47 - ===== EXTRA Testing for Engineers - Test Environment Setup - Postman =====/002 Postman Installation_en.vtt 13.49 KB
47 - ===== EXTRA Testing for Engineers - Test Environment Setup - Postman =====/003 Trello Account Creation.mp4 37.66 MB
47 - ===== EXTRA Testing for Engineers - Test Environment Setup - Postman =====/003 Trello Account Creation_en.vtt 9.08 KB
47 - ===== EXTRA Testing for Engineers - Test Environment Setup - Postman =====/004 Authorization Token Creation in Trello.mp4 29.16 MB
47 - ===== EXTRA Testing for Engineers - Test Environment Setup - Postman =====/004 Authorization Token Creation in Trello_en.vtt 9.9 KB
47 - ===== EXTRA Testing for Engineers - Test Environment Setup - Postman =====/external-assets-links.txt 173 B
48 - HTTP Method GET - Postman/001 GET Method Overview.mp4 34.32 MB
48 - HTTP Method GET - Postman/001 GET Method Overview_en.vtt 9.22 KB
48 - HTTP Method GET - Postman/002 GET Method in Postman.mp4 58.26 MB
48 - HTTP Method GET - Postman/002 GET Method in Postman_en.vtt 12.92 KB
48 - HTTP Method GET - Postman/003 GET Method in Postman - Hometask.mp4 40.56 MB
48 - HTTP Method GET - Postman/003 GET Method in Postman - Hometask_en.vtt 6.89 KB
48 - HTTP Method GET - Postman/004 JSON Schema Validation.mp4 58.8 MB
48 - HTTP Method GET - Postman/004 JSON Schema Validation_en.vtt 15.68 KB
48 - HTTP Method GET - Postman/005 JSON Schema Validation - Hometask.mp4 26.83 MB
48 - HTTP Method GET - Postman/005 JSON Schema Validation - Hometask_en.vtt 6.91 KB
48 - HTTP Method GET - Postman/006 GET Method Validation in Postman.mp4 38.31 MB
48 - HTTP Method GET - Postman/006 GET Method Validation in Postman_en.vtt 10.15 KB
48 - HTTP Method GET - Postman/007 GET Metod Validation in Postman - Hometask.mp4 23.29 MB
48 - HTTP Method GET - Postman/007 GET Metod Validation in Postman - Hometask_en.vtt 6.19 KB
48 - HTTP Method GET - Postman/external-assets-links.txt 234 B
49 - HTTP Method POST - Postman/001 POST Method Overview.mp4 35.08 MB
49 - HTTP Method POST - Postman/001 POST Method Overview_en.vtt 9.63 KB
49 - HTTP Method POST - Postman/002 POST Method in Postman.mp4 31.78 MB
49 - HTTP Method POST - Postman/002 POST Method in Postman_en.vtt 8.75 KB
49 - HTTP Method POST - Postman/003 POST Method in Postman - Hometask.mp4 32.27 MB
49 - HTTP Method POST - Postman/003 POST Method in Postman - Hometask_en.vtt 5.91 KB
49 - HTTP Method POST - Postman/004 POST Method Validation in Postman.mp4 27.62 MB
49 - HTTP Method POST - Postman/004 POST Method Validation in Postman_en.vtt 7.99 KB
49 - HTTP Method POST - Postman/005 POST Method Validation in Postman - Hometask.mp4 22.79 MB
49 - HTTP Method POST - Postman/005 POST Method Validation in Postman - Hometask_en.vtt 7.04 KB
50 - HTTP Method PUT - Postman/001 PUT Method Overview.mp4 30.83 MB
50 - HTTP Method PUT - Postman/001 PUT Method Overview_en.vtt 9.41 KB
50 - HTTP Method PUT - Postman/002 PUT Method in Postman.mp4 36.59 MB
50 - HTTP Method PUT - Postman/002 PUT Method in Postman_en.vtt 9.37 KB
50 - HTTP Method PUT - Postman/003 PUT Method in Postman - Hometask.mp4 31.87 MB
50 - HTTP Method PUT - Postman/003 PUT Method in Postman - Hometask_en.vtt 5.76 KB
50 - HTTP Method PUT - Postman/004 PUT Method Validation in Postman.mp4 27.75 MB
50 - HTTP Method PUT - Postman/004 PUT Method Validation in Postman_en.vtt 8.39 KB
50 - HTTP Method PUT - Postman/005 PUT Method Validation in Postman - Hometask.mp4 23.54 MB
50 - HTTP Method PUT - Postman/005 PUT Method Validation in Postman - Hometask_en.vtt 7.15 KB
51 - HTTP Method DELETE - Postman/001 DELETE method overview.mp4 28.15 MB
51 - HTTP Method DELETE - Postman/001 DELETE method overview_en.vtt 8.32 KB
51 - HTTP Method DELETE - Postman/002 DELETE Method in Postman.mp4 26.32 MB
51 - HTTP Method DELETE - Postman/002 DELETE Method in Postman_en.vtt 7.98 KB
51 - HTTP Method DELETE - Postman/003 DELETE Method in Postman - Hometask.mp4 18.96 MB
51 - HTTP Method DELETE - Postman/003 DELETE Method in Postman - Hometask_en.vtt 4.9 KB
51 - HTTP Method DELETE - Postman/004 DELETE Method Validation in Postman.mp4 29.25 MB
51 - HTTP Method DELETE - Postman/004 DELETE Method Validation in Postman_en.vtt 8.47 KB
51 - HTTP Method DELETE - Postman/005 DELETE Method Validation in Postman - Hometask.mp4 19.94 MB
51 - HTTP Method DELETE - Postman/005 DELETE Method Validation in Postman - Hometask_en.vtt 6.39 KB
52 - Postman Tips/001 Variables in Postman.mp4 27.19 MB
52 - Postman Tips/001 Variables in Postman_en.vtt 9.72 KB
53 - Automated Test in Postman/001 First Test in Postman.mp4 28.52 MB
53 - Automated Test in Postman/001 First Test in Postman_en.vtt 9.74 KB
53 - Automated Test in Postman/external-assets-links.txt 101 B
54 - ===== EXTRA Test Automation Development Environment Setup =====/001 Why sections below are important.html 771 B
54 - ===== EXTRA Test Automation Development Environment Setup =====/002 Gradle Installation.mp4 42.02 MB
54 - ===== EXTRA Test Automation Development Environment Setup =====/002 Gradle Installation_en.vtt 10.2 KB
54 - ===== EXTRA Test Automation Development Environment Setup =====/003 IntelliJ IDEA Installation.mp4 45.75 MB
54 - ===== EXTRA Test Automation Development Environment Setup =====/003 IntelliJ IDEA Installation_en.vtt 12.25 KB
54 - ===== EXTRA Test Automation Development Environment Setup =====/external-assets-links.txt 185 B
55 - Selenium simple application/001 Selenium Introduction.mp4 53.77 MB
55 - Selenium simple application/001 Selenium Introduction_en.vtt 10.83 KB
55 - Selenium simple application/002 Setup simple application.mp4 102.37 MB
55 - Selenium simple application/002 Setup simple application_en.vtt 15.32 KB
55 - Selenium simple application/003 Setup simple application - Home Task.mp4 30.87 MB
55 - Selenium simple application/003 Setup simple application - Home Task_en.vtt 5.27 KB
55 - Selenium simple application/external-assets-links.txt 127 B
56 - First Selenium test with JUnit/001 JUnit 4 Assertions.mp4 75.93 MB
56 - First Selenium test with JUnit/001 JUnit 4 Assertions_en.vtt 10.7 KB
56 - First Selenium test with JUnit/002 JUnit 4 Assertions - Home Task.mp4 51.74 MB
56 - First Selenium test with JUnit/002 JUnit 4 Assertions - Home Task_en.vtt 7.13 KB
56 - First Selenium test with JUnit/003 First test in JUnit 5.mp4 84.99 MB
56 - First Selenium test with JUnit/003 First test in JUnit 5_en.vtt 12.64 KB
56 - First Selenium test with JUnit/004 First test in JUnit 5 - Home Task.mp4 34.62 MB
56 - First Selenium test with JUnit/004 First test in JUnit 5 - Home Task_en.vtt 5.45 KB
56 - First Selenium test with JUnit/external-assets-links.txt 112 B
57 - Waits in Selenium - overview/001 Implicit waits - overview.mp4 45.96 MB
57 - Waits in Selenium - overview/001 Implicit waits - overview_en.vtt 6.93 KB
57 - Waits in Selenium - overview/002 Explicit waits - overview.mp4 64.92 MB
57 - Waits in Selenium - overview/002 Explicit waits - overview_en.vtt 10.07 KB
57 - Waits in Selenium - overview/external-assets-links.txt 120 B
58 - Test Automation Patterns - overview/001 Page Object.mp4 96.37 MB
58 - Test Automation Patterns - overview/001 Page Object_en.vtt 20.03 KB
58 - Test Automation Patterns - overview/002 Page Object - Home Task.mp4 30.28 MB
58 - Test Automation Patterns - overview/002 Page Object - Home Task_en.vtt 5.67 KB
58 - Test Automation Patterns - overview/003 Web Component.mp4 132.28 MB
58 - Test Automation Patterns - overview/003 Web Component_en.vtt 23.28 KB
58 - Test Automation Patterns - overview/004 Web Component - Home Task.mp4 39.84 MB
58 - Test Automation Patterns - overview/004 Web Component - Home Task_en.vtt 7.71 KB
58 - Test Automation Patterns - overview/005 Data Transfer Object.mp4 107.12 MB
58 - Test Automation Patterns - overview/005 Data Transfer Object_en.vtt 16.6 KB
58 - Test Automation Patterns - overview/006 Data Transfer Object - Home Task.mp4 29.13 MB
58 - Test Automation Patterns - overview/006 Data Transfer Object - Home Task_en.vtt 4.79 KB
58 - Test Automation Patterns - overview/external-assets-links.txt 114 B
59 - CSS and XPath selectors/001 CSS selectors basics.mp4 125.17 MB
59 - CSS and XPath selectors/001 CSS selectors basics_en.vtt 16.48 KB
59 - CSS and XPath selectors/002 XPath selectors basics.mp4 92.42 MB
59 - CSS and XPath selectors/002 XPath selectors basics_en.vtt 12.6 KB
60 - Misc (conferences, general lectures about programming etc)/001 What programming language to choose.mp4 398.56 MB
60 - Misc (conferences, general lectures about programming etc)/001 What programming language to choose_en.vtt 44.8 KB
60 - Misc (conferences, general lectures about programming etc)/002 Q&A Online Stream with Students (June 19th, 2021).mp4 1.18 GB
60 - Misc (conferences, general lectures about programming etc)/002 Q&A Online Stream with Students (June 19th, 2021)_en.vtt 52.78 KB
61 - Bonus section/001 Bonus Lesson.mp4 29.33 MB
61 - Bonus section/001 Bonus Lesson_en.vtt 3.64 KB
61 - Bonus section/external-assets-links.txt 1 KB
Download Info
-
Tips
“[FreeCourseSite.com] Udemy - Java from Zero to First Job - Practical Guide, 800+ examples” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.