Unit testing in Svelte
We are going to set up unit testing in Svelte using Testing Library and Jest. The working version of the...
Programming: Inheritance vs Mixin vs Extension
Here are three concepts related to extending the functionality of classes. They are all compile-time concepts, i.e. they have to...
Load Testing with JMeter – Tips and Tricks
Increasing the heap size By default, JMeter uses 1 GB of heap memory. This may not be enough and you...
JMeter: Use multiple user logins for load testing
Thread Group simulates a number of virtual users putting the load on the server. Often one of the initial requests...
Introduction to Load Testing with JMeter
JMeter is a load testing tool to measure the performance of web applications. It is open-source and written in Java....
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...