2 followers
Building an open-source tool to gamify your technical debt -> cherrypush.com 🍒
Installation You'll need to first install the dependency on filter-repo. If you're on a Mac, you can do that with: brew install...
If you ran upon this thread, you're probably struggling with setting up a great caching strategy using React Query (very recently renamed to TanStack...
If you prefer the video format, I've also published a YouTube video where I implement pagination using React Query with a Ruby on Rails back-end. To...
Circular dependencies in JavaScript occur when two or more modules depend on each other in a way that creates a loop. In simpler terms, it happens...
Maintaining a sustainable codebase is essential to ensure the longevity of your application. However, technical debt, usually incurred from short-term...
Here's my recipe to quickly set up Google OAuth login without using the devise gem, only pure Omniauth. Install dependencies Add these to your...