зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 13:16:07 +02:00
m
Этот коммит содержится в:
родитель
7709059a05
Коммит
91a3aecc9e
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user