How to Replace Email in Git HistoryChange your Git commit history email using git-filter-repo. Step-by-step guide with setup, usage, and common issues to watch out for.1d ago1d ago
Pagination with React QueryIf you prefer the video format, I’ve also published a YouTube video where I implement pagination using React Query with a Ruby on Rails…Nov 1, 2023Nov 1, 2023
SPACE Metrics for Engineering TeamsMy humble notes about the SPACE productivity framework for tech teams.Oct 9, 2023Oct 9, 2023
How to Add Google Sign-In to Rails Without Using DeviseImplement Google login on your Ruby on Rails app with pure Omniauth.Aug 31, 2023Aug 31, 2023
Rails: Auto-Formatting on VSCodeUse Syntax Tree to auto-format Ruby on Rails files on Visual Studio Code.Jul 5, 2023Jul 5, 2023
React Query: avoid expensive queries by using sub-queries with initialDataUnderstand how to avoid invalidating expensive index queries by making atomic cache invalidations to its sub-queries.May 16, 2023May 16, 2023
Ruby on Rails: pluck x select x mapI'm writing this short article to clarify a few questions about Active Record vs Ruby methods to manipulate data coming from the back-end.Jan 30, 20231Jan 30, 20231
How To Find, Fix, and Prevent, N+1 Queries on RailsHere you'll find a shortlist of actionable advice on how to get rid of N+1 Queries in a Rails application. But first…Jan 10, 20232Jan 10, 20232