Last update on .

Image Processing & Other Nerdy News

Sometimes you put in new landscaping, repaint the exterior, or add on another floor. Other times you need to work on the foundation or replace the A/C. The latter is what we've been making a lot of progress on this week.

In particular, today we moved our image image processing "higher in the cloud" using AWS Lambdas. Images were already stored in the cloud on S3, but now we are generating all the image variants, like different sizes and formats there as well.

Why this matters:

  • Less load on our servers means the whole website goes faster (about 20%)
  • Lambdas pave the way for processing higher resolution photos than our current limits
  • More space in our database for other information
  • Less code that our developers have to maintain so they can focus more on new features!

Besides this, we dramatically simplified and sped up our development environment this week which again makes it easier for our dev team to build new features. We also moved the MorphReport over to Postmark, which is a fabulous mail service that we love.

Meanwhile we ARE working on exiting new features that you will be able to see and will share more about that soon.

Just a few nerdy updates for those who are interested in what's behind the scenes. =)