Blog
Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.
Ruby on Rails 8: Simplifying Sharding with New Methods
Ruby on Rails 8 brings helpful updates for working with sharded databases. The new methods...
Ruby on Rails 8: Custom Compression for Encrypted Data
In Ruby on Rails 8, ActiveRecord’s encryption features are more flexible than ever. You can now set a...
Ruby on Rails 8: How to Batch with Custom Columns
Ruby on Rails 8 introduces a handy feature for developers handling large datasets: batching with...
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...
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...