Этот коммит содержится в:
Ihar Hancharenka 2023-08-19 22:49:45 +03:00
родитель e70a580490
Коммит e878181d7b
19 изменённых файлов: 83 добавлений и 3 удалений

Просмотреть файл

@ -4,6 +4,7 @@ Giamas - Masterng MongoDB 6x 3rd ed
605A4BFFB4A7B47AA5851FAE3EAFCAA9
2020
Chellapan - MongoDB Recipes
027D3C6E52319050F934BB46E9B39BFF
BradshawBrazilChodorow - MongoDB The Definitive Guide 3rd ed
5ADD53AF072B1CD8215037A30DA454BD
BradshawBrazilChodorow - MongoDB The Definitive Guide 3rd ed ru

1
db/sql/postgres/docs/people/rogov.txt Обычный файл
Просмотреть файл

@ -0,0 +1 @@
https://habr.com/ru/users/erogov/publications/articles/

Просмотреть файл

@ -22,11 +22,10 @@ https://habrahabr.ru/company/postgrespro/blog/330544/
https://habrahabr.ru/company/postgrespro/blog/328280/
2
https://habrahabr.ru/company/postgrespro/blog/326106/
2017
1
https://habrahabr.ru/company/postgrespro/blog/326096/
https://habrahabr.ru/company/postgrespro/blog/326096/
http://www.sai.msu.su/~megera/wiki/Gevel
EgorRogov
@ -40,3 +39,4 @@ https://habr.com/en/company/postgrespro/blog/442546/
https://habr.com/ru/company/postgrespro/blog/326106/
https://habr.com/en/company/postgrespro/blog/441962/
https://habr.com/ru/company/postgrespro/blog/326096/
https://habr.com/ru/companies/postgrespro/articles/326096/

Просмотреть файл

@ -7,6 +7,10 @@ https://raw.githubusercontent.com/bobbyiliev/introduction-to-docker-ebook/main/e
Gallagher - Mastering Docker
Raj - Learning Docker
2023
Kane - Docker Up and Running 3rd ed
?? rar
FCA0333BC9B76B447836E2612AC3DF53
2022
Fouda E - A Complete Guide to Docker for Operations
magnet:?xt=urn:btih:a81f71f65cb25b9cf8e2426f25764f82ac412af6

Просмотреть файл

@ -2,9 +2,22 @@ Manning MEAP
https://www.manning.com/books/kubernetes-in-action-second-edition
2023
Ibryam - Kubernetes Patterns 2nd ed
EAC4D57224AA7FD9A7CC08AFD8698B78
VyasLove - Core Kubernetes ru
92D035B21B945411F7269B57CB307711
Demiss - Kubernetes for Developers MEAP
CDE5D4DC25F78C22097F75C7852B9FFE
Luksa - Kubernetes in Action 2nd ed MEAP
9DB9C79B1334F43EBD5B15BA748015BC
! good, but too verbose
POD, ReplicaSet, Deployment, StatefulSet, DaemonSets, Service, CronJob
Sayfan - Mastering Kubernetes 4th ed
AD08AED0263E6ED1944014D26BEABEAD
tons of stuff
2022
VyasLove - Core Kubernetes
AD5D720371C1F962A2923B1BD5C71D8E
MartinHausenblas - Hacking Kubernetes ER
ff7a16824d3c6a6397af5f3d1e34e2e0
DomingusArundel - Cloud Native Devops with Kubernetes 2nd ed ER

Просмотреть файл

@ -1,3 +1,5 @@
2023
https://habr.com/ru/companies/naumen/articles/708244/
2022
https://thorben-janssen.com/migrating-to-hibernate-6/
https://habr.com/ru/post/696356/

Просмотреть файл

@ -0,0 +1,3 @@
2021
https://vladmihalcea.com/jpa-hibernate-first-level-cache/
https://habr.com/ru/companies/otus/articles/596087/

Просмотреть файл

