14 files changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ it is not safe. Using `Object` requires runtime casting which can cause runtime
24
24
25
25
---
26
26
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
27
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/Q5aEmF8E86fbZ4rXA )
28
27
29
28
##
30
29
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change 9
9
* implement a generic method getMax that retrieves a max value by its type ✅
10
10
* wrap a comparator instance to make it null-safe ✅
11
11
12
+ ### Exercise overview 🇺🇦
13
+ [ ![ Watch the video] ( https://img.youtube.com/vi/jQnGDgH-Zfg/0.jpg )] ( https://www.youtube.com/watch?v=jQnGDgH-Zfg )
14
+
12
15
---
13
16
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
14
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/u6kHcecFuzxV232LA )
15
17
16
18
##
17
19
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ Build strong skills implementing a well known Array List data structure 💪
22
22
---
23
23
24
24
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
25
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/WQPxc7rDFgZK6eEk7 )
26
25
27
26
##
28
27
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ You're supposed to know the basics of Stream API and how to work with files in J
12
12
13
13
---
14
14
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
15
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/MAfCxL1JLfY76ki9A )
16
15
17
16
##
18
17
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ You're supposed to know how to work with text files and be able to write Java co
15
15
---
16
16
17
17
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
18
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/jhXEAzG4TB81S43CA )
19
18
20
19
##
21
20
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ it's called back reference)
61
61
---
62
62
63
63
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
64
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/jhXEAzG4TB81S43CA )
65
64
66
65
##
67
66
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change 11
11
12
12
---
13
13
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
14
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/u6kHcecFuzxV232LA )
15
14
16
15
##
17
16
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ You're supposed to be familiar polymorphism and Java interfaces
21
21
---
22
22
23
23
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
24
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/8YUNC2YctwDi7qwP7 )
25
24
26
25
##
27
26
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ Start learning functional programming in Java by writing simple math functions u
13
13
---
14
14
15
15
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
16
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/TPSCpZAMZvNXYCoA6 )
17
16
18
17
##
19
18
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ Learn functional programming by refactoring a piece of code using Stream API
9
9
10
10
---
11
11
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
12
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/7GaNdgTDWhaSh4fc7 )
13
12
14
13
##
15
14
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change @@ -55,11 +55,10 @@ it can help you to simplify the code even more:
55
55
* Favor the use of standard functional interfaces - Item 44
56
56
57
57
### Exercise overview 🇺🇦
58
- [ ![ Linked List ] ( https://yt-embed.herokuapp .com/embed?v= tNizKD1JbwM )] ( https://youtu.be/ tNizKD1JbwM )
58
+ [ ![ Watch the video ] ( https://img.youtube .com/vi/ tNizKD1JbwM/0.jpg )] ( https://www.youtube.com/watch?v= tNizKD1JbwM )
59
59
60
60
---
61
61
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
62
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/GcKJyr1fEGaPrrLz8 )
63
62
64
63
##
65
64
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change @@ -10,11 +10,10 @@ To verify your implementation, run `CrazyStreamsTest.java`
10
10
* [ Modern Java in Action (chapters 4 - 6)] ( https://www.amazon.com/dp/1617293563/ref=cm_sw_r_tw_dp_XN3TPAASB945V8XQPW5F ) 📕
11
11
12
12
### Exercise overview 🇺🇦
13
- [ ![ Linked List ] ( https://yt-embed.herokuapp .com/embed?v= o1H6kMlCQ74 )] ( https://youtu.be/ o1H6kMlCQ74 )
13
+ [ ![ Watch the video ] ( https://img.youtube .com/vi/ o1H6kMlCQ74/0.jpg )] ( https://www.youtube.com/watch?v= o1H6kMlCQ74 )
14
14
15
15
---
16
16
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
17
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/K1ETyrRybV1RpfHA6 )
18
17
19
18
##
20
19
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change @@ -10,11 +10,10 @@ To verify your implementation, run `CrazyOptionalsTest.java`
10
10
* [ Stream API. Optional. Курс Enterprise Java <img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/image/yt_icon_rgb.png " height =13/ >] ( https://youtu.be/OD0hIs1cGmY )
11
11
12
12
### Exercise overview 🇺🇦
13
- [ ![ Linked List ] ( https://yt-embed.herokuapp .com/embed?v= yyhD0QZGMRs )] ( https://youtu.be/ yyhD0QZGMRs )
13
+ [ ![ Watch the video ] ( https://img.youtube .com/vi/ yyhD0QZGMRs/0.jpg )] ( https://www.youtube.com/watch?v= yyhD0QZGMRs )
14
14
15
15
---
16
16
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
17
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/vkhad17uT7DTWThQ9 )
18
17
19
18
##
20
19
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ You're supposed to be familiar with Lambdas, Stream API and Optional API
14
14
15
15
---
16
16
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
17
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/ndFEj5xArhTBQaRQA )
18
17
19
18
##
20
19
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
0 commit comments