UML
-
Software Development
Starting with UML Cheatsheet
1. Introduction UML (Unified Modeling Language) is a visual modeling language used in software engineering to represent complex systems. It…
Read More » -
Software Development
PlantUML: Diagrams as Code
Everything “as code” is all the rage now. What can we represent as code except for the programs? First of…
Read More » -
Software Development
Code Generation with Roslyn: a Skeleton Class from UML
We have already seen some examples of transformation and analysis of C# code with Roslyn. Now we are going to…
Read More » -
Software Development
Create UML diagrams with simple DSL – PlantUML
Historically I disliked creating design UML diagrams, because the tooling for it mostly requires drawing boxes and connecting them with…
Read More » -
Software Development
Not using UML on Projects is Fatal
The Unified Modeling Language (UML) was adopted as a standard by the OMG in 1997, almost 20 years ago. But despite…
Read More » -
Software Development
The fastest way of drawing UML class diagrams
A picture is worth a thousand words Understanding a software design proposal is so much easier once you can actually…
Read More » -
Android Core
Android UML: Design an App – Part 1
One aspect that was in my opinion not covered in many blogs around, included mine too, it is the process…
Read More » -
Software Development
Quick Summary : Object Associations
Composition final class Company{ private final Employee…
Read More » -
Software Development
Common Errors in Whiteboard Job Interviews with UML Diagrams
There are two important differences between drawing a Unified Modeling Language Diagram in a design tool and depict a design…
Read More »
- 1
- 2