@ -0,0 +1,5 @@
https://github.com/vladmihalcea/hypersistence-utils
2022
https://thorben-janssen.com/persist-postgresqls-jsonb-data-type-hibernate/
https://habr.com/ru/companies/otus/articles/688714/

Просмотреть файл

@ -0,0 +1,4 @@
2022
https://habr.com/ru/companies/haulmont/articles/653843/
https://vladmihalcea.com/exists-subqueries-jpa-hibernate/
https://vladmihalcea.com/sql-exists/

Просмотреть файл

@ -0,0 +1,2 @@
2022
https://habr.com/ru/companies/haulmont/articles/653843/

Просмотреть файл

@ -1,3 +1,5 @@
2023
https://habr.com/ru/companies/haulmont/articles/564682/
https://jpa-buddy.com/blog/hopefully-the-final-article-about-equals-and-hashcode-for-jpa-entities-with-db-generated-ids/
https://jpa-buddy.com/blog/lombok-and-jpa-what-may-go-wrong/
@ToString.Exclude for lazy col-s

Просмотреть файл

@ -0,0 +1,4 @@
2021
https://thorben-janssen.com/hibernate-proxies/
https://habr.com/ru/companies/otus/articles/578950/
https://thorben-janssen.com/5-ways-to-initialize-lazy-relations-and-when-to-use-them/

Просмотреть файл

@ -0,0 +1,2 @@
2018
https://habr.com/ru/articles/434836/

Просмотреть файл

@ -0,0 +1,3 @@
2021
https://habr.com/ru/companies/haulmont/articles/579386/
@SQLDelete + @Where

Просмотреть файл

@ -1,4 +1,18 @@
2023
https://habr.com/ru/companies/rosbank/articles/743536/
!!!nplusone, cartesian
WARN: HHH000104: firstResult/maxResults specified with collection fetch; applying in memory!
WARN: HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory
https://hibernate.atlassian.net/browse/HHH-15964 (closed?)
Incorrect results for pageable entity graph (multiple col-s)
https://hibernate.atlassian.net/browse/HHH-12556
https://discourse.hibernate.org/t/hibernate-batch-fetch-style-recommendations/631/29
https://hibernate.atlassian.net/browse/HHH-16043
proposed (fixed at 6.2.2)
https://hibernate.atlassian.net/browse/HHH-16427
https://hibernate.atlassian.net/browse/HHH-16466
Support using ARRAY parameter for handling keys in
Session#byMultipleIds and Session#byMultipleNaturalId
https://www.baeldung.com/hibernate-common-performance-problems-in-logs
!!!

Просмотреть файл

@ -0,0 +1,13 @@
https://github.com/p6spy/p6spy
https://p6spy.readthedocs.io/en/latest/configandusage.html
https://mvnrepository.com/artifact/p6spy/p6spy
https://mvnrepository.com/artifact/com.github.gavlyukovskiy/p6spy-spring-boot-starter
https://github.com/eugenp/tutorials/tree/master/spring-boot-modules/spring-boot-3-observation
https://stackoverflow.com/questions/6709680/how-does-p6spy-work
2023
https://www.baeldung.com/java-p6spy-intercept-sql-logging
2019
https://habr.com/ru/articles/457776/

Просмотреть файл

@ -0,0 +1 @@
https://github.com/quick-perf/quickperf

Просмотреть файл

@ -5,3 +5,7 @@ https://micrometer.io/docs/registry/prometheus
https://github.com/micrometer-metrics/micrometer
https://github.com/micrometer-metrics/micrometer-docs
!!!
https://micrometer.io/docs/observation
https://www.baeldung.com/spring-boot-3-observability

Просмотреть файл

@ -71,6 +71,8 @@ Manning-MEAP
https://www.manning.com/books/refactoring-to-rust
2023
Eshwarla - Rust Servers, Services and Apps
6435C87382642E95C203852821B8826E
Yoon - Rust Mini Reference
???
KlabnikNichols - The Rust Programming Language 2nd ed