#distributedsystems risultati di ricerca
💡 Distributed systems get complex fast when related data lives on different nodes. Smart schema design + data colocation cut cross-node queries and boost performance. Learn more: hubs.la/Q03TQHkK0 #DistributedSystems #DataEngineering #ApacheIgnite
Consensus algorithms: Paxos vs Raft vs Zab. Each has trade-offs in understandability, performance, and implementation complexity. Which consensus algorithm have you found most practical for your distributed systems? #DistributedSystems #Consensus #Raft #Paxos
Built a distributed computing research prototype. Instant code deploys, simultaneous horizontal + vertical scaling, multi-arch. Zero containers, zero orchestration. Pure Python functions. github.com/askrobots/dbba… #DistributedSystems #CloudComputing #OpenSource #Python…
"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
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…
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
💡 Apache Ignite 3 is here — reimagined for speed, scalability, and developer productivity. See how this next-generation release is redefining in-memory computing: 🔗 hubs.la/Q03SY4lW0 #ApacheIgnite #InMemoryComputing #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
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…
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
coderlegion.com/6364/new-york-… @tryshadeinc @ITPressTour #DistributedSystems #FUSE #ObjectStorage #MediaTech #StartupTech #CloudStorage #S3 #AISearch #RemoteWork
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]...
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.…
🎉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!
🚀 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
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
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
💡 Distributed systems get complex fast when related data lives on different nodes. Smart schema design + data colocation cut cross-node queries and boost performance. Learn more: hubs.la/Q03TQHkK0 #DistributedSystems #DataEngineering #ApacheIgnite
@Cloudflare is down again. Perfect reminder that #distributedsystems don’t break in straight lines — they break in chain reactions. RCA is no longer optional. #Cloudfare #RCA #Cloudfaredown
Why it matters: • Zero network hops = instant performance • Active-active resilience, no heavy tooling • Smaller footprint, faster teams If you’re building for edge, e-com peak loads, or real-time global UX → this is your blueprint. #architecture #distributedSystems
Observability > Logging Logging ≠ Observability. Observability = Logs + Metrics + Traces + Context Why it's underrated: Without it, you don’t know: • Which request failed • Where latency is added • Which service is bottleneck #SRE #DistributedSystems #BackendLearning
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/yqw797s0 @mhawthorne #DistributedSystems #AmazonWebServices #Aws #Testing #PersonalTransformation
Distributed systems gotcha: Idempotency isn't just same *response* on retry. It's ensuring *side effects* happen ONCE. 🤯 Miss this, and you get duplicates/corruption. Unique request IDs prevent 90%+ issues. Essential for resilient systems! #DistributedSystems #DevOps #Design
📄 Age-Based Coded Computation for Bias Reduction in Distributed Learning by Emre Ozfatura et al. #HPC #HighPerformanceComputing #DistributedSystems arxiv.org/abs/2006.01816…
Learn why minimizing contention is crucial for the performance of #distributedsystems. Learn the impact of contention on scalability and offers strategies to optimize distributed systems. youtube.com/shorts/UBaLD3_… #Microservices
youtube.com
YouTube
Optimizing Distributed Systems: Minimizing Contention for Maximum...
This article details a horizontally scalable, distributed timer service achieving 100 K timer creations per second with millisecond precision. - hackernoon.com/building-a-dis… #distributedsystems #awsarchitecture
Explore the meaning of asynchronous in the context of #distributedsystems, and show that using the same word in ever-so slightly different contexts causes a huge amount of confusion 👉 @samnewman youtu.be/8ybqsEg2HYs?si… #Microservices
youtube.com
YouTube
Keynote: You Keep Using That Word - Sam Newman | MQ Summit 2025
Decentralization isn't the finish line. It's the engine that drives us away from single-entity control. Focus on the impact of distributing power, not just the architecture. #Web3Thought #CommunityControl #DistributedSystems
Wrote a comprehensive guide on heartbeat mechanisms covering: • Push/Pull/Gossip patterns • Kubernetes health probes • Cassandra Phi Accrual • Split brain prevention Real examples from production systems. No BS. singhajit.com/distributed-sy… #DistributedSystems…
Load balancing 👉🏻 An elemental component in distributed systems. Fundamental for ensuring high availability and optimal resource allocation across networked infrastructures. Further reading: nivelepsilon.com/2023/10/13/bas… #LoadBalancing #DistributedSystems #NetworkEngineering ⚙️🇬🇧
Built a distributed computing research prototype. Instant code deploys, simultaneous horizontal + vertical scaling, multi-arch. Zero containers, zero orchestration. Pure Python functions. github.com/askrobots/dbba… #DistributedSystems #CloudComputing #OpenSource #Python…
My Logs Cost More Than My Services Scaling from 100 to over 50,000 RPS @ adjoe taught us one critical lesson: with great scale comes great cloud bills. In #distributedsystems that’s always in flux, understanding system behavior youtu.be/3DpYxqAsYqo?si… #Observability
youtube.com
YouTube
My Logs Cost More Than My Services Kostas Netsiporenko | Principal...
Finally started this computer science book. 2024 is a year of mass consumption for me! #SoftwareEngineering #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
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
How to Generate Unique IDs in Distributed Systems: 6 Key Strategies | by Phuong Le (@func25) bit.ly/45Fk3ZA #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
Time defined: When all reads return the same result, it's the past. When reads are unpredictable, it's the future. #SystemDesign #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:
"🌟 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…
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
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
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…
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
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
🎉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!
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
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
Releasing Soon! Pre-order now shroffpublishers.com/books/97893554… Designing Distributed Systems, 2ed by Brendon Burns @brendandburns Updated 2ed includes new chapters on AI training, and building robust systems for the real world. #distributedsystems #kubernetes #aitraining #systemdesign
Something went wrong.
Something went wrong.
United States Trends
- 1. Clay Higgins 12.3K posts
- 2. Saudi 215K posts
- 3. #UNBarbie 9,842 posts
- 4. Gemini 3 44.2K posts
- 5. Jamal Khashoggi 25.1K posts
- 6. #UnitedNationsBarbie 9,941 posts
- 7. Nicki 88.5K posts
- 8. Peggy 5,406 posts
- 9. Salman 66.6K posts
- 10. Mary Bruce 1,844 posts
- 11. Robinhood 5,149 posts
- 12. #NXXT2Run 1,302 posts
- 13. Cloudflare 258K posts
- 14. Shanice N/A
- 15. Merch 66.5K posts
- 16. McTominay 10.7K posts
- 17. Pat Bev 2,060 posts
- 18. Frankie Montas N/A
- 19. Epstein Files Transparency Act 13.2K posts
- 20. Pirates 17.9K posts