Just found this good reading about how the symmetric and asymmetric encryption is used in email clients, ssl etc. In an understandable way. http://www.infosecisland.com/blogview/4497-Public-Key-Private-Key-Secret-Key-Everyday-Encryption-.html
Category: CommonDev
Programming with GUTs
A good presentation about unit testing – the proper way 🙂 https://vimeo.com/108007508
Coding Guidelines
General The main reason of this document is to help to achieve a clean code, which is: Readable: easily understandable – by other developers Maintainable: easily changeable by other developers as well Flexible: can be extended and add new functionality Testable: can be unit testable – where other classes are mocked even if the classes […]