Dart Code Coverage with Github Actions and CodeCov (using test_coverage package)
The test_coverage package has not been updated for quite some time and is not playing well with some of the...
Maximo Test Automation with Cypress
Cypress.io is a newish front-end test automation tool. In my brief encounter with Cypress, I found it relatively easy to...
Optimize Performance of WordPress site
I have been optimizing the performance of a WordPress site for a couple of days and managed to shave off...
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...
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,...
Study Notes for Microsoft Exam: Developing ASP.NET MVC Web Applications (70-486)
Took Microsoft Exam 70-486 which part of MCSD certification. I spend about 2 weeks studying the material and took some...
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...