187 discussions in the community
Hey everyone, I've been chewing on our API strategy lately, especially with how we're growing. We've leaned on REST for ages, and honestly, it's worke...
Hey folks, I've been seeing more and more about GraphQL lately, and while I get the benefits for frontend developers (single endpoint, client-specifie...
im workin on a system that needs to send notifs to users via multiple channels like email sms and push notifs. we want to make sure messages get deliv...
Hey everyone, I've been giving some thought to how we handle pagination in our APIs. We've pretty much stuck with offset/limit for everything, but ho...
Hey everyone, I've been thinking about API design lately. We all know idempotency is super important, especially for things that change stuff, like PO...
hey everyone, let's talk about handling API errors. we usually see a bunch of 4xx and 5xx codes, but it doesn't always feel consistent, you know? what...
We're starting a new project and have to design the API for a main microservice. I'm kind of leaning towards GraphQL since clients get more flexibilit...
hey everyone, thinking about api versioning. we're using a microservices approach and our user base is growing. we want to add new features without br...
Hey everyone, I'm trying to figure out how to scale our main user database. We're growing like crazy and our current setup just isn't keeping up anymo...
Hey everyone, I'm struggling a bit with API versioning now that our microservices are growing. We started with versioning in the URL path, like /v1/us...
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 ...
I've been working on a distributed system, and some services talk to each other over the network. We've run into problems where one slow service can c...
hey everyone im tryin to decide on the best compute strategy for a new set of microservices. we're leanin towards microservices for agility, but the d...
hey folks, i've been thinking about content delivery networks lately. our app is growing, and we're serving a good chunk of static stuff (images, css,...
hey folks, i've been thinking about api design recently. we're a growing microservices setup, and right now, services just talk straight to each other...
hey folks ive been thinkin a lot about api versioning lately, esp as our services grow were movin beyond simple internal apis and startin to expose th...
hey everyone ive been thinking about when its the right time to introduce a message queue into our architecture. we often have background tasks that d...
hey every1 ive been thinkin alot bout how we structure our microservices communication. when were designin new features, we often have the choice betw...
We're setting up some new microservices and need a solid plan for versioning our APIs. We've looked at a few ways to do it, like putting the version i...
Hey everyone, I'm working on a distributed system with a bunch of microservices, and we're trying to figure out the best way to do rate limiting. Shou...