Software projects are becoming complex, larger, more integrated, and are implemented by the use of several varieties of technologies. These various technologies need to be managed and organized to deliver a quality product. Quality attributes usually assessed and analyzed at the architecture level, not at the code level. And finally, software architecture has gained increasing … [Read more...] about Key Software Architecture Quality Attributes
solutions architect
20 Software Architecture Podcasts to Follow
At Apiumhub we listen to hours of working software and software architecture podcasts each week covering architecture patterns, DevOps and architecture, iOS architecture, Android architecture, Backend architecture, Frontend architecture, etc. Whether you listen to them on your way to work or while having lunch or fervently coding, I hope you find them inspiring, enlightening, … [Read more...] about 20 Software Architecture Podcasts to Follow
Reactive Architecture: Benefits & Use Cases
While the term reactive architecture has been around for a long time, only relatively recently has it been recognized by the industry and hit mainstream adoption. The goal of this article is to analyze what reactive really is and why to adopt it. Its core meaning has been formalized with the creation of the Reactive Manifesto2 in 2013, when Jonas Bonér collected some of the … [Read more...] about Reactive Architecture: Benefits & Use Cases
5 Major Software Architecture Patterns
In the Global Software Architecture Summit we were discussing software architecture patterns a lot and I decided to write an article about it, highlighting leading software architects insights. First of all, what are software architecture patterns? Architectural patterns are ways of capturing proven good design structures, so that they can be reused. Software architects have … [Read more...] about 5 Major Software Architecture Patterns
Event-Driven Architecture: Benefits & Models
Event-driven architecture (EDA) is a design pattern built around the production, detection, and reaction to events that take place in time. It is a design paradigm normalized for dynamic, asynchronous, process-oriented contexts. Event-driven architecture enables minimal coupling, which makes it a good option for modern, distributed application architectures. And in this … [Read more...] about Event-Driven Architecture: Benefits & Models