110 discussions in the community
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 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 everyone, i'm wrestling with a common system design choice for real-time features. we need to push updates from the server to clients efficiently....
hey everyone ive been working with oauth 20 lately and seeing all the different flows authorization code implicit client credentials resource owner pa...
hey folks, been thinkin a lot about data sharding lately. were scaling up and need to split our main user database. the big question for us is how to ...
hey folks im lookin to optimize our caching layer and wanted to get some opinions on eviction policies we're seein some performance bottlenecks and i ...
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...
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 ...
so, i've been thinking a lot about how services find each other in distributed systems. we've used client-side discovery with tools like Eureka, but i...
hey everyone, i'm wrestling with choosing the right async task queue for a new microservice architecture. we've got background jobs like image resizin...
hey everyone, been thinking a lot about how services find each other as instances spin up and down constantly in cloud-native setups. What are your pr...
we got more product updates happening all the time, and that means the database schema changes a lot too. rolling back a bad schema change can be a ni...
hey everyone, im thinking abt system design for services that need to do work async. ive used stuff like Celery w/ Redis before, and cloud native opti...
hey everyone, i'm curious about how you all handle schema changes when working with multiple microservices that share data or communicate via events. ...
Hey everyone, I've been thinking a lot about API versioning lately. Some of our internal APIs are getting pretty big, and keeping track of the differe...
hey every1 im tryin to optimze our read perfomance and runnin into some intresting challanges w caching for our read replicas esp when theyre gettin h...
Everyone says CDNs are a must-have for speed, particularly with static stuff. But I'm wondering about times when the hassle or complexity of a CDN jus...
hey foks im runing into a comon cashing prob. weve got a bunc of data that is red frecantly but updated ocaionally. using a simple ttl is fine for mos...
im working on a microservices architecture where several services constantly need to exchange small pieces of data, almost like a real-time chat. weve...