Development
Ruby/Rails
Setting up a Rails Development Environment on OS X Using Docker
One of our designers wanted to make some changes to our job offer page. At first it seemed trivial - just change some HTML inside a rails app. Then we realised that we would need to setup the whole development...
Tymon Tobolski
• September 29, 2015
Development
Agile
8 Qualities of a Great Technical Leader
As the development team working on a particular project grows, there becomes a need to divide the duties and responsibilities amongst all team members. After a few years of testing different options, we went with the...
Tymon Tobolski
• September 8, 2015
Development
Ruby/Rails
Event sourcing on Rails with RabbitMQ
A year ago I wrote about one of our dashboard applications and how we solved performance issues using Faye delayed messaging (now available as gem!).
Tymon Tobolski
• June 17, 2014
Development
Ruby/Rails
How to Make Rails, Grape, and Her Work Together (With Caching!)
If you follow our series on building APIs with Grape and Rails, you already know how to create powerful versioned APIs in a simple and straightforward way as well as improve Grape’s abilities with a number of useful...
Tymon Tobolski
• March 24, 2014
Development
Ruby/Rails
Introduction to building APIs with Grape
As we at Monterail are no longer just a Rails shop, our projects have grown in size presenting us with an array of new challenges. All the Single Page Applications we code need reliable APIs versioning to work properly....
Tymon Tobolski
• January 15, 2014
Development
Ruby/Rails
Robust Dashboard Application With Faye
There’s a dashboard in one of our applications that shows data from various external services. The more data we were adding to this dashboard, the worse its performance and user experience was getting until the site...
Tymon Tobolski
• February 11, 2013
Development
Scala DSL Tutorial - Writing a Web Framework Router
Recently released Play 2.0 framework brings new way of creating web services to Java community. It's nice and fun, but I dislike few components. One of them is the router with its custom routes definitions file,...
Tymon Tobolski
• May 9, 2012