Search on a static site with Netlify functions
Recently, our team at Aha! has been working on migrating our public marketing website from a traditional Rails app to a Gatsby application…
A collection of technical posts written by the Aha! engineering team.
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 library. creates other processes to do work instead of tying up a single process. When you…
Let's talk about your bug backlog. You know you have it -- somewhere in your issue tracker, a stack of dozens or maybe even hundreds of bugs…
A Node.js process runs a single thread. Single-threadedness isn't a problem if you run short pieces of code and let Node do other work in…
Want specs that look like this? Read on. Like most of America, lately I've been trying Marie Kondo's method of tidying up around my house…
It's been an up-and-down kind of year for React Native. Last summer, Udacity and Airbnb announced that they were moving off of the platform…
If you work with JavaScript at all, you probably saw a ton of noise yesterday about a vulnerability in the event-stream npm package…
It is a painful realization. You just added a beautiful, multi-page description into your bug tracker's text editor, complete with photos…
Aha! is a Rails monolith. Although we have embraced front end technologies, such as webpack and React, Rails is the glue that holds…
Drop everything. This is what our team does when a bug is found. Recently, a customer reported an issue in a new feature that had just gone…