#distributedsystems resultados da pesquisa
"Partition gives you scalability and scalability should give you performance". 🎥 Excerpt from the last episode of Sysdsgn Conversations 🔗 Full episode: youtu.be/6zNLCcUVz2w || open.spotify.com/episode/3IAxF1… #DistributedSystems #SysDsgnConversations #SystemDesign
What are the 3 golden rules of #DistributedSystems? @samnewman breaks down the essentials every developer should know: 1️⃣ Timeouts ⏱️ 2️⃣ Retries 🔄 3️⃣ Idempotency ✅ 🎥 Watch the #InfoQ video to dive deeper into each rule: bit.ly/4lGml2m #Microservices #Resilience
Day 5 Progress on SellEazy: Building a distributed multi-vendor system has been wild! Zookeeper health checks flopped, blocking Kafka’s leader election. Kafka wouldn’t start, leaving me in chaos. Still fighting! 🥵 #DistributedSystems #Kafka #buildinpublic
5 Advanced #Kubernetes Operators Every #DevOps Engineer Should Know About Managing complex, #distributedsystems with #K8s can be challenging. That’s where K8s Operators come in, automating & streamlining cluster management. itnext.io/5-advanced-kub…
Design Patterns for Distributed Systems, by Google. 1. Lifecycle APIs 2. Publish logs and metrics 3. Sidecar 4. Leader Election 5. Event Queue 6. Scatter Gather #SystemDesign #DesignPatterns #DistributedSystems
Giving a talk at @XpandConf in Amman - my hometown 🇯🇴 next month. Peeling back the layers of distributed databases and the invisible choreography behind the API. I hope to see you there. #Xpand2025 #XpandConf #DistributedSystems
🚀 New patent grant alert: #US18759330B1 by #AmazonTechnologies! Explore scalable graph-based vector storage & search in distributed systems. 📊 Efficiently index & store vectors using proximity-based graph data structures. #DistributedSystems #DataStorage #AI $AMZN
Twitter generates millions of unique IDs every day. This is how. #SystemDesign #DistributedSystems #Twitter
Debugging distributed system failures is tricky. Deterministic simulation + Jepsen makes it tractable. With TickLoom, build your own algorithms, inject partitions/loss/crashes, and prove properties from histories. github.com/unmeshjoshi/ti… #DistributedSystems #Jepsen #Java
See inside etcd's bootstrap brain to learn what governs startup decisions—ideal for engineers who need clarity on config checks, disk classification, and readiness signaling. Read More: zalt.me/blog/2025/09/i… #DistributedSystems #ControlPlanes #DevOps
Push to Prod or Die Trying: High-Scale Systems, Production Incidents, and Big Tech Chaos by Matthew Hawthorne @mhawthorne is the featured book on the Leanpub homepage! #DistributedSystems #AmazonWebServices #Aws #Testing #PersonalTransformation #books Build high-volume systems.…
Space-based architecture isn’t magic — it’s a mesh of minds. Nodes act solo, but real success comes from harmony, not heroics. What makes your team or system actually hum? Read more: iam.slys.dev/p/space-based-… #SpaceArchitecture #DistributedSystems #Teamwork
⛑️ There are multiple events related to a particular item. Each event caries a status among other meta data. These update events can happen every few seconds to every few hours ⬇️ #SoftwareArchitecture #SystemDesign #DistributedSystems
Distributed Systems explained through Ethereum: - Safety vs Liveness - Byzantine Faults - Block Reorgs & Reorg Attacks - Concurrency vs Parallelism - CAP Theorem Learn how Ethereum handles all this👇 hackmd.io/@jasuquo/rkA-b… #Ethereum #DistributedSystems #Web3 #Blockchain
coderlegion.com/6394/oracle-mi… #PostgreSQL #DatabaseMigration #DistributedSystems #CockroachDB #OracleMigration #DevOps #CloudNative
coderlegion.com
Oracle migrations reveal hidden technical debt. Here's what developers need to know before moving.
# The Real Cost of Oracle Technical Debt: What Developers Learn During Migration Oracle databases have been around for 40 years. That's a lot of time to accumulate technical debt. [Spencer Kimball]...
Another fantastic reading group session on the @thedicedb #DiscordCommunity 🥳 Thanks, @arpit_bhayani & team, for hosting me to run the reading group sessions. Session recording🔗: youtu.be/qc7iFn6Te2I?si… Whiteboard🔗: github.com/rishitc/dicedb… #SystemDesign #DistributedSystems
youtube.com
YouTube
"Sieve is Simpler than LRU: an Efficient Turn-Key Eviction Algorithm...
This week, I explored the details of the research paper "SIEVE is Simpler than LRU: an Efficient Turn-Key Eviction Algorithm for Web Caches." I can't wait to present what I learned in tomorrow's @thedicedb reading group meeting 🙌 #SystemDesign #readingcommunity Details in 🧵
Never scaled past ~10k RPS. Starting a **30-day public scaling challenge**: Build a toy URL shortener → scale it → break it → fix it live. Day 0: Stack vote 👇 #Backend #DistributedSystems
1 voto · 9 horas restantes
⚡ Performance meets reliability. #DolphinDB executes non-conflicting replication tasks in parallel, maximizing throughput while maintaining data integrity across clusters. Speed and safety, no compromise. #DistributedSystems #DataEngineering
Maksim Belonogov — Technological Background. Maksim Belonogov is recognized as one of the key engineers behind the development of large-scale distributed mobility systems. techbullion.com/maksim-belonog… #MaksimBelonogov #MobilityEngineering #DistributedSystems #TechInnovation…
Push to Prod or Die Trying by Matthew Hawthorne is on sale on Leanpub! Its suggested price is $20.00; get it for $15.00 with this coupon: leanpub.com/sh/KmkR3JfR @mhawthorne #DistributedSystems #AmazonWebServices #Aws #Testing #PersonalTransformation
Today I was diving into the system design of Basic Pastebin, and it was super interesting to see how it differs from something like TinyURL , even though both look similar on the surface. continue... #SystemDesign #BackendEngineering #DistributedSystems #LearningInPublic
🎨 Design wisdom: K8s uses eventual consistency over strong consistency. It chooses availability over perfection - the CAP theorem in action! #Kubernetes #DistributedSystems #Architecture #CAP
CNN quoted me in their article on the recent AWS Outage of Oct 19-20. I used a classroom analogy to explain the race condition in my #DistributedSystems #CS425 class, and CNN picked it up. @siebelschool @uofigrainger @UofIllinois cnn.com/2025/10/25/tec…
When Otto shifted from retailer → marketplace, their monolith couldn’t keep up. Event-driven + event-sourced memory changed everything. Now every update has context and every decision has traceability. axoniq.io/use-cases/rein… #eventsourcing #distributedSystems #agenticai
Outbox Pattern: Guarantee DB-to-Broker Atomicity Read more: gazar.dev/system-design/… 💡 Anyone wrestling with an outbox today? #DistributedSystems #SoftwareArchitecture #Engineering
In #DolphinDB, every table chunk has multiple replicas. If one fails, the controller automatically restores it from a healthy node — no manual repair needed. True self-healing clusters. #DistributedSystems #HighAvailability
#systemdesign #distributedsystems #debugging #systemdesigninterview #faanginterview #softwareengineering #microservices #scalability #reliability #resilience #systemarchitecture #techinterview #coding #programminginterview #observability #troubleshooting #googleinterview…
With multi-replica architecture, transaction management, and MVCC, DolphinDB ensures every recovery maintains strong data integrity — even across distributed clusters. #DolphinDB #DataIntegrity #DistributedSystems
The Architecture of Failure: 7 Outages Worth Studying - medium.com/thesystemdesig… #systemdesign #distributedcloudcomputing #distributedsystems #Scalability #Google #instagram #CloudComputing #AWS
Push to Prod or Die Trying: High-Scale Systems, Production Incidents, and Big Tech Chaos by Matthew Hawthorne @mhawthorne is the featured book on the Leanpub homepage! #DistributedSystems #AmazonWebServices #Aws #Testing #PersonalTransformation #books Build high-volume systems.…
DolphinDB’s High Availability cluster adopts a leader–follower architecture with automatic replica sync — ensuring strong consistency and high performance, even under pressure. #DolphinDB #DistributedSystems #DataConsistency
Why could @hedera go to Mars? 🪐 $HBAR #Web3 #DistributedSystems Hedera’s Asynchronous Byzantine Fault Tolerant (ABFT) consensus offers several key benefits that make it particularly suitable for high-performance, secure, and scalable distributed systems:
Day 5 Progress on SellEazy: Building a distributed multi-vendor system has been wild! Zookeeper health checks flopped, blocking Kafka’s leader election. Kafka wouldn’t start, leaving me in chaos. Still fighting! 🥵 #DistributedSystems #Kafka #buildinpublic
Giving a talk at @XpandConf in Amman - my hometown 🇯🇴 next month. Peeling back the layers of distributed databases and the invisible choreography behind the API. I hope to see you there. #Xpand2025 #XpandConf #DistributedSystems
🚀 New patent grant alert: #US18759330B1 by #AmazonTechnologies! Explore scalable graph-based vector storage & search in distributed systems. 📊 Efficiently index & store vectors using proximity-based graph data structures. #DistributedSystems #DataStorage #AI $AMZN
What are the 3 golden rules of #DistributedSystems? @samnewman breaks down the essentials every developer should know: 1️⃣ Timeouts ⏱️ 2️⃣ Retries 🔄 3️⃣ Idempotency ✅ 🎥 Watch the #InfoQ video to dive deeper into each rule: bit.ly/4lGml2m #Microservices #Resilience
Maybe one day I'll write a book but before then, you can enjoy from notes. Sharding, Clustering, Indexing, Partitioning and Segmentation are very common strategies for scaling database workloads. #distributedsystems
How to Generate Unique IDs in Distributed Systems: 6 Key Strategies | by Phuong Le (@func25) bit.ly/45Fk3ZA #distributedsystems
Access breakthrough #research, engage in dynamic discussions, and embrace the future of #DistributedSystems! Occurring July 18th, #IEEE #ICDCS2023 aims to bring researchers and developers together to exchange ideas and learn. Register today @ bit.ly/3pM0AXO
"🌟 Unveiling the efficiency of Data Availability Sampling in #DistributedSystems & #MachineLearning! This technique is a cornerstone in modern #Blockchain technology, enhancing scalability and data integrity. 🔗 By sampling only portions of data, it allows for quick…
Time defined: When all reads return the same result, it's the past. When reads are unpredictable, it's the future. #SystemDesign #DistributedSystems
Finally started this computer science book. 2024 is a year of mass consumption for me! #SoftwareEngineering #distributedsystems
New release!! Understanding Distributed Systems, 2/e by Roberto Vitillo (Author) @shroffpub (Publisher) Buy from computer bookshop using link: tinyurl.com/3xac6ebf #distributedsystems #systemdesign #shroffpublishers
182 - mailchi.mp/deararchitects… 1. Culture & methods trends report by @InfoQ 2. #serverless illusion by @ghohpe 3. #distributedsystems resources 4. @McDonalds #migration 5. #GenAI and #developers Subscribe to our new #microfrontends publication! buildingmicrofrontends.com
“It worked in our monolith… so why is it breaking in #microservices?” 🤔 Ensuring consistency in #distributedsystems is no small task. From 2PC problems to the SAGA Pattern, here’s how to keep ops atomic. 🔗 hubs.ly/Q03Gl3fQ0 #Kubernetes
🎉That’s a wrap on #ICDCS2025! What an amazing team behind one of the leading conferences in #DistributedSystems. ✅250+ papers, 5 keynotes, 12+ workshops/tutorials 🌍 40+ countries,🏆Awards & social events! Huge thanks to all authors & attendees who made it a success!
See inside etcd's bootstrap brain to learn what governs startup decisions—ideal for engineers who need clarity on config checks, disk classification, and readiness signaling. Read More: zalt.me/blog/2025/09/i… #DistributedSystems #ControlPlanes #DevOps
Thrilled to share some exciting news! 🎉 I've successfully completed the "Black Belt in Distributed Monolith Serverless Agent" Certification! 🥋 Feeling incredibly proud of this achievement and ready to apply this advanced knowledge. #Serverless #DistributedSystems #Certification…
brb, I'll create The Institute for Type Safe Memetic Research in linkedin so we can all add it to our cvs
4/10 Truths in #DistributedSystems Design applied to #ReactiveDDD: "Loose coupling is better than lousy coupling." Coupling is unavoidable. To handle failures effectively, design for idempotency, accept eventual consistency as a trade-off for scalability and resilience, and…
Debugging distributed system failures is tricky. Deterministic simulation + Jepsen makes it tractable. With TickLoom, build your own algorithms, inject partitions/loss/crashes, and prove properties from histories. github.com/unmeshjoshi/ti… #DistributedSystems #Jepsen #Java
Something went wrong.
Something went wrong.
United States Trends
- 1. #AEWDynamite 17.1K posts
- 2. JUNGWOO 43.1K posts
- 3. Trey Yesavage 7,020 posts
- 4. doyoung 41.7K posts
- 5. #Survivor49 2,932 posts
- 6. Donovan Mitchell 4,912 posts
- 7. Snell 10.9K posts
- 8. Cavs 8,509 posts
- 9. Kacie 1,079 posts
- 10. Anthony Davis 2,619 posts
- 11. #SistasOnBET 1,816 posts
- 12. #LoveIsBlindReunion N/A
- 13. Mobley 1,988 posts
- 14. Josh Minott 1,172 posts
- 15. #AbbottElementary 1,465 posts
- 16. Trae Young 2,516 posts
- 17. Aminata 1,464 posts
- 18. Game 5 57.5K posts
- 19. Jaylen Brown 7,199 posts
- 20. Trey Murphy N/A