The Dilemma: Clean Code vs Tight Deadlines

Every once in a while, any software developer wants to write a piece of art by following best practices such as refactoring or improving your code, adding unit, integration or even end-to-end tests, making your code as readable as possible, or delivering solutions that scale in no time. It is like going to Hawaii for … Read more

Soft Delete vs Hard Delete

soft delete vs hard delete

Are you new to the software development industry? If you are, let me introduce you to the concept of soft delete and hard delete, and why, for the most part, you are going to be using the first one. ‍Let’s say you open your Messenger, WhatsApp, or whatever chat application you use to communicate on … Read more