133 discussions in the community
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, im architecting a new feature that requires real-time notifications to be pushed from the server to multiple clients. im weighing the pr...
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, i'm looking for some thoughts on how to implement real-time user presence indicators, like online or offline status, in a web app. we're...
Hey everyone, I'm working on a distributed system and we're running into some problems with rate limiting. Right now, each service has its own rate li...
hey everyone im workin on a system that needs to ingest a massive amount of real time event data think millions of events per second were hitting some...
when youre working with a production system that has a lot of data and is actively being used, changing the database schema can be a nightmare. rollin...
im working on a microservices architecture and we're thinking about implementing a distributed caching layer. we've looked at Redis and Memcached, but...
Hey everyone, I've been mulling over caching strategies recently, and when the caching layer itself starts causing more headaches than it helps. Cachi...
I've been working with relational databases for ages, and they've been fine for structured data. But lately, I've been thinking about situations where...
hey all, i'm trying to nail down the best approach for handling background tasks in our services. we've got things like sending emails, processing ima...
hey folks, ive been seeing message queues pop up in a lot of system designs lately, and im curious about when they actually become a necessity versus ...
i've been wrestling with the concept of idempotency lately, especially in the context of API design and background job processing. we all know it's go...
hey ppl been thinkin a lot bout background job processin lately Were seein more and more tasks move off the main request path and keepin that queue ma...
were planning our next kubernetes upgrade cycle and im looking for best practices. weve been doing in-place upgrades, but it feels risky with zero dow...
hey folks, ive been thinking about API versioning lately, especially as our services grow and evolve. weve managed without it for a while, but im star...
Hey everyone, I'm building a new feature that needs the server to send updates to the client in real-time. We're already using microservices, and I'm ...
So, I'm wondering about your stories moving from just one database to something more involved, like read replicas or even sharding. When did you guys ...
hey everyone ive been working with oauth 20 lately and seeing all the different flows authorization code implicit client credentials resource owner pa...
hey everyone, i'm wrestling with a common challenge in distributed systems: managing transactions that span multiple services. while two-phase commit ...