Jun 9, 2026 Article Welcome to root-project.org The blog is back. Fresh coat of paint, same Bernhard. #meta#blog
Jul 29, 2014 Article My experience as an interviewer Recently I did a lot of interviews for my developer team and I thought a summary might helps interviewers and/or candidates alike. Interviewer - Th... #Work
Jul 9, 2014 Article How to run ungit on Cloud9 - An account on [Cloud9][cloud9] (supports GitHub accounts) - A VM on [Cloud9][cloud9] - node.js on the VM - A git repository - Watching the [intro... #Work
Jun 30, 2014 Article I just did it Usually I'm very keen to prepare myself for a project I create a project document in my Google Docs with a well thought name, a few lines of introd... #Work
May 21, 2014 Article Code Review Expectations When I ask for a code review I sometimes ask myself if I took too long to build this piece of software and if the reviewer will suspect my work cap... #Work
Oct 22, 2013 Article Abandoning 3D Working with 3D was always a dream of me so I started using it back in 2011. Since then I had great experience while discovering 3D, Blender3D and ... #Work#Blender3D#Blender
Oct 21, 2013 Article Moving the Blog again Today I moved the Blog again. This time from Dreamhost.com to GitHub.com. Why? Well, three years ago I thought I will need a space to host my appli... #Other
Sep 22, 2013 Article NITROUS.IO Box with Cloud9 IDE Editor ![][1] [Nitrous.IO][2] is a wonderful way to develop software in the cloud and I'm a participant from the first minute. The platform is still in BE... #Work#DotNet
Apr 9, 2013 Article Git: Using repositories/branches for source separation ![Git Logo][1] [Git][2] is a wonderful and easy way to manage your source code of any kind of project and using [GitHub][3] as the central is a sma... #Work#DotNet
Jan 16, 2013 Article Why you shouldn't use Entity Framework with Transactions This is a .net ORM Mapper Framework from Microsoft to help you talking with your Database in an object oriented manner. [Wikipedia][1] A database t... #Work#DotNet