Reading about Computer viruses and malware

Reading about malware today…. I thought to share a few points I learnt. I hope it is beneficial for the reader of this article. It is a good start for me to understand what is computer virus?

a virus is basically a computer code embedded in a file that penetrates a computer for unauthorized data destruction or data distortion or data copying. But if the virus is just small code that embedded into a program – how it can spread so quickly and make such a destruction ? The answer is self-replication.

Continue reading →

Single Responsibility Principle

I am reading great book at the moment titled Clean Architecture A Craftsman’s Guide to Software Structure and Design and I ask myself, is there anything I can apply from this book… i think the answer is yes! As ServiceNow professionals, can we learn anything from Single Responsibility Principle for example? I think yes again.

But first, what is Single Responsibility Principle?

Continue reading →