Skip to content

Blog

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


Placeholder Image

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....
Revise Your Stylesheets. Part 1. Color Scheme

Revise Your Stylesheets. Part 1. Color Scheme

Revise Your Stylesheets. Part 1. Color Scheme Ever wonder how many colors exist in your...
Cleaning Up Your Rails Views With View Objects

Cleaning Up Your Rails Views With View Objects

Why logic in views is a bad idea? The main reason not to put the complex logic into your...
SQL: Get records having min/max value per group

SQL: Get records having min/max value per group

Here's one possible solution for a case when you need to fetch a set of records unique on one (or...
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...
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...
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...