diff --git a/hw/comp/hdd/news.txt b/hw/comp/hdd/news.txt new file mode 100644 index 000000000..145f9c46d --- /dev/null +++ b/hw/comp/hdd/news.txt @@ -0,0 +1,2 @@ +2025 +https://habr.com/ru/companies/selectel/articles/878423/ diff --git a/os/unix/admin/security/sssd.txt b/os/unix/admin/security/sssd.txt new file mode 100644 index 000000000..3bdb79d56 --- /dev/null +++ b/os/unix/admin/security/sssd.txt @@ -0,0 +1,4 @@ +https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/configuring_authentication_and_authorization_in_rhel/understanding-sssd-and-its-benefits_configuring-authentication-and-authorization-in-rhel + +2019 +https://habr.com/ru/articles/437546/ diff --git a/pl/cross/tools/build/gradle/features/declarative.txt b/pl/cross/tools/build/gradle/features/declarative.txt index c138b9fe9..ddd2c0dc8 100644 --- a/pl/cross/tools/build/gradle/features/declarative.txt +++ b/pl/cross/tools/build/gradle/features/declarative.txt @@ -13,6 +13,7 @@ https://declarative.gradle.org/docs/getting-started/ https://github.com/orgs/gradle/projects/96/views/1 2024 +https://blog.jetbrains.com/idea/2024/11/declarative-gradle-in-intellij-idea/ Gradle - Declarative Gradle of p4 https://www.youtube.com/playlist?list=PLLQbIfXVLZqGJUUZsr-vlwLZGqaX4iPzv https://github.com/gradle/declarative-gradle/blob/main/docs/publications/2024-05-kotlinconf.md diff --git a/pl/cross/tools/ide/jetbrains/idea/docs/whatsnew.txt b/pl/cross/tools/ide/jetbrains/idea/docs/whatsnew.txt index 87a80119a..baf347014 100644 --- a/pl/cross/tools/ide/jetbrains/idea/docs/whatsnew.txt +++ b/pl/cross/tools/ide/jetbrains/idea/docs/whatsnew.txt @@ -1,5 +1,13 @@ https://www.jetbrains.com/idea/whatsnew/ +2025.1 +https://blog.jetbrains.com/idea/2025/01/intellij-idea-2025-1-eap-3/ + https://habr.com/ru/companies/spring_aio/articles/878530/ + https://youtrack.jetbrains.com/articles/IDEA-A-2100662357/IntelliJ-IDEA-2025.1-EAP-3-251.18673.35-build-Release-Notes + ! java -> kt autoconvert + ! jdbc repos autocomplete for non-existed methods +https://blog.jetbrains.com/idea/2025/01/intellij-idea-2025-1-eap-2/ + ! containerfile support (podman, buildah) 2023.5 https://blog.jetbrains.com/idea/2024/03/intellij-idea-2023-3-5/ 2023.3 diff --git a/pl/fp/ya.txt b/pl/fp/ya.txt new file mode 100644 index 000000000..551e8f898 --- /dev/null +++ b/pl/fp/ya.txt @@ -0,0 +1,23 @@ +https://muratkasimov.art/Ya + +https://github.com/iokasimov/ya +https://github.com/iokasimov/ya-expo +https://github.com/iokasimov/ya-console +https://github.com/iokasimov/ya-ascii +https://github.com/iokasimov/ya-fonts + +https://muratkasimov.art/Ya/Why + +https://muratkasimov.art/Ya/Effects + +https://muratkasimov.art/Ya/Glossary +https://muratkasimov.art/Ya/Glossary/Limit + +https://muratkasimov.art/Ya/Operators + +https://muratkasimov.art/Ya/Tutorials + +2025 +https://habr.com/ru/articles/878576/ +Kasimov - Ya of p1 + https://www.youtube.com/playlist?list=PLzkSCNTBZnGj4KVpDHquWtf19e1ElvlbV diff --git a/pl/java/jvm/internals/memory.txt b/pl/java/jvm/internals/memory.txt index 9bfc1210f..41e99e152 100644 --- a/pl/java/jvm/internals/memory.txt +++ b/pl/java/jvm/internals/memory.txt @@ -1,3 +1,6 @@ +2024 +https://blog.vanillajava.blog/2024/12/demystifying-java-object-sizes-compact.html + https://habr.com/ru/companies/spring_aio/articles/876352/ 2023 Troubleshooting Native Memory Issues in Java Applications 0:00 of 34:28 https://www.youtube.com/watch?v=NI16bqeGv7U diff --git a/pl/java/libfws/spring/ai/docs/articles.txt b/pl/java/libfws/spring/ai/docs/articles.txt index c218997d8..00fa65502 100644 --- a/pl/java/libfws/spring/ai/docs/articles.txt +++ b/pl/java/libfws/spring/ai/docs/articles.txt @@ -1,5 +1,8 @@ baeldunn https://www.baeldung.com/spring-ai-assistant https://habr.com/ru/companies/spring_aio/articles/869080/ +2025 +https://spring.io/blog/2025/01/21/spring-ai-agentic-patterns + https://habr.com/ru/companies/spring_aio/articles/877196/ 2024 https://spring.io/blog/2024/03/06/function-calling-in-java-and-spring-ai-using-the-latest-mistral-ai-api diff --git a/pl/java/libfws/spring/data/jpa/features/nplusone/fetchsize.txt b/pl/java/libfws/spring/data/jpa/features/nplusone/fetchsize.txt new file mode 100644 index 000000000..02e719ce3 --- /dev/null +++ b/pl/java/libfws/spring/data/jpa/features/nplusone/fetchsize.txt @@ -0,0 +1,5 @@ +2025 +https://in.relation.to/2025/01/24/jdbc-fetch-size/ + https://habr.com/ru/companies/spring_aio/articles/878194/ +2019 +https://franckpachot.medium.com/oracle-postgres-jdbc-fetch-size-3012d494712 diff --git a/pl/java/tools/quality/testing/articles.txt b/pl/java/tools/quality/testing/articles.txt index 1c32c6973..0b2b86f3b 100644 --- a/pl/java/tools/quality/testing/articles.txt +++ b/pl/java/tools/quality/testing/articles.txt @@ -1,2 +1,4 @@ +2024 +https://blog.jetbrains.com/idea/2024/12/testing-spring-boot-applications-using-testcontainers/ 2020 https://habr.com/ru/company/rosbank/blog/517640/ diff --git a/pl/kt/features/coro/docs/guides.txt b/pl/kt/features/coro/docs/guides.txt index 2b535984f..732ad7cb1 100644 --- a/pl/kt/features/coro/docs/guides.txt +++ b/pl/kt/features/coro/docs/guides.txt @@ -1,3 +1,6 @@ +https://kotlinlang.org/docs/coroutines-guide.html +https://kotlinlang.org/docs/coroutines-basics.html + https://kotlinlang.org/docs/reference/coroutines/coroutines-guide.html https://kotlinlang.org/docs/reference/coroutines/basics.html https://kotlinlang.org/docs/tutorials/coroutines/coroutines-basic-jvm.html diff --git a/pl/kt/libfws/microservice/hexagon.txt b/pl/kt/libfws/microservice/hexagon.txt new file mode 100644 index 000000000..aea0c2851 --- /dev/null +++ b/pl/kt/libfws/microservice/hexagon.txt @@ -0,0 +1,6 @@ +https://hexagontk.com +https://hexagontk.com/stable/ + +https://github.com/hexagontk/hexagon + +https://hexagontk.com/stable/api/index.html diff --git a/pl/kt/libfws/ui/web/ktor/docs/articles.txt b/pl/kt/libfws/ui/web/ktor/docs/articles.txt index 90380a1e9..2a2d2ddc8 100644 --- a/pl/kt/libfws/ui/web/ktor/docs/articles.txt +++ b/pl/kt/libfws/ui/web/ktor/docs/articles.txt @@ -1,3 +1,5 @@ +2024 +https://blog.jetbrains.com/idea/2024/09/ktor-101-efficient-jvm-http-toolkit/ 2020 https://kotlintesting.com/intro-to-testing-ktor-controllers/ https://www.infoq.com/articles/microservices-kotlin-ktor/ @@ -7,4 +9,3 @@ https://piotrminkowski.wordpress.com/2018/10/09/kotlin-microservices-with-ktor/ 2017 https://www.bignerdranch.com/blog/want-kotlin-on-the-server-do-ktor/ https://blog.simon-wirtz.de/web-app-kotlin-ktor/ - diff --git a/pl/kt/libfws/ui/web/ktor/docs/presentations.txt b/pl/kt/libfws/ui/web/ktor/docs/presentations.txt index 9fbb0c969..91e0134e3 100644 --- a/pl/kt/libfws/ui/web/ktor/docs/presentations.txt +++ b/pl/kt/libfws/ui/web/ktor/docs/presentations.txt @@ -1,3 +1,8 @@ +2024 +KotlinByJetbrains - Arhipov - Extending Ktor: Unleash the Full Potential of Kotlin’s Web Framework 0:00 of 1:25:37 + https://www.youtube.com/live/HAARGzM0ICs +KotlinByJetbrains - Gilmour - Managing Complexity With Ktor 0:00 of 43:02 + https://www.youtube.com/watch?v=RiNRQNLcpj8 2023 https://speakerdeck.com/antonarhipov/ktor-workshop 2020 diff --git a/pl/kt/libfws/ui/web/ktor/docs/whatsnew.txt b/pl/kt/libfws/ui/web/ktor/docs/whatsnew.txt index 2233eb9d7..115aa46e7 100644 --- a/pl/kt/libfws/ui/web/ktor/docs/whatsnew.txt +++ b/pl/kt/libfws/ui/web/ktor/docs/whatsnew.txt @@ -1,3 +1,6 @@ +2024 +https://blog.jetbrains.com/kotlin/2024/03/the-ktor-roadmap-for-2024/ +https://blog.jetbrains.com/kotlin/2024/10/ktor-3-0/ 2022 https://blog.jetbrains.com/ktor/2022/04/11/ktor-2-0-released/ 2018 diff --git a/pl/kt/libfws/ui/web/ktor/ktor.txt b/pl/kt/libfws/ui/web/ktor/ktor.txt index 4406db009..4d3727730 100644 --- a/pl/kt/libfws/ui/web/ktor/ktor.txt +++ b/pl/kt/libfws/ui/web/ktor/ktor.txt @@ -3,6 +3,10 @@ https://start.ktor.io/# https://github.com/Kotlin/ktor +https://start.ktor.io/settings + +https://ktor.io/docs/welcome.html + https://ktor.io/quickstart/index.html https://ktor.io/servers/index.html https://ktor.io/clients/index.html diff --git a/pl/kt/libfws/ui/web/ktor/plugins.txt b/pl/kt/libfws/ui/web/ktor/plugins.txt new file mode 100644 index 000000000..ee455b3f0 --- /dev/null +++ b/pl/kt/libfws/ui/web/ktor/plugins.txt @@ -0,0 +1,4 @@ +https://github.com/ktorio/ktor-plugin-registry + +2024 +https://blog.jetbrains.com/kotlin/2024/04/the-ktor-plugin-registry/ diff --git a/pl/kt/libfws/ui/web/ktor/samples.txt b/pl/kt/libfws/ui/web/ktor/samples.txt index 97a7dba37..165af31d2 100644 --- a/pl/kt/libfws/ui/web/ktor/samples.txt +++ b/pl/kt/libfws/ui/web/ktor/samples.txt @@ -1 +1,2 @@ +https://github.com/ktorio/ktor-samples https://github.com/raharrison/kotlin-ktor-exposed-starter diff --git a/pl/web/css/docs/resources.txt b/pl/web/css/docs/resources.txt index 70b4beed5..a9b10a38c 100644 --- a/pl/web/css/docs/resources.txt +++ b/pl/web/css/docs/resources.txt @@ -1,3 +1,5 @@ +https://doka.guide/css/ + http://css-live.ru/ https://developer.chrome.com/blog/css-wrapped-2023?hl=en diff --git a/pl/web/html/docs/resources.txt b/pl/web/html/docs/resources.txt new file mode 100644 index 000000000..823f38103 --- /dev/null +++ b/pl/web/html/docs/resources.txt @@ -0,0 +1 @@ +https://doka.guide/html/ diff --git a/pl/web/js/tools/quality/test/jest/docs/articles.txt b/pl/web/js/tools/quality/test/jest/docs/articles.txt index cc5ff9583..aaef633c7 100644 --- a/pl/web/js/tools/quality/test/jest/docs/articles.txt +++ b/pl/web/js/tools/quality/test/jest/docs/articles.txt @@ -1,3 +1,6 @@ +https://doka.guide/tools/testing-with-jest/ + https://doka.guide/tools/testing-and-fake-objects/ + 2020 https://habr.com/ru/post/502302/ 2019