Vertical Slice Architecture vs Clean Architecture
In Vertical Slice Architecture instead of splitting in technical aspect, we split our system to some business functionalities and inner each business we have some features/slices. for example in the catalog bounded context, we have product aggregate and for this aggregate we can create some feature/slice. Each feature/slice is completely independent and isolated from other feature/slice.