Soft Updates
...and Soft Deletes
Hard Delete - An operation in which data is erased from the database
Soft Delete - An operation in which a flag is used to mark data as unusable, without erasing the data itself from the database.
Clean Architecture Resources
Resources for Clean Architecture I have found useful