Advent of Code, and the Amb Operator
There is nothing quite like friendly competition to refuel your passions. Our team at Aha! recently sponsored 2021's Advent of Code, an…
Aha! Develop is for healthy enterprise development teams — that use scrum, kanban, and SAFe frameworks
A collection of technical posts written by the Aha! engineering team.
There is nothing quite like friendly competition to refuel your passions. Our team at Aha! recently sponsored 2021's Advent of Code, an…
Aha! has now reached $100 million in annual recurring revenue with three separate software products in our available suite. We did this all…
Our old system architecture here at Aha! has served us well. On top of RDS, ElastiCache, and other AWS services, we had hundreds of EC…
Developers love working with dates. One day, someone asked themselves, what if the year didn’t start in January, but could start in any…
So you want to implement a dark theme for your app? All your favorite applications have it and your app should too. But will it be trivial…
N+1 queries come up very often when working with Rails. N+1 queries are a silent performance tax both for your application and for…
Since the dawn of the internet, web developers have had an unfulfilled desire. We've wanted "living elements" that can automatically react…
First impressions matter a lot when you're launching a new product. Optimizing for time-until-Aha! is no easy feat. This is uniquely true…
Aha! Develop is our extendable agile development tool. You can completely customize the UI, workflow, and integrations through extensions to…
Some people, when faced with an API problem, think “I’ll use GraphQL!” And now they have N+1 problems. N+1 problems occur when you want to…