Newest Questions

-1 votes
0 answers
11 views

I am not an expert in flutter / clean architecture as a whole and I am trying my best to learn through the community , lets go straight to detail : I am using clean architecture to structure my app , ...
Lemon juice's user avatar
0 votes
1 answer
47 views

I’m designing a coupon redemption system where each coupon is active for a time range and provides a discount on the cart/product value. So when user places an order with the coupon user redeems that ...
tusharRawat's user avatar
0 votes
0 answers
30 views

In the company that I work for, the team is struggling with how to maintain and deploy the core, the main firmware and other dependencies of our products. In our case, we have a family of products ...
Macena's user avatar
  • 11
0 votes
0 answers
55 views

So I have the following structure: Campaign <--many-to-many--> buyers Buyers --has Many--> resources I want users to be able to set a resource cap on a particular Buyer-Campaign pair, so ...
Yusuf Bouzekri's user avatar
4 votes
3 answers
216 views

I have been working through the Apple SwiftUI/SwiftData tutorial Scorekeeper and noticed that they did something I wouldn't have considered, and don't know why they did it. In the tutorial (in Section ...
Peter M's user avatar
  • 2,145
-1 votes
0 answers
35 views

I am developing a frontend application in React with Next.js that includes an authentication system where users can have different roles (for example guest, customer, agent, admin). Depending on the ...
dok's user avatar
  • 311
4 votes
3 answers
166 views

I currently have around twenty GitHub repositories used by one group of developers. Each repository is a Spring Boot Java microservice. I now want to open these repositories to a second group in order ...
Ryley38's user avatar
  • 167
2 votes
0 answers
164 views

I’ve worked with database schemas that often had a soft delete field indicator in tables (such as deleted_at, invalidated, and so on) to keep track of the deletion status of records. It’s obvious that ...
ikiwq's user avatar
  • 193
-1 votes
4 answers
206 views

The reason I wanted to ask is because of some code from Undertale that is responsible for choosing which dialogue set to use. It works something like this: switch (id) { case 0: msg[0] = &...
Bunabyte's user avatar
  • 665
1 vote
4 answers
501 views

I'm developing a library in JavaScript (TypeScript, actually) which is split into several modules. It's meant to run both on the web and in non-web environments like Node.js. The library is meant to ...
Blue Nebula's user avatar
1 vote
1 answer
100 views

I’m working on a Physical DFD Level 1 and 2 for an anomaly detection app, but this this post only concerns the DFD’s user-account processes. I want to check if my decomposition of a specific process ...
Bronwyn Rojas's user avatar
5 votes
7 answers
550 views

I'm working on a platform that allows assigning users to events manually. Every user provides their general availability (Mondays 2PM - 8PM, Tuesdays not at all, Wednesdays 3:30PM-7PM, and so on). ...
Ray's user avatar
  • 159
1 vote
1 answer
290 views

I am working on an identity and users service in a microservices system for which a passwordless, SMS-based authentication is a hard requirement, i.e. User enters their phone number System sends the ...
dzenesiz's user avatar
  • 227
4 votes
2 answers
160 views

I am trying to automate an old GUI tool which requires filling in some data from a CSV and selecting appropriate tree item values based on it. I need to do this in multiple instances of the ...
Yashbhatt's user avatar
  • 149
5 votes
3 answers
1k views

I was trying to model a fairly simple real world model inside a distributed system and got stuck thinking about timing and order and would appreciate some external view on it. Assuming I have this ...
Samuel's user avatar
  • 799

15 30 50 per page
1
2 3 4 5
4294