diff --git a/devops/cloud/azure/sdk/java/ee-microprofile.txt b/devops/cloud/azure/sdk/java/ee-microprofile.txt new file mode 100644 index 000000000..c5ee4e0c8 --- /dev/null +++ b/devops/cloud/azure/sdk/java/ee-microprofile.txt @@ -0,0 +1 @@ +https://learn.microsoft.com/en-us/azure/developer/java/ee/ diff --git a/devops/k8s/docs/courses/courses.txt b/devops/k8s/docs/courses/courses.txt index faaec11a5..adf8ad52c 100644 --- a/devops/k8s/docs/courses/courses.txt +++ b/devops/k8s/docs/courses/courses.txt @@ -11,6 +11,9 @@ Mushmad Mannambeth - Certified Kubernetes Administrator (CKA) with Practice Test https://kodekloud.com/courses/kubernetes-for-the-absolute-beginners-hands-on/ +2023 +Udemy, Richard Chesterwood | Kubernetes Hands-On - Deploy Microservices to the AWS Cloud + nnm:1651852 2022 CBTNuggets - Certified Kubernetes Administrator (CKA) Linux Foundation Certification Training ! good, need to look diff --git a/os/shells/fuzzyfinders/fzf/docs/articles.txt b/os/shells/fuzzyfinders/fzf/docs/articles.txt index a97024f0b..57cdefa45 100644 --- a/os/shells/fuzzyfinders/fzf/docs/articles.txt +++ b/os/shells/fuzzyfinders/fzf/docs/articles.txt @@ -1,4 +1,5 @@ 2023 +https://muhammadraza.me/2023/fzf/ https://andrew-quinn.me/fzf/ https://habr.com/ru/articles/724070/ https://thevaluable.dev/fzf-shell-integration/ diff --git a/os/x-ui/term/ricing/pywal.txt b/os/x-ui/term/ricing/pywal.txt new file mode 100644 index 000000000..377ae1de3 --- /dev/null +++ b/os/x-ui/term/ricing/pywal.txt @@ -0,0 +1 @@ +https://github.com/dylanaraps/pywal diff --git a/os/x-ui/term/xterm-256color.tmp b/os/x-ui/term/ricing/xterm-256color.tmp similarity index 100% rename from os/x-ui/term/xterm-256color.tmp rename to os/x-ui/term/ricing/xterm-256color.tmp diff --git a/pl/java/libfws/io/persistence/orm/hibernate/features/internals/articles.txt b/pl/java/libfws/io/persistence/orm/hibernate/features/internals/articles.txt index dff2db76d..787a898ad 100644 --- a/pl/java/libfws/io/persistence/orm/hibernate/features/internals/articles.txt +++ b/pl/java/libfws/io/persistence/orm/hibernate/features/internals/articles.txt @@ -1,4 +1,13 @@ 2023 +https://vladmihalcea.com/source-sql-query-hibernate/ + @Component public class HibernateConfig implements HibernatePropertiesCustomizer { + @Override public void customize(Map hibernateProperties) { + hibernateProperties.put(AvailableSettings.STATEMENT_INSPECTOR, new QueryStackTraceLogger("org.springframework.samples.petclinic")); + } + } + and + logging.level.io.hypersistence.utils.hibernate.query=DEBUG + https://github.com/vladmihalcea/high-performance-java-persistence/blob/master/core/src/test/java/com/vladmihalcea/hpjp/hibernate/logging/QueryStackTraceLoggerTest.java https://jpa-buddy.com/blog/hibernate6-whats-new-and-why-its-important/ SQM, SemanticQueryWalker, SqlAstTranslator diff --git a/pl/java/libfws/spring/boot/docs/courses/courses.txt b/pl/java/libfws/spring/boot/docs/courses/courses.txt index c3d3859d0..73ecb3159 100644 --- a/pl/java/libfws/spring/boot/docs/courses/courses.txt +++ b/pl/java/libfws/spring/boot/docs/courses/courses.txt @@ -1,3 +1,6 @@ +2023 +Udemy - [NEW] Spring Boot 3, Spring 6 & Hibernate for Beginners - 24G + magnet:?xt=urn:btih:36350333dee14df949738328a635f618015f303d 2022 [Udemy, Nail' Alishev] Polnyiy kurs. Boot, Hibernate, Security, REST (2022) https://nnmclub.to/forum/viewtopic.php?t=1555295 diff --git a/pl/web/browsers/firefox/ext/adblock/ublock.txt b/pl/web/browsers/firefox/ext/adblock/ublock.txt new file mode 100644 index 000000000..0dbd6b133 --- /dev/null +++ b/pl/web/browsers/firefox/ext/adblock/ublock.txt @@ -0,0 +1 @@ +https://github.com/gorhill/uBlock/ diff --git a/pl/web/browsers/opera/opera-one.txt b/pl/web/browsers/opera/opera-one.txt new file mode 100644 index 000000000..b4729e58c --- /dev/null +++ b/pl/web/browsers/opera/opera-one.txt @@ -0,0 +1,6 @@ +https://www.opera.com/one +https://www.youtube.com/opera + +https://www.opera.com/features +https://www.opera.com/features/ad-blocker +https://www.opera.com/features/integrated-messengers diff --git a/pl/web/typed/ts/docs/courses.txt b/pl/web/typed/ts/docs/courses.txt index 849bb5372..7cf9b1a93 100644 --- a/pl/web/typed/ts/docs/courses.txt +++ b/pl/web/typed/ts/docs/courses.txt @@ -13,7 +13,7 @@ Larichev - Typescript From Ground Up https://purpleschool.ru/course/typescript https://github.com/AlariCode/5-typescript-demo-1 https://github.com/AlariCode/5-typescript-demo-2 - https://nnmclub.to/forum/viewtopic.php?t=1548836 + nnm:1548836 magnet:?xt=urn:btih:cc1b827fecc70fcbaf15327acad475d073f23b01 ! 5.17g Understanding TypeScript - 2022 Edition diff --git a/pl/web/webcomponents/docs/articles.txt b/pl/web/webcomponents/docs/articles.txt index 500036bb4..7694018d3 100644 --- a/pl/web/webcomponents/docs/articles.txt +++ b/pl/web/webcomponents/docs/articles.txt @@ -1,5 +1,7 @@ https://medium.com/web-standards/regarding-broken-promise-of-web-components-385d63de4959 +2023 +https://habr.com/ru/articles/761586/ 2021 https://www.sitepoint.com/frameworkless-web-components-introduction/ https://css-tricks.com/web-components-are-easier-than-you-think/