Aha! Develop is for healthy enterprise development teams — that use scrum, kanban, and SAFe frameworks


Learn more

Articles

A collection of technical posts written by the Aha! engineering team.


2024-09-18

How we upgrade major Rails versions

As a company whose product is built on top of Ruby on Rails, conducting a major version upgrade of the underlying framework is just about…

2023-12-14

Debugging Ruby the hard way

Normally when you encounter a bug with Ruby, or any other interpreted language for that matter, using the language's provided debugging…

2023-09-29

Ruby enumerables considered helpful

Ruby's Enumerable methods help you make powerful code simple — by filtering, transforming, and processing data like the best engineers do…