Skip to content

Blog

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


Git minimum for effective project development

Git minimum for effective project development

Git minimum for effective project development For beginners who are not familiar...
Simplest step by step guide creating a post

Simplest step by step guide creating a post

For novice authors who are going to share their thoughts with public through the posts, we...
How to handle remote services in tests

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

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?

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

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

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

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

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

Anonymous block argument in Ruby

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