Общая информация
Название Java from Zero to First Job
Тип Порно
Размер 13.40Гб
Файлы в торренте
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать эти файлы или скачать torrent-файл.
001 'if - else' construction.mp4 49.92Мб
001 'while' loop.mp4 18.80Мб
001 Bonus Lesson.mp4 29.33Мб
001 Clean Code Architecture, Coupling & Cohesion.mp4 96.40Мб
001 Enumerations in Java.mp4 75.20Мб
001 Exam and homework for OOP topic.mp4 90.04Мб
001 Exception Handling in Java.mp4 260.78Мб
001 Functional Programming in Java_ Overview.mp4 71.63Мб
001 Generics in Java.mp4 322.99Мб
001 GoF Patterns_ Overview.mp4 61.26Мб
001 How to debug Java programs.mp4 89.62Мб
001 How to use captions.mp4 8.02Мб
001 Input and Output Streams in Java.mp4 352.50Мб
001 Integration Testing in Java.mp4 54.03Мб
001 Java Collections Framework_ Overview.mp4 42.02Мб
001 JDK Installation.mp4 113.55Мб
001 Methods in Java_ Overview.mp4 50.07Мб
001 Object-oriented programming_ Basics.mp4 150.63Мб
001 Operators in Java.mp4 267.70Мб
001 Packages_ creation and package presentation in eclipse.mp4 23.32Мб
001 PowerMock.mp4 142.76Мб
001 Primitive types and variables.mp4 157.70Мб
001 Random numbers generation.mp4 20.66Мб
001 Stream API with Practical Exercises.mp4 249.45Мб
001 String_ object creation and main methods overview.mp4 79.63Мб
001 Test-driven development_ Theory.mp4 107.00Мб
001 Testing for software engineers_ Overview.mp4 74.40Мб
001 Unit Testing & JUnit Overview.mp4 124.66Мб
001 Version Control Systems & Git - Overview.mp4 36.37Мб
002 'do-while' loop.mp4 23.70Мб
002 BDD & ATTD.mp4 72.00Мб
002 Classes & Objects.mp4 177.71Мб
002 Collection Interface.mp4 76.09Мб
002 Creational Patterns.mp4 265.87Мб
002 First application_ Hello World App.mp4 99.80Мб
002 Functional Interface, Lambda Functions & Method References.mp4 184.35Мб
002 Homework review_ 'if' statement.mp4 31.16Мб
002 How to Install Git and Basic Git Configuration.mp4 88.18Мб
002 JUnit 5 examples VS JUnit 4 + Equivalence class partitioning.mp4 216.09Мб
002 Mockito_ Part 1.mp4 220.01Мб
002 Number Systems.mp4 50.52Мб
002 Operations with integers and floating-point numbers, BigDecimal type.mp4 67.46Мб
002 Parameter Passing Mechanism in Java.mp4 54.69Мб
002 Plugins_ how to install free plugins, eclipse marketplace, workspace styles.mp4 26.70Мб
002 Serialization and Cloning.mp4 203.53Мб
002 String comparison_ How to compare Strings and what is String Pool_.mp4 50.67Мб
002 Tell, Don’t Ask Pricniple & Data Structures.mp4 104.04Мб
002 Why Java and why this course_ What is JDK, JRE and JVM_.mp4 51.82Мб
003 'for' with condition loop.mp4 41.26Мб
003 'switch' construction.mp4 53.27Мб
003 Arrays.mp4 172.66Мб
003 Code Refactoring in Eclipse.mp4 85.62Мб
003 Communication plan.mp4 49.09Мб
003 Different types of Classes, Abstract keyword and Abstract classes.mp4 130.69Мб
003 Escape Sequences in Java.mp4 36.94Мб
003 Function & BiFunction_ Theory & Practice.mp4 241.30Мб
003 Homework Solution_ .bat file creation.mp4 20.62Мб
003 How to set WIndows notepad as a default text editor in git.html 1.19Кб
003 Interfaces List, Set and Queue_ Overview.mp4 40.93Мб
003 JUnit 5 API (Advanced) & Test Code Coverage.mp4 252.83Мб
003 Law of Demeter.mp4 44.69Мб
003 Math class, NaN, Infinity.mp4 76.14Мб
003 Mockito_ Part 2.mp4 202.56Мб
003 Recursive methods.mp4 41.58Мб
003 Structural Patterns, p.1.mp4 211.21Мб
003 TDD, BDD & ATTD - Practice.mp4 79.51Мб
004 'for each' loop.mp4 24.47Мб
004 Consumer, BiConsumer, Predicate & BiPredicate.mp4 228.76Мб
004 Git repo init, First commit and main bracnh.mp4 68.97Мб
004 Homework review_ 'switch' statement.mp4 11.90Мб
004 Integrated Development Environment, Eclipse Overview.mp4 125.02Мб
004 Interfaces.mp4 128.15Мб
004 JUnit 5 API (Advanced p. 2) & Hamcrest Library.mp4 205.16Мб
004 List implementations - ArrayList, Vector, CopyOnWriteArrayList & Stack.mp4 210.41Мб
004 Packaging Pricniples p.1_ Cohesion Principles.mp4 80.64Мб
004 String Formatting.mp4 39.23Мб
004 Structural Patterns, p.2.mp4 193.37Мб
004 Type of the expression in Java.mp4 57.32Мб
004 Unlimited access to 'Learn IT' application for students.mp4 44.50Мб
004 Variable Length Arguments.mp4 35.05Мб
005 Behevioral Patterns, p.1.mp4 270.19Мб
005 Comments in Java source code.mp4 83.07Мб
005 Compare primitive and reference types & Java Memory Model.mp4 117.36Мб
005 Git ignoring & Git log.mp4 70.01Мб
005 Homework review_ Methods.mp4 15.94Мб
005 Inheritance.mp4 122.92Мб
005 LinkedList VS ArrayList, Big O Notation & Homework.mp4 191.04Мб
005 Nested loops.mp4 13.39Мб
005 Packaging Pricniples p.2_ Coupling Principles and Others.mp4 131.35Мб
005 Regular expressions in Java.mp4 78.32Мб
006 Behevioral Patterns, p.2.mp4 284.10Мб
006 Comparator and Comparable.mp4 232.76Мб
006 Git undoing things & Vi text editor.mp4 74.98Мб
006 Homework review_ String.mp4 27.97Мб
006 Jump Statements - Break and Continue.mp4 32.65Мб
006 Polymorphism and 'final' keyword.mp4 122.21Мб
006 Read user input from console.mp4 29.19Мб
007 'static' keyword.mp4 86.54Мб
007 Behevioral Patterns, p.3.mp4 185.35Мб
007 Git remote repositories.mp4 65.59Мб
007 Homework review_ Operators and Operations.mp4 131.03Мб
007 Iterable, Iterator & ListIterator.mp4 238.63Мб
007 Labels in Java.mp4 37.87Мб
008 Encapsulation.mp4 64.58Мб
008 Homework review_ Iteration Statements (Loops).mp4 18.35Мб
008 Queue and Deque.mp4 153.21Мб
008 SSH Connection.mp4 67.31Мб
009 Git Branching.mp4 125.85Мб
009 Map Hierarchy.mp4 174.35Мб
009 Object, JNI and Object class overview.mp4 130.39Мб
010 Hash Tables & HashMap.mp4 221.70Мб
010 Pull Requests & Merge Requests.mp4 74.64Мб
010 SOLID principles overview & Single Responsibility Principle.mp4 66.38Мб
011 LinkedHashMap.mp4 84.69Мб
011 Open _ Closed Principle.mp4 67.63Мб
011 Updating local repository (fetch, merge, pull) & Team development demo.mp4 101.97Мб
012 Liskov Substitution Principle.mp4 48.66Мб
012 Merge Conflicts.mp4 108.53Мб
012 SortedMap, NavigableMap & TreeMap.mp4 156.88Мб
013 Git Rebasing & Force Update of remote repository.mp4 108.49Мб
013 Interface Segregation Principle.mp4 38.80Мб
013 Set Implementations (HashSet practice) & java.util.Colelctions class.mp4 178.97Мб
014 Dependency Inversion Principle.mp4 60.35Мб
014 Git Interactive Rebase.mp4 83.16Мб
015 Git reset.mp4 68.06Мб
016 Git stash.mp4 95.15Мб
017 Restoring lost snapshots in Git_ git reflog.mp4 66.26Мб
018 Git cherry-pick_ moving commits between branches.mp4 77.44Мб
019 Cloning remote repository_ git clone.html 2.84Кб
020 Git and Eclipse integration.mp4 119.50Мб
Downloaded from 1337x.txt
external-assets-links.txt 1.02Кб
external-assets-links.txt 1.00Кб
external-assets-links.txt 865б
external-assets-links.txt 336б
external-assets-links.txt 2.13Кб
external-assets-links.txt 1.54Кб
external-assets-links.txt 1.13Кб
external-assets-links.txt 172б
external-assets-links.txt 2.00Кб
external-assets-links.txt 2.72Кб
external-assets-links.txt 430б
external-assets-links.txt 6.37Кб
external-assets-links.txt 574б
external-assets-links.txt 214б
external-assets-links.txt 160б
external-assets-links.txt 3.49Кб
external-assets-links.txt 466б
external-assets-links.txt 1.10Кб
external-assets-links.txt 915б
external-assets-links.txt 1.16Кб
external-assets-links.txt 1.24Кб
external-assets-links.txt 1.07Кб
external-assets-links.txt 1.25Кб
external-assets-links.txt 323б
external-assets-links.txt 1014б
Nothing to see here sorry.txt
Статистика распространения по странам
Россия (RU) 1
Всего 1
Список IP Полный список IP-адресов, которые скачивают или раздают этот торрент