From 91a3aecc9ed02d94bddb05c262838210500b81e4 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Thu, 18 Jul 2024 18:11:59 +0300 Subject: [PATCH] m --- nontech/intelligence/people/artamonov.txt | 2 ++ .../architecture/system-design/presentations.txt | 7 ++++++- pl/java/docs/people/sazonov.txt | 13 +++++++++++++ pl/java/features/io/network/docs/presentations.txt | 2 +- .../testing/testcontainers/docs/presentations.txt | 2 ++ 5 files changed, 24 insertions(+), 2 deletions(-) diff --git a/nontech/intelligence/people/artamonov.txt b/nontech/intelligence/people/artamonov.txt index 84b0106ab..1545e0409 100644 --- a/nontech/intelligence/people/artamonov.txt +++ b/nontech/intelligence/people/artamonov.txt @@ -52,6 +52,8 @@ Geopolitics https://boosty.to/den_club/posts/f198877e-c804-4ca3-8948-808f6aec3a46 2024 +RayTV - Valdman - Artamonov 07.14 1:00 of 57:23 + https://www.youtube.com/watch?v=TyAc8ht2Ff0 RUPoliticalCultureInstitute - 07.12 - Artamonov - Macaron of 1:47:42 https://www.youtube.com/watch?v=Yjvo2PGe1A0 https://www.youtube.com/watch?v=-Ld-VRfDDWk diff --git a/pl/cross/methodologies/architecture/system-design/presentations.txt b/pl/cross/methodologies/architecture/system-design/presentations.txt index f0a5c5fa0..a81f844db 100644 --- a/pl/cross/methodologies/architecture/system-design/presentations.txt +++ b/pl/cross/methodologies/architecture/system-design/presentations.txt @@ -1,8 +1,13 @@ 2024 -JPoint - Volyhin - System Design Interview ru 20:00 of 49:46 +JPoint - Volyhin - System Design Interview ru 31:00 of 49:46 https://www.youtube.com/watch?v=RAMWRgt-3G0 ! functional req - answer q "what" ! non-functional req - answer q "how much" + ! consistent hashing - auto reballancing partitions ... voldemort + ! also interesting to read about cassandra, dynamo + ! snowflake-param, ? id-generator + ! uuid approach bad: it is not long, big, random, not ordered + ! snowflake: 64b, 41b timestamp, 10b workder_id, 12b counter 2023 JPoint - Maslov - System Design of 46:38 https://www.youtube.com/watch?v=popkBBjbAv8 diff --git a/pl/java/docs/people/sazonov.txt b/pl/java/docs/people/sazonov.txt index cd90bf46e..560efef00 100644 --- a/pl/java/docs/people/sazonov.txt +++ b/pl/java/docs/people/sazonov.txt @@ -1,3 +1,16 @@ +2024 +JPoint - Ilya and Fedor Sazonov - DB Tamer 11:00 of 48:02 + https://www.youtube.com/watch?v=mIxr65ZGGFw + ! 5:20 it is recommended to set hbm logs (vs show_sql=true) + ! logging.level.org.hibernate.SQL=DEBUG + ! 8:00 + ! spring.jpa.properties.hibernate.query.fail_on_pagination_over_collection_fetch=true + ! 8:40 + ! @BatchSize(N) for pagination -> where id in (?, ?, ...?) + ! spring.jpa.properties.hibernate.default_batch_fetch_size=N + ! spring.jpa.properties.hibernate.batch_fetch_style=dynamic + ! !!! not a spring.jpa.properties.hibernate.jdbc.batch_syze=1000 + ! 2022 JPoint - Sazonov Ilya and Fedor Interview of 50:31 https://www.youtube.com/watch?v=vP4uagDBvzg diff --git a/pl/java/features/io/network/docs/presentations.txt b/pl/java/features/io/network/docs/presentations.txt index ed79f42b6..bcd774726 100644 --- a/pl/java/features/io/network/docs/presentations.txt +++ b/pl/java/features/io/network/docs/presentations.txt @@ -1,5 +1,5 @@ 2016 -NaumenTalks - Rogozin - What Every Java Developer Need to Know About Networks 36:00 of 59:39 +NaumenTalks - Rogozin - What Every Java Developer Need to Know About Networks 48:00 of 59:39 https://www.youtube.com/watch?v=yYxypJRjgJM ! 8:00 - After socket.close() it still lives at OS-level, sending buffered data ! FIN - graceful shutdown of connection diff --git a/pl/java/tools/quality/testing/testcontainers/docs/presentations.txt b/pl/java/tools/quality/testing/testcontainers/docs/presentations.txt index b906d9970..863394186 100644 --- a/pl/java/tools/quality/testing/testcontainers/docs/presentations.txt +++ b/pl/java/tools/quality/testing/testcontainers/docs/presentations.txt @@ -1,6 +1,8 @@ 2024 Javapro - Making Your Testcontainers Experience Smoother | Piotr Przybyl (EN) 0:00 of 47:52 https://www.youtube.com/watch?v=wE3PzOHBFxU +DreamsOfCode - Testcontainers have forever changed the way I write tests 2:00 of 12:10 + https://www.youtube.com/watch?v=sNg0bnMF_qY 2023 Lviv JavaClub - Ihor Banadiga - [Event 256] Testcontainers 0:00 of 50:32 https://www.youtube.com/watch?v=lsHXwbNJC44