February 3, 2023
Overwhelmed by the options for schema validation? Comparing tools can be confusing. With so many options, how do you know which one is best for your needs? In this post, we’ll compare AJV, Joi, Yup,...January 30, 2023
Defined design processes improve consistency, quality, and efficiency. However, rigidly adhering to design processes makes it difficult to scale across scope and quality. What’s the happy medium?...January 27, 2023
If you’re working with software, you’ve probably come across the terms “Continuous Delivery,” “Pipeline Runners,” and “Infrastructure as Code (IaC).” Or perhaps you’re already benefiting from...January 25, 2023
Wondering how to create a roadmap for your static website project? You’re in the right place! Whether you're just starting out or looking to improve your skills, we've got you covered. In this post,...January 20, 2023
If you’ve found this guide, odds are you’re considering taking the CKA exam, or you’ve already been preparing and are looking for final review material. Regardless of which position you find yourself...January 18, 2023
What if your frameworks could work together? Well, with a single-spa Angular application, they can! When you build a single-spa Angular application, painless migration, independent deployment, and...January 16, 2023
The Bitovi design team recently gathered for a retreat in Miami, FL. During our many discussions between flooded hotel beds and broken escape rooms (it was an eventful week), the question arose:...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 Process