java

Long Live To Monolith Architecture

Nowadays everyone in software architecture is talking about microservices and how cool they are. That is true, but not all business needs to move to microservices, you can still use a monolith software architecture and make it more fashion by applying some of the design/elements that you have learned from microservices architecture.

Software Architecture Article

Java Modeling: A UML Workbook, Part 1

This series walks you through Unified Modeling Language (UML) design and notation for Java-based application development. This article introduces one of the building blocks of the Unified Modeling Language: sequence diagramming. In the UML, sequence diagrams are used throughout the design process to demonstrate the internal interactions between actors and objects as a system executes …

Java Modeling: A UML Workbook, Part 1 Read More »