Tag Archives: programming

Steak vs Cucumber as BDD tools

When I joined the world of Ruby on Rails development and testing I was quite happy with all the tools and testing frameworks available, I was using a lot of them during development process. Words like Rspec and Cucumber quickly … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

Pair programming with your mind

My last post was about pair programming. Recently I start working on a small project where I can’t pair with anyone. So I started thinking “what could I use from pairing even When I’m not ? “. My first thought … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

jQuery bug or just strange behavior ?

Today I discovered some strange behavior of jQuery library, when I added some new functionality to our old adminstration. So I’ve got Form element with some inputs and submit button. On inputs are binded click event. That mean that only … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

HTML5 storage

Html5 storage – I recently started write pomodoro aplication to practice my skills and try out new technologies.
One of new technology that I tried is HTML5 storage. Storage is actually database but I prefer the word storage. I show you some examples here how it works. Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Pair programming

I just finished pair programming with my friend Laco who live at Barcelona. We used Skype, Collabedit and gitHub for code synchronization. I’m really tired after six hours, but I’ve good feeling about this. I hope we will continue on … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment