Importance of Docker

Docker is the new way of server deployment. It is not only a next generation server environment but a new way of local development. Sushil Mansukhani has effectively showed the importance of Docker in daily development and server deployment. He listened out few handy commands to play with, so everyone can have their own Docker running…

Commit Message Standards 

Commit messages are like breadcrumbs that lead you back through the history of your code. Write them with care and precision so that you and others can easily understand the changes that were made and why they were made. A clear and informative commit message can save time and prevent headaches down the road. Weekly…