From 78be7cd436caaa4b9f3a74adee072ece85ecba1a Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Sun, 2 Apr 2023 22:15:09 +0300 Subject: [PATCH] m --- devops/k8s/features/ephemeral-containers.txt | 2 ++ devops/k8s/features/network/policies.txt | 4 ++++ nontech/politics/clubs/streetoftruth/devyatov.txt | 2 ++ pl/cross/methodologies/architecture/tools/jira/inst.txt | 3 +++ pl/cross/tools/ide/jetbrains/idea/docs/cheatsheet.xt | 1 + pl/java/libfws/spring/boot/persistence/transactions.txt | 6 ++++++ pl/java/libfws/spring/messaging/kafka.txt | 1 + pl/java/libfws/spring/reactive/articles.txt | 2 ++ pl/java/libfws/spring/security/saml/articles.txt | 2 ++ pl/rs/features/iterators.txt | 3 +++ 10 files changed, 26 insertions(+) create mode 100644 pl/cross/methodologies/architecture/tools/jira/inst.txt create mode 100644 pl/cross/tools/ide/jetbrains/idea/docs/cheatsheet.xt create mode 100644 pl/java/libfws/spring/security/saml/articles.txt create mode 100644 pl/rs/features/iterators.txt diff --git a/devops/k8s/features/ephemeral-containers.txt b/devops/k8s/features/ephemeral-containers.txt index b5da62cff..219fb255e 100644 --- a/devops/k8s/features/ephemeral-containers.txt +++ b/devops/k8s/features/ephemeral-containers.txt @@ -1,2 +1,4 @@ 2022 +https://iximiuz.com/en/posts/kubernetes-ephemeral-containers/ + https://habr.com/ru/company/timeweb/blog/720510/ https://metalbear.co/blog/getting-started-with-ephemeral-containers/ diff --git a/devops/k8s/features/network/policies.txt b/devops/k8s/features/network/policies.txt index eb9946fa0..9baf59bd2 100644 --- a/devops/k8s/features/network/policies.txt +++ b/devops/k8s/features/network/policies.txt @@ -1 +1,5 @@ https://kubernetes.io/docs/concepts/services-networking/network-policies/ + +2022 +https://faun.pub/a-deep-dive-into-kubernetes-network-policy-2c9cda156436 + https://habr.com/ru/company/southbridge/blog/725324/ diff --git a/nontech/politics/clubs/streetoftruth/devyatov.txt b/nontech/politics/clubs/streetoftruth/devyatov.txt index a90976087..a52242cf3 100644 --- a/nontech/politics/clubs/streetoftruth/devyatov.txt +++ b/nontech/politics/clubs/streetoftruth/devyatov.txt @@ -20,6 +20,8 @@ https://vk.com/video/@muzejkonstruirovaniyabudushchego 2023 MaximShevchenko - Devyatov - 03.18 - Serve to Sky of 39:49 https://www.youtube.com/watch?v=EkjzD9fgGQc +TruthInstitute - Devyatov - 03.18 - About Orthodoxy Before Schism of 19:57 + https://www.youtube.com/watch?v=JnCv1t6k1_s TruthInstitute - Kashanskiy - 03.15 - Wave Codes of Humanity of 36:54 https://www.youtube.com/watch?v=vrKWNbUqrRY MaximShevchenko - Devyatov - 03.13 - ZH New Course of Red Imperior of 1:13:44 diff --git a/pl/cross/methodologies/architecture/tools/jira/inst.txt b/pl/cross/methodologies/architecture/tools/jira/inst.txt new file mode 100644 index 000000000..604d71f2f --- /dev/null +++ b/pl/cross/methodologies/architecture/tools/jira/inst.txt @@ -0,0 +1,3 @@ +2023 +Kozlowski - Installing JIRA on NixOS 0:00 of 28:07 + https://www.youtube.com/watch?v=ZnPrgn4nZYQ diff --git a/pl/cross/tools/ide/jetbrains/idea/docs/cheatsheet.xt b/pl/cross/tools/ide/jetbrains/idea/docs/cheatsheet.xt new file mode 100644 index 000000000..c2299ebcf --- /dev/null +++ b/pl/cross/tools/ide/jetbrains/idea/docs/cheatsheet.xt @@ -0,0 +1 @@ +https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf diff --git a/pl/java/libfws/spring/boot/persistence/transactions.txt b/pl/java/libfws/spring/boot/persistence/transactions.txt index e86812eb7..6450efbed 100644 --- a/pl/java/libfws/spring/boot/persistence/transactions.txt +++ b/pl/java/libfws/spring/boot/persistence/transactions.txt @@ -1,5 +1,7 @@ https://docs.oracle.com/javase/tutorial/jdbc/basics/transactions.html +2023 +https://habr.com/ru/post/725064/ 2022 JPointJokerAndJUGRu - Letov - Use Transactional Like a Pro 0:00 of 1:16:30 https://www.youtube.com/watch?v=QZ9rXZT0DlQ @@ -12,8 +14,12 @@ https://vladmihalcea.com/spring-transaction-best-practices/ https://www.reddit.com/r/java/comments/vioj6v/spring_transaction_best_practices/ https://vladmihalcea.com/spring-transactional-annotation/ https://habr.com/ru/company/otus/blog/649093/ +2021 +https://levelup.gitconnected.com/spring-data-transactional-caveats-f6edd41d6785 + https://habr.com/ru/post/567368/ 2020 https://vladmihalcea.com/read-write-read-only-transaction-routing-spring/ +https://habr.com/ru/post/532000/ 2019 https://spring.io/blog/2019/05/16/reactive-transactions-with-spring https://paluch.biz/blog/179-reactive-relational-database-transactions.html diff --git a/pl/java/libfws/spring/messaging/kafka.txt b/pl/java/libfws/spring/messaging/kafka.txt index 214b694a8..2179ed54d 100644 --- a/pl/java/libfws/spring/messaging/kafka.txt +++ b/pl/java/libfws/spring/messaging/kafka.txt @@ -43,6 +43,7 @@ http://www.baeldung.com/spring-kafka articles 2023 +https://www.baeldung.com/spring-kafka-multiple-listeners-same-topic https://www.baeldung.com/spring-retry-kafka-consumer https://github.com/eugenp/tutorials/tree/master/spring-kafka-2 2022 diff --git a/pl/java/libfws/spring/reactive/articles.txt b/pl/java/libfws/spring/reactive/articles.txt index 576a40869..ddd20e241 100644 --- a/pl/java/libfws/spring/reactive/articles.txt +++ b/pl/java/libfws/spring/reactive/articles.txt @@ -1,3 +1,5 @@ +2022 +https://spring.io/blog/2023/03/28/context-propagation-with-project-reactor-1-the-basics 2019 https://blog.jetbrains.com/idea/tag/tutorial-reactive-spring/ https://blog.jetbrains.com/idea/2019/12/tutorial-reactive-spring-boot-spring-profiles-to-switch-clients/ diff --git a/pl/java/libfws/spring/security/saml/articles.txt b/pl/java/libfws/spring/security/saml/articles.txt new file mode 100644 index 000000000..e9d025dff --- /dev/null +++ b/pl/java/libfws/spring/security/saml/articles.txt @@ -0,0 +1,2 @@ +2023 +https://www.baeldung.com/spring-security-saml diff --git a/pl/rs/features/iterators.txt b/pl/rs/features/iterators.txt new file mode 100644 index 000000000..331bb864c --- /dev/null +++ b/pl/rs/features/iterators.txt @@ -0,0 +1,3 @@ +2023 +LetsGetRusty - Make iterators 10X better with itertools 0:00 of 6:48 + https://www.youtube.com/watch?v=qY9j4dRaMjU