Code, Methadologies and Principles Blog
Here is a transferable skill. And you’d stand out of the crowd with this knowledge I reckon. Although its very common to work with open source libraries, we rarely ever create our own. Have...
What is Github? Why and how to use it? Github is a web based version control repository i.e its there to host your application while preserving its history of versioning. There are several version...
Countless firms now are moving towards the Agile and countless are moving away from it. It happens all the time. Its the same game with Playstation and Xbox, apple and samsung, G-Suite and Outook....
Have you experienced too much automation effort and not much output? Breaking tests here and there despite you’re undying efforts? Test automation is fantastic, it can save everyone a lot of time. But building...
We test so we can have increased confidence in our product that we are about to ship. We have to have it all green and passing. But sometimes when we’re lucky and have designed...
Hey guys, recently I had the challenge of running our automation pack on centOS, thought i’d share the learnings here. There is really no difference in running them. The tough part is getting the...
So we’ve covered testing without any JavaScript support in this post. While I do not recommend testing heavily with JavaScript for a few different reasons (we’ll cover them later), it is sometimes inevitable. Testing...
Hello! As coders we have to test our product before we ship it. Some of us choose to automate some don’t. For those who automate, it is important to understand where the boundaries should...
Hey guys, I have been thinking a lot about this. I’ve seen this case too many times when a parent class extended by a child class holds methods common to say 2 out 10...
So testing is important these days. In fact I wouldn’t be able to release any code that isn’t backed by automated tests. But as a contractor I often land in situations where there is...
Recent Comments