184 discussions in the community
ive been seeing a lot about service meshes like istio and linkerd lately, and they seem to offer a lot of features for managing microservices communic...
our eng org has been feeling the pain of tool sprawl and inconsistent dev environments lately. we have a mix of custom scripts, off-the-shelf tools, a...
hey everyone, i've been thinking a lot about content delivery lately. we've got a growing user base, and i'm starting to wonder when a Content Deliver...
ive been seeing command query responsibility segregation c q r s mentioned more often in scaling discussions. the idea of separating read and write mo...
Hey everyone, I'm running into some scaling problems with a pretty busy web app. The main database is starting to struggle with all the read requests,...
hey everyone, i've been thinking about how to make our microservice architectures more resilient. we're looking at putting circuit breakers in at the ...
Lately, I've been thinking about how to best handle asynchronous tasks that don't need to happen right away. You know, things like sending emails, pro...
hey folks, ive been wrestling with cache choices for a new project. weve got some pretty simple key-value lookups that need to be lightning fast. my g...
Hey everyone, I'm trying to figure out the best way to set up rate limiting for a new API I'm building and wanted to see what you all think. I'm mainl...
hey ppl, ive been thinkin alot bout scalin databases lately. were hittin some limits w/ our single instance and sharding seems like the next logical s...
I've been thinking a lot about cache invalidation lately, especially for user-generated content that updates frequently. Redis is great for caching, b...
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...
keeping data consistent across services when things change has been a real headache for us. like, eventual consistency works okay sometimes, but for t...
hey everyone, im thinking about performance for a new project. were building a fairly media-heavy web app with lots of images and some video. right no...
hey everyon, ive been thinkin a lot about cachin lately, esp when dealin with data that changes frequently. we all know cachin can boost performance, ...
Hey everyone, I've been thinking a lot about asynchronous processing lately. We're running into some bottlenecks with synchronous calls that directly ...
hey everyone, i've been working on a project with a lot of repetitive database queries that are starting to bog down performance. i'm thinking about i...
So, the app's getting pretty popular, and I'm thinking about how to handle the extra traffic. My first thought is just adding more servers, you know, ...
hey everyone, ive been building out a few internal microservices and we've primarily used REST with JSON for communication. its been working fine, but...
Hey everyone, I've been thinking a lot about managing secrets lately, especially with our microservice setup. Keeping API keys, database passwords, an...