From 010f9c09e4bc7b285352566ee57fbe6d4a038e94 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Mon, 3 Feb 2025 22:23:14 +0300 Subject: [PATCH] m --- db/sql/postgres/feature/performance/docs/articles.txt | 2 ++ devops/vcs/git/docs/books.txt | 2 ++ pl/cpp/libfws/stl/allocator/articles.txt | 2 ++ .../libfws/spring/rest/client/{ => reactive}/webclient.txt | 3 +++ .../tools/quality/testing/testcontainers/docs/articles.txt | 2 ++ pl/web/js/libfws/ui/vue/features/reactive.txt | 5 +++++ pl/web/js/libfws/ui/vue/features/reactivity.txt | 3 --- 7 files changed, 16 insertions(+), 3 deletions(-) rename pl/java/libfws/spring/rest/client/{ => reactive}/webclient.txt (85%) delete mode 100644 pl/web/js/libfws/ui/vue/features/reactivity.txt diff --git a/db/sql/postgres/feature/performance/docs/articles.txt b/db/sql/postgres/feature/performance/docs/articles.txt index f102690fb..bb46befd6 100644 --- a/db/sql/postgres/feature/performance/docs/articles.txt +++ b/db/sql/postgres/feature/performance/docs/articles.txt @@ -1,3 +1,5 @@ +2025 +https://habr.com/ru/articles/861604/ 2024 https://habr.com/ru/companies/Linx/articles/859460/ !!! params diff --git a/devops/vcs/git/docs/books.txt b/devops/vcs/git/docs/books.txt index 00055c63e..774303c36 100644 --- a/devops/vcs/git/docs/books.txt +++ b/devops/vcs/git/docs/books.txt @@ -19,7 +19,9 @@ Gandhi - Head First Git 119917BC083019D7CB9CD13F4EC494F4 ! 500p, a lot of visual bullsheet, but funny PonuthoraiLoeliger - Version Control with Git 3rd ed + A08EB2980D8F72533F8786196923155A 5DB78EDD8725AA1E024C7DA98FAAAD77 + !!! ru is also avail 2021 Fisherman - Git Practical Manual ru 0A603F80535A641B6351079FCEDD8E85 diff --git a/pl/cpp/libfws/stl/allocator/articles.txt b/pl/cpp/libfws/stl/allocator/articles.txt index 36f26c88b..0c57ffbe3 100644 --- a/pl/cpp/libfws/stl/allocator/articles.txt +++ b/pl/cpp/libfws/stl/allocator/articles.txt @@ -1,3 +1,5 @@ +2025 +https://habr.com/ru/articles/876804/ 2022 https://habr.com/ru/post/645137/ 2021 diff --git a/pl/java/libfws/spring/rest/client/webclient.txt b/pl/java/libfws/spring/rest/client/reactive/webclient.txt similarity index 85% rename from pl/java/libfws/spring/rest/client/webclient.txt rename to pl/java/libfws/spring/rest/client/reactive/webclient.txt index 7f81f18e4..d3aa8d0bd 100644 --- a/pl/java/libfws/spring/rest/client/webclient.txt +++ b/pl/java/libfws/spring/rest/client/reactive/webclient.txt @@ -1,2 +1,5 @@ https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/reactive/function/client/WebClient.html https://docs.spring.io/spring-boot/api/java/org/springframework/boot/autoconfigure/web/reactive/function/client/WebClientSsl.html + +2025 +https://habr.com/ru/articles/873358/ diff --git a/pl/java/tools/quality/testing/testcontainers/docs/articles.txt b/pl/java/tools/quality/testing/testcontainers/docs/articles.txt index dacb23373..09ed2a9e9 100644 --- a/pl/java/tools/quality/testing/testcontainers/docs/articles.txt +++ b/pl/java/tools/quality/testing/testcontainers/docs/articles.txt @@ -1,6 +1,8 @@ baeldung https://www.baeldung.com/spring-boot-testcontainers-integration-test https://habr.com/ru/company/haulmont/blog/454970/ +2025 +https://www.sivalabs.in/run-spring-boot-testcontainers-tests-at-jet-speed/ 2024 https://habr.com/ru/articles/824594/ https://habr.com/ru/articles/819589/ diff --git a/pl/web/js/libfws/ui/vue/features/reactive.txt b/pl/web/js/libfws/ui/vue/features/reactive.txt index b76171c40..878116cd2 100644 --- a/pl/web/js/libfws/ui/vue/features/reactive.txt +++ b/pl/web/js/libfws/ui/vue/features/reactive.txt @@ -1,2 +1,7 @@ +2025 +https://habr.com/ru/articles/878722/ 2022 https://habr.com/ru/company/deliveryclub/blog/664506/ +2021 +https://www.smashingmagazine.com/2021/03/reactivity-in-vue/ + https://github.com/Timibadass/vue-reactivity diff --git a/pl/web/js/libfws/ui/vue/features/reactivity.txt b/pl/web/js/libfws/ui/vue/features/reactivity.txt deleted file mode 100644 index b4fafe695..000000000 --- a/pl/web/js/libfws/ui/vue/features/reactivity.txt +++ /dev/null @@ -1,3 +0,0 @@ -2021 -https://www.smashingmagazine.com/2021/03/reactivity-in-vue/ - https://github.com/Timibadass/vue-reactivity