#distributedsystems résultats de recherche
Explaining #DistributedSystems Like I'm 5 When you really need to scale your application, adopting a distributed architecture can help you support high traffic levels. The problem is: How do you do that? When can we call a system "distributed"? youtu.be/CESKgdNiKJw?si…
youtube.com
YouTube
Explaining Distributed Systems Like I'm 5
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
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
"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
Ever wondered how databases like etcd or Consul stay consistent even when servers fail? It’s all thanks to State Machine Replication (SMR) — a key idea behind fault-tolerant distributed systems. 🧠💡 Let’s break it down 👇 #DistributedSystems #backenddevloper
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…
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
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
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.…
coderlegion.com/6364/new-york-… @tryshadeinc @ITPressTour #DistributedSystems #FUSE #ObjectStorage #MediaTech #StartupTech #CloudStorage #S3 #AISearch #RemoteWork
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
coderlegion.com/6394/oracle-mi… #PostgreSQL #DatabaseMigration #DistributedSystems #CockroachDB #OracleMigration #DevOps #CloudNative
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
Dağıtık Sistemler projesine dalıyorum, deli gibi heyecanlıyım! @ahmetb bu adam efsane 🚀 #DistributedSystems
🎉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!
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
Explaining #DistributedSystems Like I'm 5 When you really need to scale your application, adopting a distributed architecture can help you support high traffic levels. The problem is: How do you do that? When can we call a system "distributed"? youtu.be/CESKgdNiKJw?si…
youtube.com
YouTube
Explaining Distributed Systems Like I'm 5
🌍 Central Dashboards Miss What Happens in the Margins. CMD+RVL pulls context from every node — not just the noisy ones. 🌐 CmdRvl.com #CmdRvl #DistributedSystems #EdgeData #Metadata
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/KPMb7xpR @mhawthorne #DistributedSystems #AmazonWebServices #Aws #Testing #PersonalTransformation
1/5 🧵 Leader & Follower Replicas in Distributed Systems: A Simple Analogy - Imagine a band: The leader is the drummer setting the beat. - Followers (other musicians) sync to it. If the drummer changes tempo, followers adjust ASAP. #DistributedSystems
RabbitMQ, Kafka, SQS—different flavors, same rhythm. Queues aren’t just movers. They're the conductors keeping distributed systems in sync. Which queue is your go-to? Read more: iam.slys.dev/p/why-we-need-… #DistributedSystems #Backend #MessageQueues
Multi-leader replication allows multiple nodes to accept writes, enhancing availability and reducing latency. However, it leads to conflicts when two leaders accept concurrent writes on the same data. ⏬ #SystemDesign #DistributedSystems
Must-read for Microservices devs: Understanding eventual consistency is key to avoiding data chaos! 🗝️ Embrace idempotent operations. #microservices #distributedSystems
Mid-level backend devs: frameworks won’t make you senior. I reviewed Designing Data-Intensive Applications — the book that makes you think like a senior engineer 👉 dev.to/hectorw_tt/des… #Backend #DistributedSystems #SoftwareEngineering
Smart code generation beats random every time. Base62 + distributed counters = unique, collision-free codes at scale. Think about code space before launch! Read more: iam.slys.dev/p/from-tinyurl… #SoftwareEngineering #DistributedSystems #DatabaseDesign
Ever wondered how databases like etcd or Consul stay consistent even when servers fail? It’s all thanks to State Machine Replication (SMR) — a key idea behind fault-tolerant distributed systems. 🧠💡 Let’s break it down 👇 #DistributedSystems #backenddevloper
Encrypt Redis traffic with SSL/TLS and deploy a high-availability cluster using Docker Swarm / Compose. Spring Boot integration included. This is the production setup your microservices need. ➡️ inexture.com/redis-ssl-conf… #SystemDesign #DistributedSystems #BackendArchitecture
Logs, logs, and more logs! 😵💫 If you think that's all there is to observability, your distributed apps are probably screaming for help (silently, of course). 🤫 Go beyond the logs: nivelepsilon.com/2024/08/05/obs… #Observability #DistributedSystems #DevOps #Monitoring 🚀
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/evSUmVO1 @mhawthorne #DistributedSystems #AmazonWebServices #Aws #Testing #PersonalTransformation
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/wfmc3WZU @mhawthorne #DistributedSystems #AmazonWebServices #Aws #Testing #PersonalTransformation
Finally started this computer science book. 2024 is a year of mass consumption for me! #SoftwareEngineering #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
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
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:
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
How to Generate Unique IDs in Distributed Systems: 6 Key Strategies | by Phuong Le (@func25) bit.ly/45Fk3ZA #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
Time defined: When all reads return the same result, it's the past. When reads are unpredictable, it's the future. #SystemDesign #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
"🌟 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…
Tired of complex distributed systems? 🤯 Andres Villegas (@andville_) is showing us how to simplify everything with Distributed Async/Await at #CityJSMedellín. Get ready to blow your mind! 💥 #nodejs #distributedsystems #javascript medellin.cityjsconf.org/talk/6LMVhfoA3…
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
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…
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
“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
One of these characters is me today working on Distributed Locking... I'll let you decide which one. That being said... I'll take the hard-working and persistent qualities of Wile E Coyote any day! #distributedsystems #locking #fail
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
Something went wrong.
Something went wrong.
United States Trends
- 1. #Worlds2025 42.6K posts
- 2. Doran 17.7K posts
- 3. #T1WIN 27.8K posts
- 4. Sam Houston 1,609 posts
- 5. Oregon State 4,829 posts
- 6. Boots 29.6K posts
- 7. Faker 32.5K posts
- 8. Lubin 5,842 posts
- 9. Keria 10.9K posts
- 10. #T1fighting 3,527 posts
- 11. #Toonami 2,726 posts
- 12. Option 2 4,223 posts
- 13. #GoAvsGo 1,603 posts
- 14. Louisville 14.4K posts
- 15. Hyan 1,418 posts
- 16. Emmett Johnson 2,669 posts
- 17. Frankenstein 127K posts
- 18. Oilers 5,336 posts
- 19. UCLA 7,845 posts
- 20. Nuss 5,612 posts