Ihar Hancharenka 11888b24a4 m
2025-03-06 18:03:47 +03:00

23 строки
879 B
Plaintext

lists
Balun - System Design of p4
https://www.youtube.com/playlist?list=PL_5NbJ27RRd1geLpuexvaSkAEPpprhE8i
2024
JPoint - Volyhin - System Design Interview ru 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
! 41:00 - bucket4j - token bucket algo
! 43:00 - geohash, quadtree
2023
JPoint - Maslov - System Design of 46:38
https://www.youtube.com/watch?v=popkBBjbAv8
! Course - Grokking the System Design
! Piggy-book is mostly for storages
! interviewing.io