Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [architecture]

Architecture encompasses the process, artifacts and high-level structure of a solution.

architecture
0 votes
1 answer
10 views

c4model is before or after BOA/Epic Architecture?

c4model.com provides a very good architecture standards with its 4Cs for various audiences. However, with Agile which has Business Outcomes (BO) Architecture --> EPIC Architecture, etc. are ...
Chalpat's user avatar
  • 76
-1 votes
0 answers
18 views

Access Modifiers .NET

Again about access modifiers. Good and clean architecture (especially from 'Uncle Bob') says that there should be inversion of control, and declaration should be separated from implementation. (It's ...
Oleg Sh's user avatar
  • 8,891
0 votes
0 answers
39 views

Implement unique enrollment mechanism between endpoints and remote server

I'd like to design an enrollment mechanism between Win/Linux/MacOS endpoint and a remote server with the following characteristics : enrollment should be seamless with no user intervention. well ...
Zohar81's user avatar
  • 4,984
-1 votes
0 answers
41 views

How to design (C++) a plugin mechanism allowing hot unloading and loading? [closed]

I'm currently considering designing a plugin architecture for my new C++ project, in which users should be allowed to load/unload plugins in runtime, and to instantiate new classes. But stuck at a ...
Nekomiya Kasane's user avatar
-2 votes
0 answers
25 views

Database design for audio content streaming application [closed]

I have this task to design a database schema for a simple audio content streaming application, and I have questions about what would be the best way to store relations between tracks and playlists. I ...
invaders7vn's user avatar
-1 votes
0 answers
26 views

How to Balance SRP and DRY Principles?

I'm reading Clean Architecture book by Uncle Bob. According to the Single Responsibility Principle (SRP), a module should be responsible to only one actor. However, I'm concerned that this might lead ...
mehdi.loa's user avatar
  • 573
0 votes
2 answers
53 views

"Microservices Using Database Per Service" pattern in practice

I am working on a project where I would like to use this pattern. I have read for days, but I am still not sure how to implement this pattern properly and keep the multiple DBs in sync. Let's suppose ...
zappee's user avatar
  • 21.9k
-2 votes
0 answers
37 views

Java JNI: Issues with Loading Dependent Dynamic Libraries Using loadLibraryFromJar and C++ System Functions Returning Empty Values [duplicate]

Java JNI calls a C++ dynamic library using loadLibraryFromJar, and this dynamic library depends on other dynamic libraries. When I place the dependent dynamic libraries in the system path, /usr/lib/, ...
liang li's user avatar
0 votes
1 answer
32 views

How to Build a Microservices Architecture with Centralized Authentication and Secret Management from Scratch like Google?

I am currently working on a project that involves setting up a microservices architecture with centralized authentication, authorization, and secret management. I want to implement a centralized ...
Radioactive Boy's user avatar
2 votes
0 answers
39 views

Is the isb necessary between modifying ttbr and flushing TLB?

I encountered a problem about replacing the active TTBR0_EL2 register. It seems that the new data loading does not use the new page table, or the instruction execution is messed up. In short, Data ...
wangloo's user avatar
  • 107
0 votes
0 answers
15 views

Python project architecture venv

In a lot of my python projects, i use a self written class: Logger. Quite simple, it print the given argument to the screen or saves it to disk. Like: Logger.log('some text'). In some applications I ...
Willem-Jan Z's user avatar
0 votes
0 answers
35 views

Software design for simultaneously running python programs

My question is not directly about the implementation in the code, but more about the basic design or technique I should use. Initial situation: I have a Python program that executes a simulation. This ...
Fred's user avatar
  • 39
-1 votes
1 answer
21 views

Where do you set default values when registering a user? [closed]

i am currently developing a web application in which the user should have the possibility to register. For this I have built a VueJS web application and a Golang REST API. However, the backend is now ...
MoreTags's user avatar
  • 165
0 votes
0 answers
8 views

Hide some tabs in software

I have some software but I don't have the source code. I downloaded from www.manager.io It has many tabs when you open it. Is there any way to hide some tabs and windows of this software? The Tabs I ...
justcoder's user avatar
2 votes
1 answer
30 views

Manage concurrent users per single subscription

I am implementing a functionality in which user can take one subscription &** maximum 10 account can be created per single subscription but only 3 concurrent users are allowed**. I am using ...
Yash Lathiya's user avatar

15 30 50 per page
1
2 3 4 5
1150