#distributedsystems search results
"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
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

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


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
Twitter generates millions of unique IDs every day. This is how. #SystemDesign #DistributedSystems #Twitter
Bloomberg depends on #Java to support our #distributedsystems and financial applications. To ensure quality, reliability, and a strong #opensource-first foundation, we adopted #EclipseTemurin. Learn more about how it helps power our infrastructure: bloom.bg/46D9IzG

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

Built a minimalist Actor System in Rust using Tokio, inspired by the Akka days but fully async and JVM-free. Actors register, send messages, and communicate over TCP with pure Rust performance. #rustlang #actorModel #distributedSystems #Akka #AsyncRust github.com/politrons/Func…
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




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

Lars Kölpin-Freese explains how idempotency helps achieve reliable “exactly-once” semantics in microservices and message-driven architectures. 🔗 entwickler.de/serverless/exa… #Serverless #DistributedSystems #CloudComputing #Microservices

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…
Hoy comparto una idea que salió de muchas conversaciones con una IA: si queremos sistemas que persistan, hay que diseñarlos desde la entropía hacia arriba. Blog: juvenalbrenes.com/blog/entropic-… Repo: github.com/jbrenes76/epf-… #ArtificialLife #DistributedSystems #VidaArtificial…

Some people refer to Jonas as a '𝗹𝗲𝗴𝗲𝗻𝗱'... In this @rockthejvm episode, @jboner discusses the future of open-source sustainability and how the actor model powers #agenticAI systems. bit.ly/44s2lv2 #AI #DistributedSystems #Developer
🎉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!




This is a great thread talking about DST and testing layers. 👏 At Layer 4, there is Antithesis and ??? Which tool do you think find more the truly nasty, system-breaking bugs? #DistributedSystems #SoftwareTesting

Deterministic Simulation Testing (DST) is a powerful verification technique and now with 10 months into doing it, I think I have better answers to how it fits the overall verification process. 1/
“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

You don’t realize your design's fragility until servers disagree. Learn the fundamentals of distributed systems to shut down the chaos factory. #DistributedSystems #Software #Programming #Coding #SoftwareEngineering jeffbailey.us/blog/2025/10/1…
jeffbailey.us
Fundamentals of Distributed Systems
Master the core concepts of distributed systems that power modern applications. Learn about consistency, fault tolerance, scalability patterns, and architectural principles that separate toy projects...
Distributed NAS architecture enables seamless horizontal scaling, allowing you to expand capacity and performance by simply adding nodes to the cluster. It ensures high availability and data integrity. #NAS #DistributedSystems #ScaleOutStorage nasstorage.webador.co.uk/blog/2760618_d…
When designing distributed systems, consider using a leader-follower architecture for fault-tolerant consensus protocols like Raft or Paxos. This ensures only one leader node makes decisions, reducing contention and improving scalability. #SystemDesign #DistributedSystems
Are you struggling to scale #distributedsystems? You know the pain: integrating multiple services, hitting the limits of HTTP & RPC solutions, keeping communication reliable across complex architectures. The result? Fragile systems youtube.com/live/0NYwN_p2p… #Microservices
youtube.com
YouTube
Distributed Systems & Messaging Patterns with Ian Cooper
🚀 LaunchDarkly hires Staff Engineer – Distributed Systems (Remote) to build its global edge network delivering sub‑10 ms feature‑flag updates. Tech: Go, Rust, AWS/GCP, Redis, Kafka, Varnish, CDN. Salary $209k‑$287k. #DistributedSystems #GoLang aihackerjobs.com/company/launch…
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
Lars Kölpin-Freese explains how idempotency helps achieve reliable “exactly-once” semantics in microservices and message-driven architectures. 🔗 entwickler.de/serverless/exa… #Serverless #DistributedSystems #CloudComputing #Microservices

In my experience, building robust distributed systems hinges on observability. Without proper logging, metrics, and tracing, you're flying blind. It's not just about what breaks, but why. What are your must-have tools for monitoring distributed systems? #DistributedSystems

📊 Error budgets help balance innovation & stability 🧠 “How many microservices?” → Only as many as you can handle 🔍 Observability is non-negotiable 👉 “Better to ignore a few requests than break everything.” 💯 #DistributedSystems #SystemDesign #CloudNative
p99 hit ~1s under burst. We needed sub-10ms end-to-end, not “eventual ingest.” Complexity was taxing on-call more than traffic. #DistributedSystems #EventStreaming #RustLang
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…
Distributed Systems For Fun and Profit: freecomputerbooks.com/Distributed-Sy… Look for "Read and Download Links" section to download. Follow me if you like this post. #DistributedSystems #DistributedComputing #CloudComputing

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

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

🚀 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


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

Finally started this computer science book. 2024 is a year of mass consumption for me! #SoftwareEngineering #distributedsystems

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

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:

Bloomberg depends on #Java to support our #distributedsystems and financial applications. To ensure quality, reliability, and a strong #opensource-first foundation, we adopted #EclipseTemurin. Learn more about how it helps power our infrastructure: bloom.bg/46D9IzG

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

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

"🌟 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

How to Generate Unique IDs in Distributed Systems: 6 Key Strategies | by Phuong Le (@func25) bit.ly/45Fk3ZA #distributedsystems

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

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




Our latest release! Order now shroffpublishers.com/books/97893554… Designing Distributed Systems, Second Edition by Brendan Burns @OReillyMedia Includes new chapters on AI inference, AI training, & robust systems for the real world. #distributedsystems #kubernetes

Indian Edition Releasing Soon! Pre-order now shroffpublishers.com/books/97893554… Understanding Distributed Systems, Second Edition by Roberto Vitillo @RaVitillo This book will guide you through the fundamentals of large-scale distributed systems. #distributedsystems #systemdesign

New Arrival! Order now shroffpublishers.com/books/97893554… Principles and Patterns for Distributed Application Architecture Designing Apps that Thrive in Hybrid Cloud, Multi-Cloud, and Edge Environments By Jonas Bonér @jboner with @OReillyMedia #distributedsystems #cloudcomputing

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

🎉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!




Something went wrong.
Something went wrong.
United States Trends
- 1. #VSFashionShow 138K posts
- 2. #KaneAI N/A
- 3. madison 35K posts
- 4. quen 11.4K posts
- 5. jihyo 75.7K posts
- 6. #VictoriasSecretFashionShow 1,199 posts
- 7. Nancy 107K posts
- 8. #ARWINGS 3,386 posts
- 9. Angel Reese 12.2K posts
- 10. Argentina 457K posts
- 11. Supreme Court 140K posts
- 12. Anok 4,330 posts
- 13. Birdman 2,181 posts
- 14. TWICE LIGHTS UP VSFS 67.6K posts
- 15. tzuyu 67.6K posts
- 16. Waddle 5,915 posts
- 17. Jasmine Tookes 3,073 posts
- 18. UTEP 2,474 posts
- 19. #TORQSports N/A
- 20. SCOTUS 43.7K posts