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

How to handle remote services in tests
Do you have difficulties in adding the new tests and their readability decreased due to...

Speed up GitHub PR’s review of your React applications
Would you like to speed up PR’s review of React application, when you use Jest snapshot...

What are the steps of an Automation Test Plan?
Step 1: Defining the Scope of Automation Here are the things to consider while identifying...

How to avoid N+1 query using SQL views (materialized) in Rails application
Consider the way to reduce the queries when calculating the average values and find the...

Rails virtual attributes use cases
You want to keep some data but do not want to create the new column in the database? Your data should...

Simple Lead Generation Tactics
How to build the Lead Generation workflow? Which tools should be used? In JetThoughts, we build...

Where to read ENV variables in Ruby on Rails application
The ENV variables should not be used outside the config folder. This rule will allow the...

Anonymous block argument in Ruby
In the Ruby programming language, it is possible to use default block parameters instead of...

New methods that help implement authentication in Ruby on Rails 7.1
The new version of Ruby on Rails 7.1 has many new features, some of which make writing your own...
How we configure Simplecov for our Ruby on Rails projects.
Here’s a step-by-step guide to setting up simplecov with explanations of what each part of the code...