Blog

  • The No-Nonsense Guide to Deep work

    The No-Nonsense Guide to Deep work

    How to get more quality work done, in less time Photo by Paige Cody on Unsplash Let your mind become a lens, thanks to the converging rays of attention; let your soul be all intent on whatever it is that is established in your mind as a dominant, wholly absorbing idea. — Antonin-Dalmace Sertillanges When the nurseries closed due… Continue reading

  • Multiline comments in Ruby

    Do you want comment more than one row ? So use multiline comment like this : =begin your code =end Important rule, this code must be at the begining of row. PS: This code isn’t  exactly for comments, but you can us it this way ;-) Continue reading

  • How to add second mysql server with installed WAMP

    Because I started  learning Ruby on Rails I needed to run some database server for ruby. I like mysql.  I developing web aplications with WAMP (Windows + Apache + Mysql + PHP). So i tried to run Ruby on Rails with pre-installed version of mysql 5.1.33 but Rails didn’t work properly. I tried to find… Continue reading

  • Start learning Ruby and Ruby on Rails framework

    I has been developing Internet aplication about 9 years. In everyday work i use  PHP and AJAX technology. It is quite a long time ago when my friend Ladislav Martincik told me  about Ruby on Rails. I seen some amazing presentation of Rails framework he showed me. I wonder why I did not start learning… Continue reading