Sobes.tech

Can you tell me about the Singleton pattern?

Middle
213

Tell me about the Repository pattern and how you use it.

Middle
144

What is DDD and how widely is it used in development?

Middle
139

Does FastAPI also encounter the N+1 problem? How is it solved?

Middle
134

If you need to insert or update a thousand records at once, how would you do it? What are the pitfalls of bulk methods?

Middle
133

F-objects and Q-objects in Django ORM — do you remember anything about them?

Middle
131

Are there any patterns that you directly use in your work?

Middle
128

Where do you store business logic, and where do you embed it?

Middle
125

What problem do select_related and prefetch_related solve?

Middle
121

If you need to calculate values directly in SQL based on a condition (for example, a discount depends on the customer category), how would you do this in Django ORM to avoid loading everything into Python?

Middle
119

When making requests with related models in Django ORM, how do you avoid unnecessary SQL queries? What two ORM mechanisms do you know?

Middle
117

Have you had a case where your technical opinion differed from the lead's?

Middle
113

Can you tell me something about the Adapter pattern?

Middle
105