145 discussions in the community
Hey everyone, I'm trying to figure out the best way to handle API rate limiting for a new service we're building. We're weighing two options: limiting...
Hey everyone, I'm working on a system where some data changes fast, like every few seconds. We want to cache this data to cut down on load for the mai...
hey everyone, im working on a system that needs to display real-time stock price updates to thousands of concurrent users. We're thinking about using ...
So, I've been dealing with eventual consistency in our distributed system lately. We're doing this choreography thing with events, but honestly, it so...
Hey everyone, I've been thinking about API caching strategies lately. We've got a few endpoints that serve relatively static, but frequently accessed,...
lately, i've been thinking about offloading some of our longer-running background tasks, like report generation or data processing, from our main appl...
were seeing massive growth in our user base, and our monolithic user feed database is starting to creak under the load. were considering sharding, but...
hey everyone, i'm working on a system that needs to send real-time notifications to users about important events. i'm debating between a push-based ap...
hey ppl ive been looking into event sourcing and kafka keeps coming up as a possible backbone seems like a solid choice on the surface w its durabilit...
hey ppl, im buildin a new thingy that needs stuff updated instantly from the server to the client, like live chat or scores. im wonderin bout WebSocke...
hey everyone, i've been thinking a lot about scaling databases lately. we've been pretty lucky and haven't hit massive scale yet, but it's definitely ...
Hey everyone, I've been thinking a lot about Event Sourcing and CQRS lately. They seem powerful for certain use cases, especially in complex domains w...
hey everyone, ive been thinking about how to best manage background tasks like sending emails, processing images, or generating reports in a microserv...
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 everyone, I'm wrestling with cache invalidation in a recent project. We're using Redis for caching API responses, and while it's helped read perfo...
hey everyone, thinking a lot about read performance lately, you know. we have this system, lots of data fetches over and over, and the database is sta...
hey everyone im architecting a new system with a microservices backend and an api gateway in front im thinking about how to best secure it should auth...
Hey everyone, I'm wrestling with scaling a read-heavy application and trying to decide between sharding our primary database or just adding more read ...
hey ppl ive been thinkin a lot abt the infra behind our microservices weve always run a lot on bare metal or our own vms in the cloud but with managed...
hey everyone, ive been thinking about caching lately and wanted to get the community's take. Were building out a new feature that involves frequently ...