The book covers:
: Applications should separate concerns into distinct layers: Transport Layer : Handlers that strictly manage HTTP logic.
: Instead of grouping files by technical type (e.g., all controllers in one folder), Kondov recommends structuring by domain (e.g., a "user" folder containing that module's handlers, logic, and tests).