From b324b9745d0ace98f2c8d1d6767186f990bd041f Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Fri, 18 Aug 2023 12:57:05 +0300 Subject: [PATCH] m --- db/sql/docs/cheatsheets.txt | 9 +++++++++ devops/cloud/aws/docs/books.txt | 3 +++ pl/cross/tools/hexeditor/imhex.txt | 2 ++ pl/cross/tools/quality/debug/gdb/docs/articles.txt | 2 ++ pl/java/features/annotation.txt | 3 +++ pl/java/libfws/spring/boot/profiling.txt | 2 ++ pl/java/libfws/spring/features/profile.txt | 2 +- pl/java/libfws/spring/integration/spring-aspectj.txt | 5 +++++ pl/java/tools/quality/bench/jmh/docs/articles.txt | 3 ++- 9 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 pl/cross/tools/hexeditor/imhex.txt create mode 100644 pl/java/libfws/spring/boot/profiling.txt diff --git a/db/sql/docs/cheatsheets.txt b/db/sql/docs/cheatsheets.txt index bb9da1600..20485a021 100644 --- a/db/sql/docs/cheatsheets.txt +++ b/db/sql/docs/cheatsheets.txt @@ -1,3 +1,12 @@ +https://learnsql.com/ +https://learnsql.com/cookbook/ + +https://learnsql.com/tags/cheat-sheet/ +https://learnsql.com/blog/ultimate-sql-cheat-sheet/ +https://learnsql.com/blog/sql-basics-cheat-sheet/ +https://learnsql.com/blog/standard-sql-functions-cheat-sheet/ +https://learnsql.com/blog/sql-window-functions-cheat-sheet/ + 2022 https://proglib.io/p/osnovnye-sql-komandy-i-zaprosy-s-primerami-kotorye-dolzhen-znat-kazhdyy-razrabotchik-2022-04-14 https://proglib.tech/p/osnovnye-sql-komandy-i-zaprosy-s-primerami-kotorye-dolzhen-znat-kazhdyy-razrabotchik-2022-04-14 diff --git a/devops/cloud/aws/docs/books.txt b/devops/cloud/aws/docs/books.txt index b1dcd3853..dee7cb388 100644 --- a/devops/cloud/aws/docs/books.txt +++ b/devops/cloud/aws/docs/books.txt @@ -1,3 +1,6 @@ +2023 +Wittig - Amazon Web Services in Action 3rd ed + E20201852C22717546E7F2FB0BA22BDC 2022 Daswani - AWS Certified Cloud Practitioner Exam Guide of 630p magnet:?xt=urn:btih:6de2331e9002d2f0ea0031e3ef38a0fb1ec8a906 diff --git a/pl/cross/tools/hexeditor/imhex.txt b/pl/cross/tools/hexeditor/imhex.txt new file mode 100644 index 000000000..fcb793466 --- /dev/null +++ b/pl/cross/tools/hexeditor/imhex.txt @@ -0,0 +1,2 @@ +https://imhex.werwolv.net/ +https://github.com/WerWolv/ImHex diff --git a/pl/cross/tools/quality/debug/gdb/docs/articles.txt b/pl/cross/tools/quality/debug/gdb/docs/articles.txt index f40dd0f2a..730803819 100644 --- a/pl/cross/tools/quality/debug/gdb/docs/articles.txt +++ b/pl/cross/tools/quality/debug/gdb/docs/articles.txt @@ -1,3 +1,5 @@ +2023 +https://developers.redhat.com/articles/2023/05/03/how-debug-c-lambda-expressions-gdb 2022 https://xakep.ru/2022/11/30/linux-debug/ ! with ptrace diff --git a/pl/java/features/annotation.txt b/pl/java/features/annotation.txt index 767ec384f..41e5d6f0f 100644 --- a/pl/java/features/annotation.txt +++ b/pl/java/features/annotation.txt @@ -1,5 +1,8 @@ https://docs.oracle.com/javase/tutorial/java/annotations/predefined.html +2023 +MJC - Creating Annotations in Java ru of 6:51 + https://www.youtube.com/watch?v=7D4Wn0GndCA 2022 JACOV - "Java Annotation Processing" - Oscar Camacho https://www.youtube.com/watch?v=REli837WM5o&t=4390s diff --git a/pl/java/libfws/spring/boot/profiling.txt b/pl/java/libfws/spring/boot/profiling.txt new file mode 100644 index 000000000..25849bf3c --- /dev/null +++ b/pl/java/libfws/spring/boot/profiling.txt @@ -0,0 +1,2 @@ +2023 +https://habr.com/ru/companies/alfastrah/articles/717114/ diff --git a/pl/java/libfws/spring/features/profile.txt b/pl/java/libfws/spring/features/profile.txt index 7bdd5729c..6deac3165 100644 --- a/pl/java/libfws/spring/features/profile.txt +++ b/pl/java/libfws/spring/features/profile.txt @@ -1,7 +1,7 @@ https://www.baeldung.com/spring-profiles#4-profile-groups spring.profiles.group.production=proddb,prodquartz -2022 +2023 https://www.baeldung.com/spring-profiles https://github.com/eugenp/tutorials/tree/master/spring-core-2 2021 diff --git a/pl/java/libfws/spring/integration/spring-aspectj.txt b/pl/java/libfws/spring/integration/spring-aspectj.txt index 219dc1d45..3b3250b7b 100644 --- a/pl/java/libfws/spring/integration/spring-aspectj.txt +++ b/pl/java/libfws/spring/integration/spring-aspectj.txt @@ -1,3 +1,8 @@ +https://docs.spring.io/spring-framework/reference/core/aop/ataspectj.html +https://docs.spring.io/spring-framework/reference/core/aop/ataspectj/pointcuts.html + +2023 +https://habr.com/ru/companies/alfastrah/articles/717114/ 2020 https://habr.com/ru/company/otus/blog/528312/ https://www.geekyhacker.com/2020/03/28/how-to-configure-aspectj-in-spring-boot/ diff --git a/pl/java/tools/quality/bench/jmh/docs/articles.txt b/pl/java/tools/quality/bench/jmh/docs/articles.txt index 21b3aa30d..010e58276 100644 --- a/pl/java/tools/quality/bench/jmh/docs/articles.txt +++ b/pl/java/tools/quality/bench/jmh/docs/articles.txt @@ -1,6 +1,7 @@ -2022 +2023 https://www.baeldung.com/java-microbenchmark-harness https://github.com/eugenp/tutorials/tree/master/jmh + // annotation-support 2020 https://nuancesprog.ru/p/8792/ 2019