Quick git workflow for small teams

Here is a simple and straightforward way of using git in small teams. I have tried different approaches and think this works well for teams up to a size of 5 people. Beyond that, you may incorporate some more sophistication in the workflow, but that can be in a different post. For this post, assumeContinue reading “Quick git workflow for small teams”

How to install PhantomJs on a CentOS server

I was playing around with using a server to run end to end scenario testing using PhantomJs (new to it, check out some useful books here). I like that PhantomJs has minimal requirements. However, I did have to install a couple of libraries that I didn’t find clear documentation for. So to benefit anyone whoContinue reading “How to install PhantomJs on a CentOS server”