Posts Tagged: migration
-
Automating Database Backups And Rollbacks During Cloud Platform Transitions
A guide to automating database backups and rollbacks for a smooth transition when migrating your Rails application across cloud platforms.
-
Migrating Legacy jQuery Code to Lightweight Svelte Components
Learn how to pragmatically modernize legacy jQuery codebases in Ruby on Rails applications by incrementally migrating to lightweight, compiled Svelte components.
-
Moving from Sprockets to a Modern Frontend
A practical guide to migrating a Rails app from Sprockets to modern frontend options like Import Maps, jsbundling-rails, or Vite.
-
Prioritizing Customer Wellbeing and System Stability During Major App Upgrades
Discover practical strategies for maintaining system stability and customer wellbeing during major Ruby on Rails app upgrades.
-
Replacing Devise with Rails 8.0 Built-In Authentication: A Step-by-Step Guide
Learn how to reduce technical debt and migrate your Ruby on Rails application from Devise to the built-in authentication system in Rails 8.0.
-
Time to Migrate from Heroku: Evaluating Render, Fly.io, and Railway for Rails
An engineering leader's guide to the Heroku platform transition, comparing Render, Fly.io, and Railway as modern PaaS alternatives for Ruby on Rails applications.
-
Updating Your Redis Infrastructure When Migrating Off Heroku
When engineering teams migrate large and complex applications off Heroku, the relational database often receives the most attention. Moving from Heroku Postgres to a solution like AWS RDS requires careful planning, but migrating your Redis infrastructure carries its own set of critical risks.