132 discussions in the community
hey everyone, i'm trying to decide on the best way to handle api versioning for a new microservice. should we go with the classic /v1/users and /v2/us...
hey everyone, I'm wrestling with cache invalidation in a recent project. We're using Redis for caching API responses, and while it's helped read perfo...
hey everyone, thinking a lot about read performance lately, you know. we have this system, lots of data fetches over and over, and the database is sta...
hey everyone im architecting a new system with a microservices backend and an api gateway in front im thinking about how to best secure it should auth...
Hey everyone, I'm wrestling with scaling a read-heavy application and trying to decide between sharding our primary database or just adding more read ...
hey ppl ive been thinkin a lot abt the infra behind our microservices weve always run a lot on bare metal or our own vms in the cloud but with managed...
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 looking for some thoughts on how to implement real-time user presence indicators, like online or offline status, in a web app. we're...
hey folks, ive been mulling over database performance lately. sometimes i find myself spending a lot of time tweaking sql queries to eke out a bit mor...
hey everyone, i've been thinking about Command Query Responsibility Segregation (CQRS) lately. it seems like a good fit for systems where reads and wr...
hey folks ive been workin w microservices lately n were at the point where were considerin introducin an api gateway weve got a few services and direc...
working on a new feature for a gaming platform and we need to implement real-time leaderboards. we've got a few ideas, but i'm stuck on the best appro...
hey everyone, i've been seeing a lot of talk about API Gateways and Service Meshes lately. they both seem to offer ways to manage and secure microserv...
hey everyone, i've been thinking a lot about cloud costs lately, especially as our projects scale. it feels like a constant balancing act between perf...
Hey everyone, I'm trying to figure out the best way to stream application logs to a bunch of different spots. We need them in our central logging setu...
Hey everyone, I'm wrestling with a common challenge in microservices: managing state. We're aiming for a stateless architecture where possible, but so...
hey all, ive been wrestling with debugging issues across our microservices lately. its getting tough to trace a request's journey from start to finish...
hey everyone im working on a system that needs to store user-uploaded images and videos were currently using postgresql and im wondering about the bes...
Our user profile database is getting way too big, and we're struggling to scale it. We're going to shard it, but picking the right way to do it is tou...
ive been using an api gateway for our microservices for a while and its been great for centralizing auth and rate limiting but lately im wondering if ...