Embed presentation
Downloaded 10 times

























This document discusses choosing a technology stack and data architecture. It recommends starting with the minimum viable technology to build an initial alpha version, using only familiar skills and technologies to build the most important pieces first according to the product narrative and wireframes. For data architecture, it suggests a simple description of where data will be stored and what each store will contain, such as using a MySQL database for social media listings in a web app or SQLite for a mobile app. The goal is not to optimize at this stage but have a functional initial setup.























