Skip to content

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: 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

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: How to Batch with Custom Columns

Ruby on Rails 8 introduces a handy feature for developers handling large datasets: batching with...
Drive Successful Product Development with JetThoughts

Drive Successful Product Development with JetThoughts

Welcome to the world of product development, where innovation meets strategy! In today's fast-paced...
Direct Upload with Rails & Dropzone.js

Direct Upload with Rails & Dropzone.js

Configuring direct file uploads in Rails is now easier than ever. In this article, I'll show you how...
JetThoughts Soars Among Top Web Development Companies in the USA for 2024 by Techreviewer.co

JetThoughts Soars Among Top Web Development Companies in the USA for 2024 by Techreviewer.co

JetThoughts, a leading web development agency, is thrilled to announce its inclusion in...
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...