Blog Archive
Category: Software Architecture From Scratch
One of the architectural challenges that are often overlooked is large file storage. These may be documents, images, or other general binary structures. This situation is also becoming a much more common…
Selecting Languages, Frameworks, and Libraries – Architecture From Scratch
One of the rarest of decisions we are allowed to make is when it comes to selecting languages and frameworks or maybe even libraries for our project. These decisions are often out…
Architecting The Database
In no particular order, we will look at architecting the database as we continue our tour of software architecture from scratch. There are several key considerations to keep in mind while doing…
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…
Software Architecture – Agile vs Waterfall
The decision of Agile vs Waterfall in software development is not often linked to architecture. However, there is a difference in your approach that depends on the SDLC you choose. This choice…
Software Architecture From Scratch – Season Kick-Off
We kick off the season on software architecture from scratch with an overview of what we will cover. We also set the table for the assumptions we will make as we walk…