Blog
Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.

Test-Driven Development (TDD) in Ruby: A Step-by-Step Guide
In Test-Driven Development (TDD), you start with tests, not code. First, write a test that defines...
How Automated QA Testing Can Accelerate Your Startup's Growth
In the fast-paced world of startups, maintaining top software quality is key to growth and success....

Avoid Candidates Who Hide Details
Understanding how a candidate plans to work is crucial when hiring remote workers. Have you ever...

Stop using Faker and random data in the test fixtures.
Faker/FFaker can seem like the perfect solution to generate data for testing. In theory, Faker...

Jekyll + GitHub Pages + Forestry.io
I’ve recently migrated the jetthoughts.com website on Jekyll to Forestry.io. I’d like to share my...

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...