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 Implement CRQS in DDD
If someone tries to implement the CQRS pattern without repository in DDD, in which layer should it be done? Infrastructure or Application Layer?
Mamink
Votes: 0
Answers: 1
Establish which version/tag a commit contributes to
In a commit based research for Software Engineering, the first task I've been asked to do is to link every commit to a version. So, per say, every commit that happened between version 1.1 to 1.2 would...
Gerardo Festa
Votes: 0
Answers: 0
Sharing packages from one machine with internet access to other machines with no internet connection
I would like to know if one of you guys has suggestions for my environment, our computer clients don’t have internet access, so because of that new packages cannot be installed.
I was wondering if wou...
Sam
Votes: 0
Answers: 0
How to replace remote repository content with unrelated history?
I have a repository hosted on github that I used to develop some code, let's call it https://github.com/foo/bar.git.
In another, completely separate local repository I developed some other code. Now I...
Krzysiek Karbowiak
Votes: 0
Answers: 1