Optimizing SQLite For Rails 8 Production: A Complete Guide
Learn how to optimize SQLite for Rails 8 production with WAL mode, busy timeouts, Solid Queue, and database.yml best practices.
Jean Emmanuel is a Ruby on Rails developer focused on building scalable, maintainable web applications. He specializes in the modern Rails ecosystem, leveraging PostgreSQL, SQLite, and Hotwire (Turbo/Stimulus) to deliver fast, dynamic user experiences. Through CodeCurious, he shares practical lessons and real-world solutions for the modern developer.
Learn how to optimize SQLite for Rails 8 production with WAL mode, busy timeouts, Solid Queue, and database.yml best practices.
Hotwire vs React in 2026: discover which approach fits your project best, with real code examples, and honest tradeoffs.
Learn the difference between link_to and button_to in Ruby on Rails with real-world examples, code snippets, and beginner tips.
Learn how to build a blog with Ruby on Rails 8 step by step. Real code, real examples, and beginner-friendly explanations.
Learn to detect and fix Rails N+1 queries with real examples. Transform slow apps into fast ones with includes and eager loading.
Learn to break down Ruby on Rails coding challenges into manageable steps. Build confidence with this systematic approach.
Learn Rails MVC using a simple restaurant analogy. Beginner-friendly guide to Models, Views, and Controllers. Start coding today!
Learn the difference between build and new in Rails associations. Spoiler: they're identical! Best practices & examples included.
Discover powerful Git aliases that transform your workflow. Save time, reduce keystrokes, and code faster with these shortcuts.
Learn the difference between design system and system design to build products that look great and work reliably.