<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1063935717132479&amp;ev=PageView&amp;noscript=1%20https://www.facebook.com/tr?id=1063935717132479&amp;ev=PageView&amp;noscript=1"> Bitovi Blog - UX and UI design, JavaScript and Front-end development

Comparing Schema Validation Libraries: AJV, Joi, Yup, and Zod

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,...

Pragmatic Design: The Secret to Scaling Design Teams

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?...

DevOps Consulting: Continuous Delivery

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...

How to Create a Website Roadmap in 7 Steps

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,...

Certified Kubernetes Admin Exam Survival Guide [from a CKA]

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...

How to Build a Single-Spa Angular Application [with Code Examples]

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...

What Is Design? Insights From Our Product Design Team

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:...

RDS Database Upgrade via Terraform: Lessons Learned

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!

Improve Team Velocity with an Efficient Code Review Process

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?

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