PSla Blog

Blog Piotra Ślatały | Peter Slatala's Blog

Category: Software

  • Serialization choices

    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

    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

    “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

    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…