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
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
Aug 13, 2012 Article Wire Ape Wallpaper Hi there, just created a Wallpaper, dedicated to the lovely Blender Ape Suzanne. Hope you like it! [![WireRendering][1]][2] [1]: /assets/WireRender... #Work#Blender3D#Blender
Apr 30, 2012 Article Unique Ball Wallpaper Hi there, I’ve created a wallpaper in a couple of hours playing around with particles and cycles and that was the outcomming: [![Balls-Wallpaper-Cy... #Work#Blender3D#Blender
Apr 4, 2012 Article WCF & WebAPI JSON Dictionary Imagine you want to serialize a `Dictionary<string, string>` for wcf json output. The JSON output would look like this: ``` [ { Key: "key1", Value:... #Work#DotNet
Oct 13, 2011 Article Automated Web Deployment with MSBuild and MSDeploy If you are looking for an automated web deployment process you will inevitably come to MSBuild. There are many tutorials out [there][1] how to set ... #Work#DotNet
Sep 18, 2011 Article Sunrise Mood Logo As i saw the advertisement from Pro7 for the "Comedy Dienstag" i want to reproduce this effect: [![pro7_comedy_dienstag][1]][1] This is my interpretation. #Work#Blender3D#Blender
Aug 20, 2011 Article Sculpt-Brush Tips With Blender 2.59 we got a very new and stable version to play with. While exploring the new features i found two new functions! First - Import bru... #Work#Blender3D#Blender
Jul 7, 2011 Article 2D Tracking with RotoBezier <iframe src="//player.vimeo.com/video/25910107" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen><... #Work#Blender3D#Blender
Jun 8, 2011 Article 360° Camera I was looking for a 360 camera attachment and found one, but it is very expensive to ship outside from the US, so i decide to create my own… in ble... #Work#Blender3D#Blender
May 20, 2011 Article Hanging Objects Effect ![][1] _You can follow the full guide or skip the optional steps._ 1) _Open a new Scene, delete the default Cube and add Suzanne (Monkey)._ ![][2] ... #Work#Blender3D#Blender
May 18, 2011 Article 360° Panorama Rendering I was searching for a way to create a panorama shot but just found some wired information’s about PartX properties. Then i came to a post where it ... #Work#Blender3D#Blender
May 2, 2011 Article A dull Car Tire I've done a new render, a car tire. I know, this is dull but i have to :) [](/assets/car-tire-1024x576.jpg) please critique it, i have to know the ... #Work#Blender3D#Blender
Apr 6, 2011 Article Determine ClickOnce UpdateUri / Install Address Its hard to find Informations about the place where the UpdateUri is saved on a windows machine. The only information i was found is where the bina... #Work#DotNet
Apr 6, 2011 Article Export Blender Models to Shapeways Here is the way how i get my model compatible for ShapeWays. Please check the FAQ and other pages on ShapeWays if you have questions that are not f... #Work#Blender3D#Blender
Mar 31, 2011 Article Binding to an anonymous type Try to imagine that you have a list of complex classes and you just want to display just a bunch of properties. For example: ``` Person.Firstname, ... #Work#Wpf#C#
Mar 7, 2011 Article PinArt Well, this is it! It was a bit tricky because i do not want to look at tutorials to do this PinArt toy and thus it makes me some headache. It can b... #Work#Blender3D#Blender
Jun 17, 2010 Article Crash Course in HLSL Can be found at: [http://www.catalinzima.com/?page_id=575][1] What does HLSL stand for? Why was it created? How does an HLSL effect file look like?... #Work#XNA#C#
Jun 7, 2010 Article Microsoft XNA Game Studio 3.0 Unleashed #Microsoft XNA Game Studio 3.0 Unleashed This book is really good, it describes every code line and is perfect for every one who want to start with... #Work#XNA#C#