Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
6 replies
64 views

Edit 03/12/2025 I ended up using the ctx *fiber.Ctx as a solution. My handlers, usecases, orchestrators and repositories receives my request context. In my orchestrator I create my unified transaction ...
Alan Graton's user avatar
Best practices
0 votes
1 replies
42 views

We currently have a new microservice that handles authentication, authorization (RBAC), and KYC as part of our v2 architecture. We also have an older legacy system (v1) which is fully monolithic — ...
Sahar Parsaifar's user avatar
0 votes
0 answers
18 views

I have multiple microservices, and I am trying to merge them using Ocelot API Gateways. I have created different JSON files for each microservice and I'm adding them using the code below. However, it'...
OpsTeQ User's user avatar
1 vote
1 answer
51 views

I recently joined a startup that has a pretty messy backend setup, and I’ve been assigned to sort it out. Here’s the situation: There’s one main entry point (a federation/onboarding service) that’s ...
Adithya Srikar's user avatar
Advice
6 votes
7 replies
358 views

Our current codebase exists as a monolithic .NET application. The many years of legacy has made it difficult for our engineers to make changes and we're looking to Strangler Fig our way out of a Big ...
Jaidiac's user avatar
  • 101
0 votes
0 answers
62 views

I’m building a monorepo using Turborepo and NestJS, following a microservices architecture with TCP communication between services. Here’s my folder structure: apps/ ├── api-gateway/ │ ├── src/ ...
Cláudio Vitor Dantas's user avatar
0 votes
1 answer
78 views

I have the following requirement. A website (lets call it Website A) where I sell subscription plans for my SaaS Payments are handled with Stripe I am using an authentication service (Auth0) so users ...
kmylonas's user avatar
1 vote
1 answer
74 views

I'm building an application using a CQRS design using Spring Boot Microservices. For the read side, I plan to use Apache Cassandra because of its strong focus on high availability (basically 100% ...
Jeff's user avatar
  • 11
0 votes
0 answers
59 views

I would like to ask about a certain topic that is tough one. Im working in a project that has microservices architecture with more than 1 databases running every time. in django, how can I perform ...
1 vote
1 answer
87 views

I'm trying to build microservices application. I want to make auth/register/login gateway service checks every request and modify headers to pass through to internal services and user profile service. ...
Leopold95's user avatar
1 vote
2 answers
111 views

I’m refactoring a microservice and I need to move one of my domain objects into an external shared dependency (library). Currently, this domain object is annotated with JPA (@Entity, @Id, etc.). ...
Ryley38's user avatar
  • 403
0 votes
0 answers
52 views

I’m implementing a streaming platform for my capstone project with a microservices architecture (Auth, Registration/Identity, Catalog, Search, Playback/Streaming, Payment, Subscription/Entitlement, ...
Vu Lam Vic's user avatar
0 votes
0 answers
46 views

TLDR:Dockerised app redirects me to docker network URL instead of localhost. Objective: Redirect user to identity provider (localhost:6067) while communicating with it at (mcro.identity) from Razor ...
Hashed's user avatar
  • 93
-1 votes
1 answer
114 views

I currently have an admin console that is served a BFF layer and 2 REST microservices - product microservice and user microservice. The user microservice stores information on login users as well as ...
Russell's user avatar
0 votes
1 answer
51 views

In a system consisting of many CQRS (Command API + Query API) microservices (bounded contexts) that communicate via events on an event bus. Which API (Command or Query) should consume the events from ...
worrob's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
621