Creating a product specification and defining your environment
We continue defining our product in this episode. Our prior episodes looked at the problem to solve, the solution, and general requirements. Now we can move on to the product specification and deciding on the environment we will use to create it. Design the application structure (core, data model, methods/functions, helpers, screens/output) Challenge: Create the specification from these decisions Choices, Choices, Choices The modern landscape provides a seemingly infinite combination of choices when we consider languages, data stores, platforms, delivery method, and the other variations available to a solution. There are several things to consider in making this decision. Languages you know (or want to learn) A Suitable platform for your customers The cost to you and thus customers Speed and... Read more