Using Makefiles for build automation
In my last presentation at Things Lab, I mentioned build automation as one of the best practices used in Continuous Integration (CI). But build automation goes even beyond CI; you don’t neccessaril...
In my last presentation at Things Lab, I mentioned build automation as one of the best practices used in Continuous Integration (CI). But build automation goes even beyond CI; you don’t neccessaril...
A couple of years ago, when I was learning Java programming, I thought of testing myself and my programming skills by writing a game in Java. Now, I'm not going to call it "game programming", since...
Yesterday I finished a short course at Learnable titled "Build Your First Website: HTML & CSS". I wasn't a complete noob on HTML and CSS but my CSS skills were not good. I had to check StackOve...
It has been almost one year since I first heard of Vagrant, and maybe 7-8 months since I first used it. Vagrant is a provision tool; it provides you a full development environment with all the tool...