Learning Enough to be Dangerous – Go From Being a Novice to an Advanced Developer

current courses at Learn Enough to be Dangerous

While I think the venerable Ruby on Rails Tutorial is still the best way to learn Rails, jumping into this tutorial can be challenging for those who are new to programming. With the fourth and latest beta of Rails 5 being released this past week, it is appropriate that Michael Hartl, the creator of the … Read more

Cloning a Repository from the Command Line with Bonobo Git Server

git logo

I recently set up Bonobo Git Server on a Windows Server running IIS. I implemented Windows Authentication for the Bonobo Web interface as per the instructions on the Bonobo site. I created a repository called “Test” using the Web interface, which — assuming you use the folder names in the instructions — is at http://servername/Bonobo.Git.Server.Interface. … Read more