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

  • Which JS Unit Testing framework?

    Full article is at unboxed page. Continue reading

  • Working for unboxed

    I start working for Unboxed Consulting at May 2010. Because we have got company blog I’m going to write more of my articles there, but this will be place where you can see the articles before official release date. Continue reading

  • Proper error messages on rails

    In order to have proper validation error messages on the web page I want to specify what the message will look like. Problem is that if you set validation message in your Person model like this: validates_format_of :email, :with => /\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})\Z/i, :message => ‘invalid e-mail address’ you get on you page error message like this:… Continue reading