58 discussions in the community
hey everyone, i'm trying to get my head around secret management, especially with more of our stuff going to the cloud. we've done a bit of everything...
Hey everyone, I'm trying to get a handle on how to do effective rate limiting when you've got a bunch of microservices. It's not too bad on just one s...
hey everyone, im wrestlin with the decision of whether to implement an api gateway for our growing set of microservices. on one hand, it seems like a ...
Hey everyone, I'm working on a project and we need to add a caching layer to speed things up. I've been looking into Redis and Memcached, but I'm not ...
Hey everyone, I've been thinking a lot about background jobs lately. We use a queue system, you know, like Redis or RabbitMQ, for tasks that don't nee...
hey everyone, i'm trying to get a clearer picture on api gateways versus having frontend clients call microservices directly. i get that gateways can ...
So I've been chewing on this API caching thing, right? You know, the kind where the data just won't sit still. We've got Redis for our user stuff, and...
Hey everyone, I'm trying to figure out the best way to set up rate limiting for a new API. I'm stuck between limiting by API key (so, per user) or by ...
Lately, I've been finding it tough to pin down issues when they span multiple services. Tracing requests is one thing, but understanding the full pict...
Hey folks, I'm working on a new microservices project and need to set up a centralized logging system. I've been looking at the ELK stack (Elasticsear...
What are the alternatives for browsershot service. We have the SaaS application in which users have to generate heavy (100+) pages of PDF which will ...
hey everyone, been thinking a lot about how services find each other as instances spin up and down constantly in cloud-native setups. What are your pr...
Our SaaS B2B application is currently hosted on a DigitalOcean Droplet, while the database layer is managed through DigitalOcean Managed PostgreSQL. ...
hey everyone, im thinking abt system design for services that need to do work async. ive used stuff like Celery w/ Redis before, and cloud native opti...
I'm getting a new Kubernetes cluster set up and need to figure out the best way to handle sensitive stuff, like API keys and database passwords. I've ...
Hey everyone, I've been mulling over the best way to set up an API Gateway. My main hang-up is the deployment. Do you guys like having one central gat...
hey everyone, im starting to break down a monolith into microservices and im wrestling with the communication patterns. i'm seeing a lot of examples u...
hey everyone, i'm trying to get a clearer picture on when to deploy a load balancer versus an API gateway. it seems like theres overlap, but also key ...
Hey everyone, I'm trying to figure out the best way to handle database schema changes in production. I've heard about blue-green deployments for datab...
I've been thinking about rate limiting lately. It's super important for protecting services from abuse and making sure everyone gets a fair shot, but ...