#system-architecture
Read more stories on Hashnode
Articles with this tag
Motivation We always wanted to write the most efficient piece of code that will do the job. Same code with string concatenation took : 10ms Without...
Motivation Deep diving into system design Asynchronism You went to a restaurant and you ordered but the manager told me it will take around 10 hrs...
Priniciple of Least Privilege ? user/system/process should have the minimum set of permissions to execute or complete its job. Ex: if there is a user...