Skip to content

Commit 5d05b43

Browse files
committed
Merge branch 'main' into completed
2 parents fc67313 + a44e8eb commit 5d05b43

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

0-0-intro/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=50/>Introduction
2+
23
Learn how to use this course to build strong skill needed for enterprise Java development
34

45
## The only way to learn effectively is to **learn by doing!** 💪
@@ -26,6 +27,3 @@ _(we know it's silly, but we wanted to give you a simple example 😀)_
2627
* switch to branch `completed` and **see the correct implementation** of the exercise
2728
* [join the discussion](https://github.com/bobocode-projects/java-fundamentals-course/discussions) on the GitHub
2829
* contact us via [email protected]
29-
30-
##
31-
<div align="center"><img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif" height=50/></div>

1-0-java-basics/1-3-0-hello-generics/README.MD

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ regardless if you apply them to Integer, String or any other types.** So in orde
2222
types we need some form of type parametrization. Of course, we can use `Object` and store anything we want, but
2323
it is not safe. Using `Object` requires runtime casting which can cause runtime exceptions.
2424

25-
##
26-
25+
---
2726
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
2827
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/Q5aEmF8E86fbZ4rXA)
2928

1-0-java-basics/1-3-1-crazy-generics/README.MD

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ runtime to compile time and makes type parametrization safer.**
2121
### Related materials ℹ️
2222
* [Effective Java, Chapter 5 – Generics](https://read.amazon.com/kp/embed?asin=B078H61SCH&preview=newtab&linkCode=kpe&ref_=cm_sw_r_kb_dp_SADNB2C41TWARGY4QGKZ) 📘
2323

24+
### Exercise overview 🇺🇦
25+
[![Linked List](https://yt-embed.herokuapp.com/embed?v=EaL5KsSlEQM)](https://youtu.be/EaL5KsSlEQM)
2426

2527
---
2628
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)

1-0-java-basics/1-5-0-hello-annotations/README.MD

+3
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ Learn annotations basics to better understand how the frameworks use them 💪
1414
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
1515
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/UADe1YKHiFVXQJLF8)
1616

17+
### Exercise overview 🇺🇦
18+
[![Linked List](https://yt-embed.herokuapp.com/embed?v=KF1H2EOCdD4)](https://youtu.be/KF1H2EOCdD4)
19+
1720
##
1821
<div align="center"><img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif" height=50/></div>

2-0-data-structures-and-algorithms/2-2-1-node/README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=50/>Node exercise :muscle:
1+
# <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=50/>Node exercise 💪
22

33
Build strong skill of creating and linking **nodes – building blocks** that are used in order to create **LinkedList**, **LinkedQueue** and other
44
important data structures 💪

5-0-functional-programming/5-3-1-crazy-optionals/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To verify your implementation, run `CrazyOptionalsTest.java`
1010
* [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)
1111

1212
### Exercise overview 🇺🇦
13-
[![Linked List](https://yt-embed.herokuapp.com/embed?v=FLHerCscKX8)](https://youtu.be/FLHerCscKX8)
13+
[![Linked List](https://yt-embed.herokuapp.com/embed?v=yyhD0QZGMRs)](https://youtu.be/yyhD0QZGMRs)
1414

1515
---
1616
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)

0 commit comments

Comments
 (0)