Car Project - Day 0

Recently I had an idea that I would like to play a bit with robotic cars. Here is a day 0 of my car project.

Continue Reading ...
Thoughts on Rust Fest Paris 2018

Since I’ve been trying to learn Rust for over a year now I thought that participating in Rust Fest would be a great boost in both motivation to keep digging into Rust and in learning new things and being inspired. It turns out I was not wrong!

Continue Reading ...

The other day I’ve been struggling with including vector graphics in a WPF application I was working on. Once you get a hang of it the process is quite simple, here is how I solved it by using vector graphics saved in .svg format and SvgToXaml converter.

Continue Reading ...
Let's learn from Patagonia
Image source: Patagonia Works

Just recently I read Let my people Go Surfing: The Education of a Reluctant Businessman and realized that it’s quite probably one of the most impactful book I read in my life.

Continue Reading ...

In lots of aspects 2017 was definitely interesting. I finally feel I settled in the Geneva area and can’t wait to see what happens in 2018!

Continue Reading ...
The Port Humanitarian Hackathon - Report

I was very fortunate to be selected as one of the participants of The Port hackathon. In this post you can read about the experience and what our team came up with during one month of preparation and 3 days of hard work.

Continue Reading ...
Enum flags in C# are life
Image source: Pixabay.com

For the 5 years I’ve been working on and off with C# I’ve never encountered enum flags. Until yesterday. I thought the concept would make a great blog post so here it is!

Continue Reading ...