237 discussions in the community
Hey folks, been thinking about API gateways lately. We're growing, and managing external access is becoming complex. I've seen both centralized gatewa...
hey everyone im trying to design a system where read ops are way more common than writes im trying to figure out if i should use database read replica...
I've been mulling over Command Query Responsibility Segregation (CQRS) lately. The core concept, splitting up read and write models, makes sense. But ...
So, I've been mulling over how we should handle communication between our frontend clients and the backend microservices. We've talked about using an ...
hey everyone, i've been thinking a lot about microservices lately. we're currently running a monolith, and its getting pretty unwieldy as we add more ...
So, I've been noticing a lot more chat about service meshes lately, you know, things like Istio and Linkerd. They seem to handle a bunch of common iss...
So, I've been wrestling with how we handle app configs across all our different places and servers. Right now, it's all manual or just basic scripts, ...
we've been kicking around the idea of introducing feature flags into our development workflow. it seems like a good way to decouple deployments from r...
Hey everyone, I've been thinking about microservices and all the extra work that comes with them. Stuff like service discovery, load balancing, and ci...
Weve been seeing some weird latency spikes in our microservices. Its getting hard to pinpoint where the requests are actually getting slowed down. Wev...
Hey folks, i've been seeing more systems incorporate message queues lately, and it got me thinking about the tipping point. We've got a few services t...
our relational database is gettin slow, like, queries are a nightmare and load times are gettin longer. prob gonna switch to NoSQL but its a big move ...
ive been seeing Command Query Responsibility Segregation (CQRS) mentioned more and more. it seems powerful for separating read and write operations, e...
hey everyone, seeing a lot of talk about microservices, queues, and scaling lately. it got me thinking about data storage. we're currently running a p...
were running a growing number of microservices in Kubernetes, and managing inter-service communication, security, and observability is getting complex...
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...
im workin on a medium sized app that's a monolith rite now. we r startin to feel the pain with deployment speed and scaling certain parts. we're think...
hey everyone, ive been thinking about how we handle database schema changes once an application is live. rolling out changes safely without downtime o...
hey everyone, ive been implementing CQRS in a few places lately and its been great for separating read and write concerns, especially with complex dom...
Hey all, been thinking about how we use message queues like RabbitMQ or SQS in our microservices. We use them a lot for simple decoupling - service A ...