
Frontend or Backend Where To Start? – Software Architectural Decisions
Every journey starts somewhere. When we architect a solution, we need to decide whether to start at the frontend or the backend. There are pros and cons to each approach. Therefore, we need to look at each project to help us determine which method is best. Let’s look at the strengths of each of these starting points. The Frontend Approach The frontend often feels like a comfortable way to start. You can focus on user experience and the visual pieces of the solution. This can hide complexity. On the other hand, it is well suited to things like stories and clickable demos. We will have visual designs and decisions that can easily be shared and assessed. We also are pushing... Read more