204 discussions in the community
im seeing some interesting latency spikes in our app lately and im trying to pinpoint the cause weve got a connection pool and its generally well size...
hey everyone im thinking bout message queues lately. weve got a few services that are tightly coupled and rely on synch communication. im wondering wh...
hey everyone, im wrestling with a growing dataset and starting to think about the next step beyond just adding more powerful hardware or read replicas...
hey everyone, curious about your experiences with real-time updates. we're currently polling an external API every 30 seconds to check for changes. it...
hey folks im runnin into a common crossroads and wanted to get some community input we're buildin out a new data pipeline that needs to handle high th...
hey all im wrestling w a decision for our main app its currently a monolith and tho it was great for getting started were hitting some scaling and dep...
hey everyone, im working on a project with a lot of user-uploaded images and videos. right now, were serving everything straight from our app servers,...
Hey everyone, I've been thinking a lot about message queues lately, specifically for decoupling backend services. It seems like a pretty common approa...
hey everyone, ive been thinking a lot about database connection pooling lately. on one hand, it seems like a no-brainer for performance, avoiding the ...
hey everyone, ive been wrestling with caching invalidation lately. we all know caching is key for performance, but keeping it fresh without causing to...
hey everyone, i've been wrestling with message queues lately, specifically around the durability versus speed trade-off. some queues offer strong guar...
ive been wrestling with implementing distributed transactions across microservices recently. the standard two-phase commit 2PC seems like a common app...
Hey everyone, I'm building a new feature that needs to update lots of clients at once, kind of like Google Docs. I'm trying to figure out if WebSocket...
hey everyone, i've been thinking a lot about rate limiting lately, and how crucial it is for protecting our services. we've seen discussions on bucke...
Hey everyone, I've been thinking a lot about caching strategies recently. When the data in a cache gets old, do you usually go with an invalidation ap...
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'm wrestling with a common problem for our new real-time dashboard. we need to push updates from the server to the client as they happe...
hey everyone, i'm thinking about how to optimize our read performance for our main product catalog. we've got a lot of frequently accessed items, and ...
hey everyone, thinking about api versioning. we're using a microservices approach and our user base is growing. we want to add new features without br...
Hey everyone, I've been thinking a lot about rate limiting lately. APIs are everywhere now, and we really need to protect services from abuse or overl...