Skip to content

Commit ea9e49c

Browse files
committed
Add new YT links to README & code
1 parent 8b53507 commit ea9e49c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@ We can perceive materials in this folder as project backlog or "box with other s
270270
| Три типа аспектов на примере AspectJ | [YouTube](https://youtu.be/S-LrdkfDSCU) | [Repo](https://github.com/andrei-punko/aspectj-sandbox) |
271271
| GitHub Actions: workflows, coverage, badges | [YouTube](https://youtu.be/8O9ZmQfixF4) | [Repo1](https://github.com/andrei-punko/spring-boot-3-template) [Repo2](https://github.com/andrei-punko/aspectj-sandbox) [Repo3](https://github.com/andrei-punko/java-interview-coding) [Repo4](https://github.com/andrei-punko/spring-boot-jwt) |
272272
| Прохождение теста "средний" по Git на hh.ru | [YouTube](https://youtu.be/FBIFoZyy_FQ) | - |
273+
| Прохождение теста "базовый" по Linux на hh.ru | [YouTube](https://youtu.be/j-Ju0C8RXAI) | - |
274+
| Самодельный ArrayList 2 | [YouTube](https://youtu.be/VBdYvDW8WL8) | [Code](src/main/java/by/andd3dfx/collections/custom/CustomArrayList.java) |
275+
| Прохождение теста "базовый" по Docker на hh.ru | [YouTube](https://youtu.be/IxHZyON_MYY) | - |
276+
| Прохождение теста "базовый" по ООП на hh.ru | [YouTube](https://youtu.be/n6hFhbJLCvU) | - |
273277
</details>
274278

275279
## Appendix. Verbal interview materials

src/main/java/by/andd3dfx/collections/custom/CustomArrayList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import java.util.Iterator;
88

99
/**
10-
* @see <a href="https://youtu.be/u7Vyh567ljs">Video solution</a>
10+
* @see <a href="https://youtu.be/u7Vyh567ljs">Video solution part1</a>, <a href="https://youtu.be/VBdYvDW8WL8">part2</a>
1111
*/
1212
public class CustomArrayList<T> implements Collection<T> {
1313

0 commit comments

Comments
 (0)