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...
Git Push error: refusing to update checked out branch (Source Control)
Recently, I cloned a repository on my machine and made some changes to it. As I was pushing my changes...
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...
Completed ‘Human Computer Interaction’ from Coursera
Completed ‘Human-Computer Interaction’ course offered by Scott Klemmer, Associate Professor of Computer Science, Stanford University. This course was offered through Coursera.org The...
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...
Book: Code Complete 2nd Edition
Just finished reading Code Complete 2nd edition by Steve McConnell. It is a reference book for programming best practices. Generally programming...