From 707802e9af36946ab563a90f6a7d6e7a46a3cdc8 Mon Sep 17 00:00:00 2001 From: Taras Boychuk Date: Thu, 20 Jun 2024 11:55:00 +0300 Subject: [PATCH] Fix YouTube video preview images --- 1-0-java-basics/1-3-0-hello-generics/README.MD | 1 - 1-0-java-basics/1-3-2-heterogeneous-max-holder/README.MD | 4 +++- 2-0-data-structures-and-algorithms/2-2-5-array-list/README.MD | 1 - 3-0-java-core/3-6-1-file-reader/README.MD | 1 - 3-0-java-core/3-6-2-file-stats/README.MD | 1 - 3-0-java-core/3-6-3-crazy-regex/README.MD | 1 - 3-0-java-core/3-6-4-random-field-comparator/README.MD | 1 - 4-0-object-oriented-programming/4-3-1-flight-search/README.MD | 1 - .../5-0-1-lambda-functions-map/README.MD | 1 - .../5-0-2-stream-sum-of-squares/README.MD | 1 - 5-0-functional-programming/5-1-1-crazy-lambdas/README.md | 3 +-- 5-0-functional-programming/5-2-1-crazy-streams/README.MD | 3 +-- 5-0-functional-programming/5-3-1-crazy-optionals/README.md | 3 +-- 5-0-functional-programming/5-4-1-fun-prime-numbers/README.MD | 1 - 14 files changed, 6 insertions(+), 17 deletions(-) diff --git a/1-0-java-basics/1-3-0-hello-generics/README.MD b/1-0-java-basics/1-3-0-hello-generics/README.MD index 52c6d0f9..656e9f87 100644 --- a/1-0-java-basics/1-3-0-hello-generics/README.MD +++ b/1-0-java-basics/1-3-0-hello-generics/README.MD @@ -24,7 +24,6 @@ it is not safe. Using `Object` requires runtime casting which can cause runtime --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/Q5aEmF8E86fbZ4rXA) ##
diff --git a/1-0-java-basics/1-3-2-heterogeneous-max-holder/README.MD b/1-0-java-basics/1-3-2-heterogeneous-max-holder/README.MD index 7117662b..1eba43d9 100644 --- a/1-0-java-basics/1-3-2-heterogeneous-max-holder/README.MD +++ b/1-0-java-basics/1-3-2-heterogeneous-max-holder/README.MD @@ -9,9 +9,11 @@ * implement a generic method getMax that retrieves a max value by its type βœ… * wrap a comparator instance to make it null-safe βœ… +### Exercise overview πŸ‡ΊπŸ‡¦ +[![Watch the video](https://img.youtube.com/vi/jQnGDgH-Zfg/0.jpg)](https://www.youtube.com/watch?v=jQnGDgH-Zfg) + --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/u6kHcecFuzxV232LA) ##
\ No newline at end of file diff --git a/2-0-data-structures-and-algorithms/2-2-5-array-list/README.MD b/2-0-data-structures-and-algorithms/2-2-5-array-list/README.MD index 001b63b7..8b925f53 100644 --- a/2-0-data-structures-and-algorithms/2-2-5-array-list/README.MD +++ b/2-0-data-structures-and-algorithms/2-2-5-array-list/README.MD @@ -22,7 +22,6 @@ Build strong skills implementing a well known Array List data structure πŸ’ͺ --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/WQPxc7rDFgZK6eEk7) ##
\ No newline at end of file diff --git a/3-0-java-core/3-6-1-file-reader/README.MD b/3-0-java-core/3-6-1-file-reader/README.MD index ddf70564..5d698962 100644 --- a/3-0-java-core/3-6-1-file-reader/README.MD +++ b/3-0-java-core/3-6-1-file-reader/README.MD @@ -12,7 +12,6 @@ You're supposed to know the basics of Stream API and how to work with files in J --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/MAfCxL1JLfY76ki9A) ##
\ No newline at end of file diff --git a/3-0-java-core/3-6-2-file-stats/README.MD b/3-0-java-core/3-6-2-file-stats/README.MD index c4dca949..4cfa4500 100644 --- a/3-0-java-core/3-6-2-file-stats/README.MD +++ b/3-0-java-core/3-6-2-file-stats/README.MD @@ -15,7 +15,6 @@ You're supposed to know how to work with text files and be able to write Java co --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/jhXEAzG4TB81S43CA) ##
\ No newline at end of file diff --git a/3-0-java-core/3-6-3-crazy-regex/README.MD b/3-0-java-core/3-6-3-crazy-regex/README.MD index 456129b4..4d42bebf 100644 --- a/3-0-java-core/3-6-3-crazy-regex/README.MD +++ b/3-0-java-core/3-6-3-crazy-regex/README.MD @@ -61,7 +61,6 @@ it's called back reference) --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/jhXEAzG4TB81S43CA) ##
\ No newline at end of file diff --git a/3-0-java-core/3-6-4-random-field-comparator/README.MD b/3-0-java-core/3-6-4-random-field-comparator/README.MD index dabd6cff..b574cfd9 100644 --- a/3-0-java-core/3-6-4-random-field-comparator/README.MD +++ b/3-0-java-core/3-6-4-random-field-comparator/README.MD @@ -11,7 +11,6 @@ --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/u6kHcecFuzxV232LA) ##
\ No newline at end of file diff --git a/4-0-object-oriented-programming/4-3-1-flight-search/README.MD b/4-0-object-oriented-programming/4-3-1-flight-search/README.MD index 1ac7bcc4..889f6f1e 100644 --- a/4-0-object-oriented-programming/4-3-1-flight-search/README.MD +++ b/4-0-object-oriented-programming/4-3-1-flight-search/README.MD @@ -21,7 +21,6 @@ You're supposed to be familiar polymorphism and Java interfaces --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/8YUNC2YctwDi7qwP7) ##
\ No newline at end of file diff --git a/5-0-functional-programming/5-0-1-lambda-functions-map/README.MD b/5-0-functional-programming/5-0-1-lambda-functions-map/README.MD index 01fb8497..d86ffcca 100644 --- a/5-0-functional-programming/5-0-1-lambda-functions-map/README.MD +++ b/5-0-functional-programming/5-0-1-lambda-functions-map/README.MD @@ -13,7 +13,6 @@ Start learning functional programming in Java by writing simple math functions u --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/TPSCpZAMZvNXYCoA6) ##
\ No newline at end of file diff --git a/5-0-functional-programming/5-0-2-stream-sum-of-squares/README.MD b/5-0-functional-programming/5-0-2-stream-sum-of-squares/README.MD index b406ad29..bed96a19 100644 --- a/5-0-functional-programming/5-0-2-stream-sum-of-squares/README.MD +++ b/5-0-functional-programming/5-0-2-stream-sum-of-squares/README.MD @@ -9,7 +9,6 @@ Learn functional programming by refactoring a piece of code using Stream API --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/7GaNdgTDWhaSh4fc7) ##
\ No newline at end of file diff --git a/5-0-functional-programming/5-1-1-crazy-lambdas/README.md b/5-0-functional-programming/5-1-1-crazy-lambdas/README.md index d4f3c52d..6ee792b3 100644 --- a/5-0-functional-programming/5-1-1-crazy-lambdas/README.md +++ b/5-0-functional-programming/5-1-1-crazy-lambdas/README.md @@ -55,11 +55,10 @@ it can help you to simplify the code even more: * Favor the use of standard functional interfaces - Item 44 ### Exercise overview πŸ‡ΊπŸ‡¦ -[![Linked List](https://yt-embed.herokuapp.com/embed?v=tNizKD1JbwM)](https://youtu.be/tNizKD1JbwM) +[![Watch the video](https://img.youtube.com/vi/tNizKD1JbwM/0.jpg)](https://www.youtube.com/watch?v=tNizKD1JbwM) --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/GcKJyr1fEGaPrrLz8) ##
\ No newline at end of file diff --git a/5-0-functional-programming/5-2-1-crazy-streams/README.MD b/5-0-functional-programming/5-2-1-crazy-streams/README.MD index 3e2de82f..3c6686c0 100644 --- a/5-0-functional-programming/5-2-1-crazy-streams/README.MD +++ b/5-0-functional-programming/5-2-1-crazy-streams/README.MD @@ -10,11 +10,10 @@ To verify your implementation, run `CrazyStreamsTest.java` * [Modern Java in Action (chapters 4 - 6)](https://www.amazon.com/dp/1617293563/ref=cm_sw_r_tw_dp_XN3TPAASB945V8XQPW5F) πŸ“• ### Exercise overview πŸ‡ΊπŸ‡¦ -[![Linked List](https://yt-embed.herokuapp.com/embed?v=o1H6kMlCQ74)](https://youtu.be/o1H6kMlCQ74) +[![Watch the video](https://img.youtube.com/vi/o1H6kMlCQ74/0.jpg)](https://www.youtube.com/watch?v=o1H6kMlCQ74) --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/K1ETyrRybV1RpfHA6) ##
\ No newline at end of file diff --git a/5-0-functional-programming/5-3-1-crazy-optionals/README.md b/5-0-functional-programming/5-3-1-crazy-optionals/README.md index 89f94f71..6c61a8ff 100644 --- a/5-0-functional-programming/5-3-1-crazy-optionals/README.md +++ b/5-0-functional-programming/5-3-1-crazy-optionals/README.md @@ -10,11 +10,10 @@ To verify your implementation, run `CrazyOptionalsTest.java` * [Stream API. Optional. ΠšΡƒΡ€Ρ Enterprise Java ](https://youtu.be/OD0hIs1cGmY) ### Exercise overview πŸ‡ΊπŸ‡¦ -[![Linked List](https://yt-embed.herokuapp.com/embed?v=yyhD0QZGMRs)](https://youtu.be/yyhD0QZGMRs) +[![Watch the video](https://img.youtube.com/vi/yyhD0QZGMRs/0.jpg)](https://www.youtube.com/watch?v=yyhD0QZGMRs) --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/vkhad17uT7DTWThQ9) ##
\ No newline at end of file diff --git a/5-0-functional-programming/5-4-1-fun-prime-numbers/README.MD b/5-0-functional-programming/5-4-1-fun-prime-numbers/README.MD index cc0f05e6..c65f1108 100644 --- a/5-0-functional-programming/5-4-1-fun-prime-numbers/README.MD +++ b/5-0-functional-programming/5-4-1-fun-prime-numbers/README.MD @@ -14,7 +14,6 @@ You're supposed to be familiar with Lambdas, Stream API and Optional API --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/ndFEj5xArhTBQaRQA) ##
\ No newline at end of file