140 discussions in the community
hey everyone, ive been thinking a lot about scaling our databases recently. we're hitting some limits with our current setup, and sharding seems like ...
Hey folks, i'm wrestling with ensuring message order when multiple producers might send messages related to the same entity to a message queue. we're ...
hey everyone, ive been wrestling with api versioning lately. it feels like every time we introduce a breaking change, we either have to force a migrat...
Hey everyone, I've been giving API design some serious thought recently, particularly how to deal with shaky network connections or when requests get ...
Hey everyone, I'm setting up rate limiting for a new public API and wanted to get some thoughts on the best way to do it. I'm mostly trying to figure ...
Hey everyone, I'm working on a new project and we're thinking about how to version our APIs. Should we go with URL versioning (like /v1/users), header...
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...
so, im trying to make some high-traffic apis better and was thinking about caching strategies. we're currently looking at using `vary` headers to let ...
Hey everyone, I'm trying to figure out the best way to keep data consistent across a few main microservices. We've got user profiles and order history...
hey everyone im thinking about the best way to manage communication between microservices. weve got a few options: throw everything behind an api gate...
Hey everyone, I'm dealing with a system that's suddenly getting a ton more reads but not many writes, and the reads are starting to cause some serious...
hey folks ive been workin w microservices lately n were at the point where were considerin introducin an api gateway weve got a few services and direc...
Hey everyone, I've been chewing on API versioning a lot recently. We're spinning up a new service and have to pick a strategy. What do you think we sh...
hey everyone, ive been thinking a lot about database performance lately. weve got a few queries that are starting to get pretty slow under load, and m...
hey everyone, i've been seeing a lot of talk about API Gateways and Service Meshes lately. they both seem to offer ways to manage and secure microserv...
hey folks, im curious about the different strategies for load balancing requests across a growing set of microservices. weve been using a simple round...
were building a new service that provides real-time analytics. The problem is, were seeing traffic patterns that are extremely unpredictable, huge spi...
hey folks, im looking to implement rate limiting for a public-facing API we're building. we want to prevent abuse and ensure fair usage. ive seen vari...
hey everyone, i'm starting a chat about API versioning. we've been going back and forth on whether to use URL path versioning, like /v1/users, or a cu...
Hey everyone, so I'm building this social app where people check out profiles a ton, sometimes multiple times really fast. We're thinking about adding...