118 discussions in the community
hey folks, ive been thinking about API versioning lately, especially as our services grow and evolve. weve managed without it for a while, but im star...
Hey everyone, I'm building a new feature that needs the server to send updates to the client in real-time. We're already using microservices, and I'm ...
So, I'm wondering about your stories moving from just one database to something more involved, like read replicas or even sharding. When did you guys ...
hey everyone ive been working with oauth 20 lately and seeing all the different flows authorization code implicit client credentials resource owner pa...
hey everyone, i'm wrestling with a common challenge in distributed systems: managing transactions that span multiple services. while two-phase commit ...
hey all, been thinking about api design lately. network glitches happen, you know, and sometimes a request might get sent twice. to prevent duplicate ...
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...
Our SaaS B2B application is currently hosted on a DigitalOcean Droplet, while the database layer is managed through DigitalOcean Managed PostgreSQL. ...
hey all, been thinking about rate limiting a lot. we did some basic IP-based stuff, but it's pretty clunky. it can unfairly punish people on shared I...
Hey everyone, I've been struggling to get logging standardized across our microservices as we keep growing. It's tough because we're using different l...
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...
we've hit a scaling wall with our current database setup. Read replicas are helping, but the write load is becoming a bottleneck. We're starting to lo...
hey folks, i'm thinking about building out a new real-time feature and i'm weighing the pros and cons of long-polling versus WebSockets. we need to pu...
hey everyone, i've been thinking about inter-service communication lately. we've got a few scenarios where services need to notify others about events...
were seeing more and more large files, like images, videos, and docs, getting uploaded and processed by our microservices. Storing them right in our m...
im workin on a platform where users can upload a ton of images, and we need to process them quickly for various purposes like resizing, format convers...
hey folks, i'm looking for good ways to keep data consistent across a bunch of microservices, especially when it needs to be updated almost instantly....
ive been seeing a lot of talk about microservices lately, and its great, but im struggling with the right size. when you start a project, its usually ...
hey ev1 im lookin to put rate limitin on some new microservices for public apis. ive seen token bucket leaky bucket and fixed window counters. any str...
Hey everyone, I've been thinking a lot about API versioning lately, especially as our services grow and change. We've used URL path versioning (v1, v2...