Thursday, 3 January 2013

Information flow


When I was a kid we had this book about electricity. There was a tutorial how to create a small engine using paperclips and battery. I couldn't do it but I was fascinated how can you create a more complex thing from something basic. (I know it's not entirely true.) For many years I thought making complex things what really motivates me. Then I realized it's information that is amazing.

Wednesday, 2 January 2013

Getting to know Symfony


During Christmas holidays I've decided to dive into Symfony. If you don't know anything about it - it's very nice modular web development framework. Not so long ago Drupal got some low level components from Symfony: http://symfony.com/blog/symfony2-meets-drupal-8. It was a very interesting merge of the two systems. I was a bit surprised, like when your little sister puts her Barbie into your Ferrari toy car. But as expected it's a well thought though decision: easier maintenance, benefits of small domain components (such as http kernel) and a versatile management system (Drupal, ofc.), merging communities, etc.

Tuesday, 1 January 2013

Day 1 - the re-beginning


Yeah, yet another new year resolution - I do one blog post a day. I missed a full year without a single entry. Why I didn't write anything?

Saturday, 20 August 2011

Comics to PDF

Hi Readers,

I'm not a comis guy but there are some I'm really interested to follow. The more I read online the more I realize it's a horrible experience for consuming.

Wednesday, 2 March 2011

Making an iPhone app - Part 3 - Minimap App

Hi Readers,


In this episode we will create a very minimalistic application so we can test a lot of iOS features with it. The application will have 1 UIView and a UIButton on it. On clicking the button an alert will pop up.

Tuesday, 1 March 2011

Making an iPhone app - Part 2 - iOS

Hi Readers,

This time I'm gonna introduce iOS we reveal the toolkit we have for iPhone development.