
How Public Key Cryptography works? (RSA algorithm)
Public-key Cryptography is asymmetric meaning the key used for encryption cannot be used for decryption. There is a pair of...
Calculate Modular Exponentiation (PowerMod) in Javascript (a^p % n)
Computing PowerMod is required to implement public-key cryptography as it is used for data encryption and decryption. Calculating it by regular...

CodeSchool courses on JavaScript Frameworks
CodeSchool is a great site for introductory programming courses. With all guides and practice exercises available right within the browser,...
Convert C# code to JavaScript
Update June 2019: Five years on, each one of the following projects is either discontinued or stale for years. While...
How to embed chrome browser in .net application
Chrome browser can be embedded in native application taking a hybrid approach to development where application is partly developed in...

Completed ‘HTML5 Game Development’ course from Udacity
I have been taking Massively Open Online Courses at Coursera, but this is the first one at Udacity. The two...
Passed Microsoft Exam 70-480: Programming in HTML5 with JavaScript and CSS3
There is huge interest in HTML 5 among the web development community these days. Once again there is hope that...