Category Archives: Architecture

“It’s the autonomy, stupid!”

This is the title of Yefim Natis‘s post about agentic computing. “Agents can be the building blocks for composable solutions, and orchestration agents may take on the role of a composer. Autonomy of a software component is not new. The … Continue reading

Posted in Agents, Architecture | Leave a comment

Monoliths vs Microservices

“For a decade, the dominant Silicon Valley mantra has been: monoliths don’t scale; microservices do. Netflix itself helped popularize this philosophy. Its migration from a monolithic Java app to a sprawling microservices ecosystem became the canonical case study taught at conferences and … Continue reading

Posted in Architecture, Microservices | Leave a comment

There are no such things as “Process” or “Exception”

Dr. Bas van der Raadt, who was our presenter in January-2023, posted two articles at LinkedIn: Their titles may sound controversial but not for people who build decision-making systems in modern rules-based and event-driven environments.

Posted in Architecture, Business Processes, Event-driven, Rule Violations, State Machines | Leave a comment

DecisionCAMP Monthly Session on Apr 19, 2023

DecisionCAMP Monthly Session “RuleOps: Rule Engines and Kubernetes DevOps” presented by Luca Molteni from Red Hat will be held on Apr 19 at 12:00 pm EST (New York Time). Register for free here. Slides

Posted in Architecture, Cloud Platforms, DecisionCAMP, Microservices, Serverless | Leave a comment

Business Rules and Ontology in an Event-Driven Architecture

Bas van der Raadt describes an event-driven business architecture that connects business activities (business rules) with business data (ontology) via business events (state changes of business data). model. He explains how everything comes together and how it helps business people … Continue reading

Posted in Architecture, Business Rules, Event-driven, Semantic Web | Leave a comment

Event-Driven Microservices using Spring Boot and Kafka

This Java Guide explains how to build a simple Event-Driven Microservices application using Spring Boot and Apache Kafka. You will learn how to use Apache Kafka as a message broker for Asynchronous communication between multiple microservices. Link

Posted in Architecture, Event-driven, Microservices | Leave a comment

A Building Blocks Approach

A building blocks approach starts with the universe of possible solutions and determines the common fundamental elements that constitute such solutions. It then goes about standardizing these fundamental elements and commoditizing them. This enables an ecosystem of actors who have the … Continue reading

Posted in Architecture, Decision Modeling, Trends | Leave a comment

Platforms vs Frameworks

Platforms are designed to be environments for apps. Not only will developers build the app on a particular platform, but the finished product will also run on that platform. In this sense, the hardware and software components of the platform work together … Continue reading

Posted in Architecture | Leave a comment

Decision Services Handling Large Payloads

Posted in Architecture, Business Processes, Business Rules, Cloud Platforms, DecisionCAMP, Event-driven, Microservices | Leave a comment

“You’re crazy if you don’t start in the cloud; you’re crazy if you stay on it”

This A16Z article argues that SaaS companies should move back from the cloud to their own data centres once they scale. “Cloud is cheaper and better early on and more costly later in a company’s evolution… Make sure your system … Continue reading

Posted in Architecture, Cloud Platforms, Containers | Leave a comment