Optimized Model Auditing with PaperTrailModel auditing plays an important role in tracking changes within a Rails application. While several gems are available to implement this…
ReadEfficient Database Queries in Rails: A Practical ApproachThis post will walk through a step-by-step approach to PostgreSQL query enhancement in Rails applications. From indexing strategies to…
ReadFebruary 2024
productivity
The Development Iceberg: Unseen Efforts That Extend Project SchedulesIf you’ve worked on a software development project of any significant complexity, you’ve probably observed that it nearly always takes…
ReadA Tale of Rails, ChatGPT, and ScopesToday I'd like to share a cautionary tale about using ChatGPT to improve some Rails model querying code, and how the Rails Guides and API…
ReadDecember 2023
web development
Maintain Node.js Version ConsistencyIn modern web development, Node.js is not limited to Node projects; it's widely used in frontend build tooling across various tech stacks…
Read