Tag Archives: software architecture basics

Getting the Basics – Software Architecture Introduction (part 1)

Architecture is the process and the product of planning designing and constructing buildings or other structures. A good design can make a structure survive and be admired for years or fail even to stand. It’s the job of the architect to join both art and science to make sure all the pieces of a building come together in a good solution.   Similar to architects as a software engineer you will also need to mix art and science to deliver solutions satisfactorily but instead of bricks you will […]

More info

Software Architecture-Software Architecture In Software Engineering-Software Architecture Patterns

Hello, and welcome to this introductory tutorial on software architecture. This is Inder. Here is an example of an architecture design called three-tier architecture. But, let us see some concepts first and we will come back to it. First, what is software architecture? It is the foundation or the fundamental design of a software system. Now, a software architecture has software elements or components, the function of these software elements, and the relationships between these software elements. Software architecture shows how it addresses key business objectives such […]

More info