design tag

39 questions


1 answers
335 views
0
Using RDBs and Key-value DBs

How do I use RDB and key-value DB differently?Personally, I understand the difference between whether or not you can create an index later, but is this correct?


1 answers
297 views
0
Is there a way to automatically generate table definitions on a mac?

Until now, when creating table definitions, after modifying, adding, and deleting tables in the database, Windows automatically generated them using the A5 SQL feature (↓)DB client:A5 SQL automatic ta...

1 years ago

2 answers
417 views
0
Understanding Table Normalization

I've been designing DB tables so far, and I always get lost.It's about whether the name should be on the transaction table.Generally, it is good to code names and manage them centrally in a master tab...


1 answers
84 views
0
What language does a program use to define requirements?

For example, the program will make it in C language.What are the requirements classified as?Functionality RequirementsReliability RequirementsUsage RequirementsEfficiency RequirementsServiceability Re...

2 years ago

1 answers
93 views
0
Understanding Module Return Value Design

I'm creating a web application, but I'm worried about how to design the return value of the module.Consider creating a simple module called Update user_name in the users model moduleUserNameUpdate def...


1 answers
114 views
0
Handling Master Information in Domain Driven Design (DDD)

I'm designing a system with DDD and clean architecture, but I'm having trouble handling ValueObjects that are persistent in the master table.ProductEntity {id, name, price, rank}Yes, rank is based on ...


1 answers
65 views
0
I want to mock the behavior of the value object.

When I was going to write the process of converting Markdown to Html, I prepared Markdown and Html classes as value objects.And the Html class writes about how Markdown is instantiated as an argument ...

2 years ago

4 answers
154 views
0
Want to know best design practices when you want to filter a table with multiple conditions in RDB

I'd like to know the best design practice when you want RDB to filter a table under multiple conditions (including AND/OR).For example, table name:sample_tableSchema: - id integer - name varchar - co...

2 years ago

1 answers
74 views
0
Information About In-memory Repository in Domain Driven Design

We are currently trying to create an application with DDD.It's my first time doing this, so I've been stumbling a lot, but I have a question about the subject.With DDD, it is understood that states ar...

2 years ago

1 answers
106 views
0
Understanding the Relationship Between Domain-Driven Entities and Tables

Domain-driven entities recognize that there are cases where tables do not always match.With that in mind, would it be okay to hold data in multiple tables with one entity for example?Also, is there no...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.