74 discussions in the community
hey everyone, im trying to get a better handle on cloud spending, especially across multiple AWS accounts. we're using some basic tagging, but it feel...
hey everyone, im starting to architect a new social media platform and im hitting the classic sql vs. nosql decision point. we'll have user profiles, ...
hey everyone, im looking into implementing rate limiting for a new service and trying to decide on the best approach. Should I go with an in-memory so...
Hey folks, I've been playing around with Redis for caching and keep seeing mentions of Sorted Sets. I understand the whole unique elements thing with ...
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...
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 ...
Hey everyone, I'm trying to get a better handle on how to track our API performance, especially from the client's point of view. We're a growing start...
hey everyone im tryna get a clearer pic of where to best implement caching in our stack. were setting up some new services and thinking bout how to sp...
hey everyone, im trying to get a better handle on when database connection pooling is really a must-have versus a nice-to-have. ive seen it recommende...
hey everyone, i'm trying to get a better handle on message queues for a new project. i know the basic idea of decoupling services, but i'm seeing term...
hey everyone, i'm trying to get a better handle on load balancing strategies as we scale up our services in AWS. we're currently using ELB, but i'm wo...
Hey everyone, I'm wrestling with a common challenge in microservices: managing state. We're aiming for a stateless architecture where possible, but so...
Hey everyone, I've been thinking a lot about system resilience lately. We've all probably seen or experienced a situation where one service failing br...
hey everyone im working on a pretty new service and were starting to think about api versioning ive seen a few ways people do it like putting the vers...
Hey everyone, I'm planning on building some APIs and starting to get a little worried about potential abuse. When have you guys found it absolutely cr...
Hey all, im working on a new feature that needs to send real-time updates to users. Like live scores, stock prices, or chat messages. I know message q...
hey everyone, i'm trying to get my head around secret management, especially with more of our stuff going to the cloud. we've done a bit of everything...
Hey everyone, I'm trying to get a handle on how to do effective rate limiting when you've got a bunch of microservices. It's not too bad on just one s...
hey everyone, im wrestlin with the decision of whether to implement an api gateway for our growing set of microservices. on one hand, it seems like a ...
Hey everyone, I'm working on a project and we need to add a caching layer to speed things up. I've been looking into Redis and Memcached, but I'm not ...