157 discussions in the community
hey everyone, i'm trying to decide on the best way to handle api versioning for a new microservice. should we go with the classic /v1/users and /v2/us...
Hey folks, I've been wrestling with the choice between UUIDs and sequential IDs for primary keys in a new service. UUIDs seem great for distributed sy...
were hitting some scaling limits with our main user database and need to start thinking about sharding. I've seen solutions for automatic sharding bas...
hey folks im wrestling with a common cloud iam challenge and wanted to get your thoughts on one hand we all know the principle of least privilege is p...
hey everyone ive been thinkin a lot bout interservice communication lately. for simple req-response patterns direct api calls r pretty straightforward...
Hey everyone, so I've been chewing on the idea of background job processing. We're currently using a managed service, and it works okay, but I'm start...
Hey folks, been thinking about database scaling lately. We've hit a point where a single instance is starting to struggle with load, and sharding seem...
hey everyone, been thinking a lot about system design lately. we're building out a new service and i'm trying to figure out the right initial focus fo...
hey everyone, i'm wrestling with a common problem: event sourcing. we're looking at storing application events, and the usual suspects are relational ...
hey folks, i've been wrestling with a common problem lately, where to store user-generated content like images and videos. on one hand, a traditional ...
hey every1 im tryin to wrap my head around the best load balancing strats in cloud envs. were currently usin a basic cloud provider load balancer but ...
working on a new feature for a gaming platform and we need to implement real-time leaderboards. we've got a few ideas, but i'm stuck on the best appro...
We're trying to figure out the best way to build this new project. A few of us are thinking we should go with microservices right away. But, some othe...
hey everyone, ive been thinking a lot about how we manage communication between our microservices. weve used an api gateway for external traffic manag...
hey everyone, im thinkin a lot bout consistency models lately, esp in distributed systems. we all know strong consistency is great for, well, strong ...
hey folks, im curious about the different strategies for load balancing requests across a growing set of microservices. weve been using a simple round...
been thinking about database scaling lately, we all know sharding is key for large datasets, but there are a couple of main ways to go about it. horiz...
hey folks, weve been talking a lot about distributed systems and caching is obviously key. we usually think about caching at the application level or ...
hey everyone, i've been thinking a lot about how we handle logging across our services. we've got a mix of approaches, some services log to local file...
ive been working on a system where strict aci compliance across services is causing big performance bottlenecks, we're exploring options, and eventual...