Blog

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


Cheap tests with Ghost Inspector

Cheap tests with Ghost Inspector

What do you do when a legacy project has no tests and adding them is difficult? Before making new...
Load web page in less than one second

Load web page in less than one second

How to improve the website load time without much effort? What optimizations and improvements can...
5 Rails Virtual Attribute Use Cases - Skip the Column

5 Rails Virtual Attribute Use Cases - Skip the Column

Use Rails virtual attributes to handle data without adding a database column. Five practical patterns for formatting, confirmation fields, and more.
JetThoughts is recognized by Techreviewer as a Top Web Development Company in 2020

JetThoughts is recognized by Techreviewer as a Top Web Development Company in 2020

JetThoughts is a web software development company that has proven its value by providing high-quality...
Migration from Medium to Hugo + dev.to API

Migration from Medium to Hugo + dev.to API

For a long time, we've been running a corporate blog on Medium, but recently, we've run into some...
More control over enum in Rails 7.1

More control over enum in Rails 7.1

ActiveRecord::Enum in Rails have long been a convenient tool for representing a set of symbolic...
Upgrading PostgreSQL on Heroku: A Step-by-Step Guide

Upgrading PostgreSQL on Heroku: A Step-by-Step Guide

Are you looking to upgrade your PostgreSQL database on Heroku? Whether it's for performance...
Custom ordering without custom SQL with Ruby on Rails 7

Custom ordering without custom SQL with Ruby on Rails 7

The problem It's a common case for Rails applications to have enum fields on a model like: class...
New methods that help implement authentication in Ruby on Rails 7.1

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 a large transaction can be a source of DB deadlocks and how this can be fixed.

How a large transaction can be a source of DB deadlocks and how this can be fixed.

Recently in a project, we encountered the fact that sometimes we had a DB Deadlocks error. After...