Learn Vagrant from Scratch : Initial Setup and Boxes


Setup and Boxes Vagrant reads its setting and instructions from Vagrantfile. It is generally present in its home directory. This file is created once you start initialize the vagrant. Supposing you are in your root directory of vagrant. Run this to initialize your vagrant. vagrant init Now you will have a Vagrantfile in your root

macbookpro

MACBOOK PRO 2016


“MACBOOK PRO 2016 IS HERE”   Finally the wait is over and apple has announced the Macbook Pro 2016. Everyone was 100% sure for the last two keynotes that the apple will announce it in September one or before that. But the wait was totally worth it. In one sentence Macbook Pro is the most

Git, best practices and mistakes.


Here we are going to talk about the best practices that you should follow and avoid the mistakes at all cost while using git. These are all the points learned during the experience of various project and mistakes. So lets start. Daily push your code before leaving and pull the code before start working. Why