Code, Methadologies and Principles Blog

0

Using Version Control: Git/Github

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...

0

Agile, why?

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....

3

Behat with JavaScript!

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...