3 steps to an engaging new user experience for developers
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 for healthy agile development teams — connect to the roadmap, optimize workload, and streamline reporting.
A collection of technical posts written by the Aha! engineering team.
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…
Many SaaS providers will happily sell you a turn-key log management system, and in the early days of a startup when you value time over…
Our old Gantt chart served us well for the past six years. It was doing what it was designed to do, but some of the things we wanted to add…
JavaScript dependency trees are a bit of a punching bag in the programming world. Even in a small project, the node_modules directory can…
Why does it matter? As we have recently entered a new decade, I have been thinking about the next leaps in computer science and where some…
Everyone is thrilled with the new feature you’ve just deployed! But as it starts to gain popularity, you wonder if there might be a bug…
Recently, our team at Aha! has been working on migrating our public marketing website from a traditional Rails app to a Gatsby application…
A little while ago, I wrote about using Node's child_process library. child_process creates other processes to do work instead of tying up a…