Blog
Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.
It’s Time For Active Job
It’s Time For Active Job Recently we have upgraded one of our own projects to Rails 4.2....
Our Default Ruby Development Stack
Our Default Ruby Development Stack Not that long ago I joined JetThoughts. By this time...
Speed Up Your Rails Test Suite By 6% In 1 Line
At one project we have a set of currently 3k+ tests, running more than 2 minutes. Most of the test...
Help shepherd to count sheep in Elixir
I have been thinking about learning a functional language for a long time. So recently I’ve started...
Video player with React Native. Part 1: Expo
Nowadays there are plenty of solutions to build an application for a mobile platform. If we are...
How to Learn Ruby
Starting to learn a new programming language or a new framework every person faces a problem — what...
How To Memoize False and Nil Values
TL;DR: if method can return false or nil, and you want to memoize it, use defined?(@_result)...
How to Setup a Project That Can Host Up to 1000 Users for Free
Basic Heroku Setup or Staging Configuration Hosting service: Heroku Database:...
5 Steps to Add Remote Modals to Your Rails App
Sometimes you don’t want to write big JavaScript application just to have working remote modals in...
Running tests in containers with docker-compose
The main advantages of this way are to have independent environment for the tests running...