Ensure code quality in the CI/CD pipeline
Tools like Jenkins, Circle CI, or GitHub Actions are the standard for Continuous Integration and Delivery (CI/CD).
Although a CI/CD tool allows automation with regards to delivery, it doesn't ensure, per se, the quality of what's being delivered.
Database migration to Amazon Aurora
In this blog post we’ll show you how we migrated a critical Postgres database with 18Tb of data from Amazon RDS (Relational Database Service) to Amazon Aurora, with minimal downtime. To do...
Automated Code Review Benefits: Webinar
Our sales team member Matt Kohler recently gave a presentation on code review benefits with his "Benefits of Automated Code Review" webinar. We’ll give you an overview of the points in his...
How to write legible QA tests
Our quality-minded software engineer shares best practices for writing legible QA tests.
Scala: Learn to walk before you fly (Part 2)
Part 2 - Building immutability
Welcome back to Part 2! In Part 1 we saw Scala as a language that facilitates and drives you towards the functional world. Functional programming has a lot of advantages,...