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...
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 ‘Software Engineering for SaaS’ from Coursera
Completed ‘Software Engineering for SaaS’ course offered by Dave Patterson and Armando Fox, Professors at University of California, Berkeley. This course...
Ruby Koans – Another Great Tutorial
Ruby Koans is somewhat advanced than the other tutorials I went through earlier. It has 30 topics and you have to...
Git (Source Version Control) Tutorial from CodeSchool
Recently I started using Git and Github for one of my hobby projects. To get up to speed I went through...
Ruby on Rails – Excellent Tutorial from CodeSchool
‘Ruby on Rails’ is a web development framework for Ruby language… just came across an excellent tutorial for ‘Ruby on...