python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to design multi-organization application?
my team and I are developing a saas-like platform, mainly focused on organizations where a user can log in, choose an organization which he wants to manage (user can be assigned to multiple "org...

Ymmij
Votes: 0
Answers: 1
Microservices Architecture - API Gateway with Aggregator
I am trying to build a system which involves a client which will talk to a few microservices. I got to the point where I realize I don't want the client to communicate directly with all the microservi...

Gilad Dahan
Votes: 0
Answers: 0
How to design & Implement containerize architecture for nginx with reactjs and laravel with mongo?
I'm using reactjs for frontend with Nginx load balancer and laravel for backend with MongoDB.
as old architecture design, code upload to GitHub with different frontend and backend repo.
still did not ...

SyedAsadRazaDevops
Votes: 0
Answers: 3
How do I dockerize an application which spawns child processes?
I have an application (lets call it, endpoint service) which spawns a child process upon getting an API request. The child processes needs to communicate with outside world over a TCP connection. How ...

Surya Srivastava
Votes: 0
Answers: 0