Category: Software
-
Serialization choices
Written by
on
I’ve been recently looking into different serialization options. While there are plenty of writeups (even in C#) already available, I wanted to: Have one about C# Learn something new 😉 Look into…
-
A few words about (unit) testing
Written by
on
Purpose of testing I think every developer knows something about different types of testing (unit, integration, functional / acceptance, regression, etc.). Add to this performance testing, black-box testing and you…
-
Ruby – Regex – Special characters
Written by
on
“There ain’t no such thing as plain text”. Joel Spolsky (what every developer must know about unicode). This text is based on the assumption, that current locale uses UTF-8 encoding.…
-
Kinect Slideshow
Written by
on
Instead of regular wireless presenter, you might use Kinect to impress your viewers. Application allows changing slides by waving your hand from right to left in Windows. Combined with Impress.Js usually…