# Work

All posts tagged with "Work".

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...

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...

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...

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...

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 ...

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...

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.

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...

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...

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 ...

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, ...

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...

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?...