From 6f36dcdd477ca9838054b9313d98976940b147cf Mon Sep 17 00:00:00 2001 From: Andrei Punko Date: Fri, 6 Dec 2024 18:30:10 +0300 Subject: [PATCH] Add YT link for Web crawler video --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4005886..eaa5a8c 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,7 @@ they contain enough code which describes implementation in a natural way. | Dummy, Fake, Stub, Spy, Mock | [Youtube](https://youtu.be/KkXqW8vMD-4) | - | | Нагрузочное тестирование Spring Boot сервиса с помощью Gatling | [Youtube](https://youtu.be/uO9luM8wowo) | [Repo](https://github.com/andrei-punko/articles-backend-app) | | Отражение бинарного дерева | [Youtube](https://youtu.be/H2BBCUcVXDM) | [Code](src/main/java/by/andd3dfx/tree/MirrorTree.java) | +| Web crawler (парсер сайта) на Java | [Youtube](https://youtu.be/4qxvkALcWjQ) | [Repo](https://github.com/andrei-punko/java-crawlers) | ## Materials & notes