1613 discussions in the community
Hey everyone, I'm working on a project that needs real-time notifications, but I'm trying to avoid adding WebSockets if possible because they seem kin...
hey everyone, im curious about the best practices for managing sensitive information like api keys, database credentials, and certificates across a gr...
hey all, ive been wrestling with ensuring idempotency in a few microservices lately, especially when dealing with external event triggers. weve implem...
hey everyone, i've been seeing message queues pop up in a lot of system designs lately, even for what seem like pretty straightforward background task...
we been thinkin alot about what happens when one of our critical microservices has an outage or really bad perf issues. beyond basic retries, what pat...
were building out several integrations with third-party apis, and rate limiting is becoming a big concern. we want to avoid hitting their limits and g...
Hey everyone, I'm working on a project where we need to push real-time updates to clients. We're trying to figure out the best way to do it, looking a...
Hey everyone, I've been thinking a lot about system design trade-offs lately, and especially about latency versus throughput. For some services, it's ...
hey everyone, ive been thinking about message queues lately. we use them for a few critical background tasks, and theyve been fantastic for decoupling...
hey everyne, ive been thinkin bout eventual consistency a lot lately, esp in microservice archs. seems like a necessary evil for scailng, but gettin i...
i've been seeing a lot of architectures lately that push caching all the way out to the edge, like Cloudflare or Akamai. for static assets, it's a no-...
hey all im lookin to shard our main relational db as we continue to grow and scale were hittin some read/write limits that are becomin noticeable ive ...
we're seeing more and more tasks that take a while to complete, think image processing, report generation, or complex data exports. currently, we're j...
Hey everyone, I'm hoping you can share some of your experiences. Our web app has grown quite a bit, and we're starting to worry about performance. Rig...
we're all familiar with auto-scaling based on current metrics like CPU or memory. But what if we could predict future load? Imagine a system that coul...
hey folks, im wrestling with how to best push real-time updates to clients in a new service. We're seeing a lot of users wanting instant notifications...
So, I've been chewing on message queues recently, especially when they seem to create more headaches than they fix. People always suggest them for spl...
hey everyone, im thinking about our release process and how to better manage new features, especially for our larger, more complex systems. weve hit a...
Hey everyone, I'm working on an API for a new service and we're starting to think about versioning. We want to make sure we can evolve the API without...
hey everyone, ive been thinking a lot about disaster recovery lately. for critical systems, we usually consider activepassive setups for failover. but...