Sandeep Choudharysandeepc.hashnode.dev·Mar 20, 2024Service Oriented Architecture - A Modular Approach to Software DevelopmentService-Oriented Architecture (SOA) has emerged as a prominent architectural style in software development. It breaks down applications into independent, reusable components called services. These services communicate with each other over a network u...Design Paradigms Unveiled - Navigating Software Architecturesoftware development
Vikalp Kulshresthavikalp07.hashnode.dev·Apr 10, 2023Key Differences between ESB and SOA*SOA is an architectural approach where we expose ‘service’ in a coarse-grained manner whereas ESB is a technical implementation that aids in delivering an SOA. *SOA brings cost-effective, reusable and low lead-time solutions to an organization where...webMethodsesb
Paweł Świątkowskisolid-dry-kiss.hashnode.dev·Feb 6, 2023Events, events, eventsWhen talking about software architecture in a web development context most of the time it will come up to discuss using events. In fact, I think it is the most commonly suggested "upgrade" from naive CRUD architecture to something better grasping the...2 likesEventsarchitecture
Vaibhav Dewanganvaibzde.hashnode.dev·Jan 27, 2023#Day38 - Choosing the Right Software ArchitectureWelcome to Day 38 of our 50-day quest for backend mastery. In our previous blog, we discussed the importance of software architecture in software development and provided a brief overview of the topics we would be covering in this series. Today, we w...34 readsCode, Blog, Repeat: A 50-Day Quest for Back-End Masterysoftware architecture
Rashmin Mudunkotuwarashm1n.hashnode.dev·Dec 23, 2021Java Bundles For The Win ! — An Introduction To OSGIIntroduction If you are new to the Java ecosystem, you probably would not have heard of OSGI. But fear not, in this article I will give you a solid understanding about the basics of OSGI and its use cases. OSGI, short for Open Service Gateway Initiat...Java