84 discussions in the community
hey all im workin on a system where users see real time updates and were usin redis for caching the main challenge seems to be invalidatin the cache e...
hey all, i've been thinking about api design lately. when you're building out apis, especially for public use, rate limiting seems pretty crucial to p...
hey everyone, im trying to figure out the best way to cache data thats unique to each user, like their preferences or recent activity. simple global c...
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 all, im setting up a new cluster and trying to figure out the best way to manage sensitive information like API keys and database passwords. ive s...
hey everyone, im working on a new service and we're at the point where we need to think about api versioning. we want to make sure we can evolve the a...
hey everyone, im tryin to wrap my head around load balancing for a new microservice. were expecting moderate traffic initially but need to scale. i kn...
hey everyone, im wrestling with database sharding for a new project and could use some collective wisdom. we're expecting significant data growth. cho...
hey everyone, ive been thinking a lot about when the right time to start splitting a monolith into microservices really is. weve got a growing applica...
Hey everyone, I'm just starting to get into database design and optimization. I've read about indexes and how they can speed up queries, but I'm a bit...
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...