Avo 4 is in Open Beta. Try it out now!

Posts tagged: #development

AI-driven development - It's a spectrum

AI-driven development is a spectrum. It's not a single thing you should use, not one setup that's universal, not one tool that's the best. Your workflow is unique to you, same as your editor setup.

Adrian Marin

Adrian Marin

How to Use Local Gem Versions for Development and Debugging

Need to peek inside a gem's code or test local changes? Learn two essential methods every Ruby developer should know: using bundle open for quick exploration and the local path approach for sustained development work. Perfect for debugging third-party gems or testing your changes before submitting PRs.

Adrian Marin

Adrian Marin