105 discussions in the community
hey folks, i've been seeing a lot of architectures lately that rely heavily on message queues like Kafka or RabbitMQ to connect different services. it...
I've noticed message queues are showing up in tons of architectures these days, and I'm trying to figure out when they actually make sense. We've got ...
hey everyone, ive been thinking about feature flagging lately for a new project. it seems like a great way to decouple deployment from release, test n...
We all know how much caching helps speed things up when reading data. We use Redis a ton for session info, API answers, and even some calculated stuff...
I've been thinking about how different teams handle service discovery. We used Consul before, but honestly, it felt like overkill for our needs. Now w...
hey everyone, im thinking about database sharding for a growing application. we're hitting some performance bottlenecks with our single monolithic dat...
hey folks, im wrestling with the best way to roll out updates to our core services without impacting users. we've looked at blue-green, but it feels h...
hey every1 im workin on a project with a lot of static assets like images, css, and js and were starting to see some page load times creep up, esp for...
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...
hey all, we've been having some problems with cache stampedes, you know, when lots of requests for the same expired cache key hit the database all at...
hey everyone, i'm wrestling with a common challenge in distributed systems: managing transactions that span multiple services. while two-phase commit ...
Lately, I've been finding it tough to pin down issues when they span multiple services. Tracing requests is one thing, but understanding the full pict...
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 everyone, I'm wrestling with a challenge in our K8s environment. We're running some old stateful apps that need local ephemeral storage, but the p...
hey everyone, i've been thinking a lot about api versioning lately. we're currently on v1 of our main user api and starting to plan for v2. i've seen ...
hey folks, ive been wrestling with how to best instrument our microservices for distributed tracing. we've tried a few different libraries, but gettin...
Hey folks, I'm working on a mobile app and need a way for users to reliably access data even when their internet connection is spotty or completely go...
hey everyone im workin on a system that needs to show a real-time leaderboard for a game player scores can update often and we need to show the top n ...
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 ...
so, we're trying to break apart our services, and we're getting closer to being able to deploy without any downtime. we have some good ideas for code ...