Building Scalable Applications with Azure Kubernetes Service (AKS)
www.ekascloud.com/our-blog/bui...
#BackendDevelopment #SoftwareEngineering #AppDevelopment #DistributedSystems #Scalability #SystemDesign
Latest posts tagged with #distributedsystems on Bluesky
Building Scalable Applications with Azure Kubernetes Service (AKS)
www.ekascloud.com/our-blog/bui...
#BackendDevelopment #SoftwareEngineering #AppDevelopment #DistributedSystems #Scalability #SystemDesign
Your distributed lock is silently failing. Learn how GC pauses and clock skew break DynamoDB, Redis, and ZooKeeper locks and how fencing tokens close the gap. #distributedsystems
The correlation when building anything:
what needs to exist? -> your data structures (Layer 1)
what can it do? -> your logic/methods (Layer 2)
how does the world -> your transport (Layer 3)
reach it?
more: ashwiniag.com/the-correlat...
#golang #distributedsystems #buildinpublic
... #MachineLearning #
-
How do you #trust a chaotic #mobile P2P network? Enter "Nodes of Truth." #Virtual, duplicated #consensus entities spanning multiple devices. If a user drops offline, the virtual node survives, securing the network's #state and #reputation. 🛡️🕸️
#DistributedSystems #P2P
also ask these
Is it a big struct? -> pointer
Will it be mutated? -> pointer
Is it simple data (int,
string, small struct)? -> value (no pointer)
#golang #distributedsystems #learninpublic #sre
I often notice confusion around when to use * and & in your code.
- define with * when the caller should share, not copy
- use & when creating something to return as a pointer
github.com/ashwiniag/go...
#golang #distributedsystems #learninpublic #sre
designing a JSON/HTTP handler comes down to 3 steps.
So, why define structs at all?
- compiler checks field names (typos caught at compile time)
- self-documenting the struct IS the API contract
- it's also where to make "illegal states unrepresentable"!
#golang #distributedsystems #buildinpublic
🧵 took up a new challenge building "Distributed Services with Go" by @travisjeffery.bsky.social
following the book, writing as I learn and sharing what my curious mind finds along the way...
pragprog.com/titles/tjgo/distributed-services-with-go/
#golang #distributedsystems #learninpublic #sre
a log offset is defined as uint64 in Go. not int. not int64.
because an offset can never be -ve, index -3 makes no sense. By choosing uint64, the compiler refuses it for you
So, your types are encoding business rules. wow!
ashwiniag.com/uint64-what-...
#golang #distributedsystems #buildinpublic
which Mutex should you use in Go?
None? or sync.Mutex or sync.RWMutex, the answer comes from one question: who is touching this data concurrently?
wrote about how to reason through it 👇
ashwiniag.com/which-mutex-to-use-in-go/
#golang #distributedsystems #buildinpublic #learninpublic
🚀 Distributed Systems Engineer @ E2B – Build the next cloud platform for AI agents! Work on billions of sandboxes, <200ms startup, deep Linux kernel (eBPF, Firecracker). 📍 Prague, Czech Republic. #DistributedSystems #Go #Rust #OpenSource #TechJobs #AI aihackerjobs.com/company/e2bd...
Naive retry logic can cause retry storms in distributed systems, amplifying failures and leading to cascading outages. Learn safer retry strategies.C #distributedsystems
The Future of Cloud Without Data Centers
www.ekascloud.com/our-blog/the...
#CloudComputing #EdgeComputing #Serverless #FutureTech #Decentralization #DistributedSystems #Web3 #Blockchain #CloudInnovation #TechTrends #DigitalTransformation #AI #IoT #FogComputing #NextGenTech #CloudFuture #DataLess
Discord shared how they added distributed tracing to their Elixir infrastructure at scale. The challenge: Elixir's actor model lacks a built-in metadata layer for trace context, such as HTTP headers. #elixir #distributedsystems #observability #opentelemetry #discord www.infoq.com/news/2026/03...
AGI Won't Live in a Datacenter While corporations race to build $500 billion datacenters, we've been quietly building something different: the infrastructure for AI minds that own themselve...
#ai #opensource #webassembly #distributedsystems
Origin | Interest | Match
Predictability is becoming the new standard for modern systems.
AI drives unpredictable workloads where one request fans out into many, making tail latency the real challenge.
At Aerospike, we focus on consistent low-latency at scale.
Read more: https://monkeylink.co/d894f8
#DistributedSystems
Rozproszone systemy mają duże zalety i są zasadne, ale przynoszą też zupełnie nowy wachlarz wyzwań, takich jak np. kolejność wiadomości. Jak sobie z tym poradzić - oto refleksje.
#DistributedSystems #architekturaOprogramowania #programowanie
devszczepaniak.pl/kolejnosc-wi...
I just spent 1 1/2 hours reading this absolutely amazing blog post by @iankduncan.com: www.iankduncan.com/engineering/...
And if you're likely to get nerdsniped by me mentioning #distributedsystems, #functionalprogramming, you definitely should read it too.
Full analysis:
helayoty.substack.com/p/systems-en...
#Kubernetes #AI #DistributedSystems #kubecon #CloudNative
Do not to force both parties to use a single protocol when different codecs are encountered, but instead build a shared interface upon which both can interact.
#distributedsystems
✨How Germany’s Feldheim went from an agricultural village to a clean energy role model.. youtu.be/NW_ThUR7Wus (DW News) #Germany #Energiewende #Distributedsystems #Renewables #Resilience
✨ ''Resilience in this context, refers to the ability of a power system to withstand and recover from disruptions, caused by extreme events or other disturbances'' youtu.be/w85G7yJHrQo #distributedsystems
#microgrids #resilience #futurescapes #climate #security #complexity
Event Sourcing by Martin Dilger and Greg Young is the featured bundle on Leanpub!
Link: leanpub.com/b/eventsourc...
#SoftwareEngineering #EventDrivenArchitecture #SoftwareArchitecture #Software #DistributedSystems
What Nvidia's Latest Announcements Tell Us About AI Infrastructure Lock-In
whyaiman.substack.com/p/what-nvidi...
#EnterpriseAI #AIArchitecture #AIINfrastructure #DistributedSystems
#Netflix built Graph Abstraction - a high-throughput system designed to manage large scale graph data in real time.
• Millisecond latency across 650TB+ of data
• Global Availability via asynchronous replication
• Design for high-scale performance
🔗 bit.ly/47UDXDF
#InfoQ #DistributedSystems
The first 4 phases of AletheiaOne weren’t progress. They were constraint, failure, and rewriting everything that couldn’t survive reality.
If your invariants don’t hold under adversarial conditions, you don’t have a system. You have a story.
dev.to/doomhammerhe...
#DistributedSystems #FormalMethods
Peter Morgan at QCon London: what if Kafka brokers had no state? Tansu keeps Kafka's protocol but replaces replication and leader elections with pluggable storage — S3, SQLite, or Postgres. www.infoq.com/news/2026/03...
#kafka #opensource #postgres #dataengineering #streaming #distributedsystems
Martin Kleppmann's QCon London keynote:
www.infoq.com/news/2026/03...
#techsovereignty #localfirst #atprotocol #distributedsystems #multicloud
如果服务器悄悄“猝死”,你的系统还能活几秒?揭秘分布式集群的“续命”保底机制 本文永久链接 – tonybai.com/2026/03/20/heartbeats-in...
#技术志 #DistributedSystems #etcd #FailureDetection #Go #Golang #GossipProtocol #Gossip协议 #heartbeat #HeartbeatInterval #HighAvailability
Origin | Interest | Match
Your 'detailed' spec might be sabotaging your distributed system. Learn why natural language fails to prevent critical architectural flaws, even with LLMs generating code.
thepixelspulse.com/posts/detailed-spec-is-c...
#distributedsystems #llms #codegeneration