Tag: mvp
-
Balancing DB Schema Flexibility with Scalability in MVP Web Apps
The Challenge Building new software always has unknowns. We try to reduce these with research, but there are always unanswered questions about what users truly need. This is where Minimum Viable Products (MVPs) come in. As engineers, we need to strike a balance between overly loose “cowboy architecture” and building with future scale in mind.The…