So I'm running into a strange architectural issue involving vault, and I'm throwing it out to the web because I don't think how we're proposing to do it is corr
I have a project in which the backend is a Rails app (API-only mode) while the frontend is a React app. They are in different Github repositories but I'd like t
I have a functional component called MyDivBlock const MyDivBlock: FC<BoxProps> = ({ }) => { {getting data...} return ( <> <div clas
I'm designing a webhook receiver to work with a third party (over whom I have no control). The third party sends events (HTTPS) on behalf of our users that are
My goal: I have two instance EC2, one is an API that is public and another is a microservice, which needs only to communicate with API. what I have tried so far
There are several posts on stackoverflow about this question, but I'm still not able to understand it fully. Different architectures like the layered architectu
I have Xcode 13.2, App Deployment target 12.0, Swift version 4 Getting line 132: ARCHS[@]: unbound variable error while running in the real device. In the simul
I am building a self-contained data analytics project in Python. As the project needs to be scalable it requires a fairly solid pipeline of data processing and
I would like to know if my understanding of Message Bus and Message Queue workings is correct. First thing first, I need to clear the naming, a service bus is
I would like to know if my understanding of Message Bus and Message Queue workings is correct. First thing first, I need to clear the naming, a service bus is
Leaders in DDD cite the Application Layer as the appropriate place for Transaction Management. For example, from Vince Vaughn: Application Services reside in t
I have to develop React app architecture with one Main App (Shell) and multiple Child Apps inside. Requirements 1) Main App has to provide users authenticat
I'm having a fargate cluster with a service having two containers: a container running nginx for terminating mTLS (it accepts a defined list of CAs) and forwar
I want to design a cross-platform (Android, iOS, and Web) plugin-able software that means everyone can easily develop a plugin for it and users can pick plugins
I have a few (over 50) .NET Framework assemblies that I've developed over time. I've always followed the convention to name my assemblies after the root namespa
I am studying about pagination and I have some questions. What is the difference between two approches? Best use-case for a cursor based pagination? Can cursor
We can use Subsystem element to show breakdown of systems in UML. And, we can group Components into Subsystems. But, is there a element to represent a system? S
We can use Subsystem element to show breakdown of systems in UML. And, we can group Components into Subsystems. But, is there a element to represent a system? S
In a microservice architecture, there is a common pattern called API Gateway. I know that all communication from outside the API Gateway is used as a single e
At my company we're about to set up a new microservice architecture, but we're still trying to decide which protocol would be best for our use case. In our case