January 13, 2023
Upgrading an RDS database to a newer version in AWS via Terraform is a straightforward process. I learned a few lessons along the way, and I hope my lessons save you time and energy. Let’s jump in!January 9, 2023
This post is focused on how a team can build an effective process around code reviews. If you want to know how to conduct an effective code review, check out What Does a Good Code Review Look Like?January 9, 2023
This post is focused on the code review itself, but a great team must also build a process around reviewing code. Check out Improving Team Velocity With An Efficient Code Quality ProcessJanuary 6, 2023
It’s been a while since BitOps v2.0.0 introduced extensibility via plugins and a core platform rewrite with Python. Since then, we’ve been working hard—experimenting and gathering feedback, exploring...January 3, 2023
Design Systems make product development faster and easier for everyone involved. Products can be spun up, tested, and launched in weeks with the most basic design system in place. With a more robust...December 16, 2022
Apollo-client might be a go-to library for connecting a frontend application to a GraphQL server; however, it was originally built as a comprehensive state management library. Apollo client’s cache...December 13, 2022
React is the most popular frontend web development library in use today. However, there’s a problem. Competing frameworks undermine what could be a ubiquity—React, as far as the eye can see, an...December 9, 2022
If you're looking for a database for your Node.js application, Postgres, DynamoDB and MongoDB are all great options.December 7, 2022
Angular 14 introduced three big, new features:December 5, 2022
At Bitovi, receiving feedback and iterating on design work is integral to our daily operations. Collaboration is essential to improve our work, whether we're performing an internal review amongst our...