Skip to content

Blog

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


Linking PostgreSQL Data Through Time: When Tables Share No Keys

Linking PostgreSQL Data Through Time: When Tables Share No Keys

In database architecture, like in nature, relationships form in unexpected ways. When explicit...
ViewComponents in Rails 8: The Art of Interface Design

ViewComponents in Rails 8: The Art of Interface Design

In the evolution of Rails architecture, ViewComponents represent a subtle but profound shift in how...
Rails 8: Introducing the Built-in Authentication Generator

Rails 8: Introducing the Built-in Authentication Generator

Ruby on Rails developers face a common task: building user login systems. Rails 8 brings a built-in...
Transforming Documentation with Next.js: A Case Study with JetThoughts

Transforming Documentation with Next.js: A Case Study with JetThoughts

Well-structured documentation is crucial for all open-source projects, but it becomes even more vital...
What Non-Tech Founders Often Miss

What Non-Tech Founders Often Miss

I have worked with many non-technical founders. They often make the same mistakes, which wastes time...
Ruby on Rails Case Study: How JetThoughts Improved OpenApply

Ruby on Rails Case Study: How JetThoughts Improved OpenApply's Code and UX

OpenApply is a smart software tool that makes admissions and enrollment easier for students...
Minitest Advantages: Simple Testing for Rails Projects

Minitest Advantages: Simple Testing for Rails Projects

Minitest and RSpec are great testing tools for Ruby on Rails, each with its style, strengths, and...
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...