How is dependency management implemented in the DDD approach?
iOS
How do retain counts work with strong references in iOS?
Which component is responsible for animation: layer or view?
What affects the size and weight of applications created in Swift?
What is multithreading?
What data types in Swift, besides structures, are considered value types?
What is the difference between a garbage collector and automatic memory management (ARC)?
What is the open/closed principle (OCP)?
What are the differences between TableView and CollectionView components in app interface development?
What are the ways to design visual interface elements in web development?
What principle of loading the user interface is used in your application?
How to use the MVC architecture to avoid controller overload?
How does multithreading interact with UIKit?
Where are reference types and value types stored in Swift?
What problem does reactive programming solve?
Is the class open public or private?
What tools in Xcode do you use in your work?
How to distinguish an architecture where data is transmitted only in one direction from an architecture where the information flow is bidirectional?
Is searching for an element in a Python dictionary always an operation with constant complexity?
What is the range of possible values that can be set for a semaphore counter?