189 discussions in the community
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 folks, i've been thinking a lot about cache time-to-live (TTL) values lately, especially for user-generated content that doesnt change *too* often...
hey everyone, i'm working on a system with a really read-heavy API and we're looking at caching to improve performance. we've considered in-memory cac...
hey everyone, i've been thinking about database connection pooling lately. we all know its crucial for performance, but im curious about the best prac...
hey everyone, im trying to wrap my head around the best way to structure message queues for our event-driven architecture. were dealing with a scenari...
hey everyone, i've been thinking about caching lately. we all know it's great for speeding things up, but i've seen a few situations where our caching...
hey everyon, been wrestlin with database scaling lately, specificly sharding. were starin down the barrel of potentilly petabytes of data in the next ...
Hey everyone, I'm trying to nail down the best way to distribute traffic across our microservices. We're seeing increased load and I'm considering dif...
hey everyone, im thinking about database sharding for a growing application. we're hitting some performance bottlenecks with our single monolithic dat...
hey everyone, im tryin to figure out the best way to implement rate limiting for our public apis. we want to protect against abuse, but im worried abo...
So, I'm noticing a lot more systems using message queues, you know, like Kafka or RabbitMQ. I kind of get the whole idea of separating services, but I...
hey folks, ive been thinking a lot about database choices lately. weve got a new project kicking off and the team is split. some want to go full NoSQL...
we've got a fairly large monolithic application that's starting to get unwieldy. development cycles are slowing down, and deploying even small changes...
hey everyone, been thinking about load balancing across our microservices. we're seeing increased traffic and need to make sure requests are distribut...
Hey everyone, I've been pondering how to handle scaling for a while now. For sites with users all over the world, what are your best methods for globa...
We're using a distributed SQL database, think CockroachDB or YugabyteDB, for our main services and managing schema changes across all the nodes is get...
hey folks, ive been wrestling with how to best instrument our microservices for distributed tracing. we've tried a few different libraries, but gettin...
So, I'm building this microservices thing, and some services just talk to each other straight up using REST. But for a new feature, we're thinking abo...
What are the alternatives for browsershot service. We have the SaaS application in which users have to generate heavy (100+) pages of PDF which will ...
hey were havin some stale data probs lately, esp user content that changes fast. were usin redis for cache but our invalidation logic feels kinda man...