107 discussions in the community
hey all, i've been thinking a lot about performance optimization lately. we all know caching can be a huge win, but it also adds complexity. i'm tryin...
hey everyone weve talked a lot about server side and distributed caching lately but im curious about client side caching when do you guys typically de...
hey everyone, i'm trying to get a better handle on when exactly it makes sense to implement circuit breaker patterns in our microservices. we've got a...
hey everyon, im workin on a project that's startin to get a bit unwieldy as a monolith. we're hittin some scailin and developmint speed bottlenex. ive...
Hey everyone, I'm looking into caching strategies for a project I'm starting soon. I'm not totally sure when it's best to pre-populate a cache, though...
hey everyone, im diving into microservices and have been struggling with how to handle transactions that span multiple services. traditional acid tran...
hey everyone im trying to design a system where read ops are way more common than writes im trying to figure out if i should use database read replica...
hey everyone, i've been hearing a lot about service meshes like Istio and Linkerd lately, especially with microservices. they seem to offer a lot for ...
so, our user base is growing like crazy and our main relational database is starting to feel it. we're thinking about sharding our user data, but i'm ...
hey everyone, i'm trying to figure out the best time to implement rate limiting on our APIs. we're a growing startup, and while we haven't had major a...
hey everyone, im working on a project where multiple services need to communicate asynchronously. ive seen message queues mentioned a lot, but im not ...
hey everyone, i'm working on a new api that's going to see a lot more reads than writes. i've been thinking about different caching strategies like wr...
Hey everyone, I'm working on a distributed system with a bunch of microservices, and we're trying to figure out the best way to do rate limiting. Shou...
Hey everyone, I'm working on a system where we have several internal services that need to talk to each other using REST APIs. We want to make sure op...
we're setting up a new cluster and i'm looking for advice on how to securely manage secrets like api keys and database passwords. we've looked at kube...
hey folks, i'm dealing with a pretty standard issue and was hoping to get some ideas. we've got user profile info that gets looked at a lot, but not c...
hey everyone, i've been seeing message queues pop up in a lot of system designs lately, even for what seem like pretty straightforward background task...
Hey everyone, I'm working on an API for a new service and we're starting to think about versioning. We want to make sure we can evolve the API without...
Hey everyone, I've been wrestling with a design decision and wanted to get your input. We're building a new feature and need to decide on our consiste...
hey every1 im tryin to optmize some read-heavy parts of an app. for complex query results, redis is usually the answer, but for smaller, static blobs ...