python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to separate business logic from prisma logic
I have just started using Prisma as an orm, in my project, but I am not sure how to separate the Prisma queries and logic code from the service logic that's using Prisma, since we can't use the generi...
justLearning
Votes: 0
Answers: 0
CLEAN ARCHITECTURE REACT
I am at the beginning of an enterprise level application with 2 years of developing in front of me, and I was wondering how to organize my code while having in mind that the project will be huge and l...
Wings
Votes: 0
Answers: 0
Proper separation of concerns between microservices
Let's assume I would like to create a blogging platform that would allow managing user accounts, therefore I came up with 2 microservices:
Blogging - managing posts, tags, etc.
Users - managing users...
toffik325
Votes: 0
Answers: 1
In an MVC design, how should the Model communicate with the View?
Edit TL;DR: I have an MVC application that has a Controller which is aware of the Model and the View, but the View and Model do not have any references to each other and the Model does not have a refe...
Andromecles
Votes: 0
Answers: 0