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.


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…

2023-08-10

CLI tools at Aha!

Take your command-line utilities to the next level with these Ruby gems Ruby has always been a great general-purpose scripting language and…