swati jhaforswatijha.hashnode.net·Apr 18, 2023UML Class DiagramUnified Modeling Language (UML) is a visual modeling language that is widely used in software engineering to create diagrams that represent the software design. One of the most popular types of UML diagrams is the class diagram, which is used to repr...Discuss·10 likes·63 readsLow Level Design Concepts and PatternsUML
Anastasia Agbata (Anny)forAnnyTheExplorerannythexplorer.hashnode.net·Dec 11, 2022Unified Modeling Language (UML) Versions, Modeling tools/SoftwareThe Unified Modeling Language (UML) is a standard visual modeling language intended to be used in software-based systems' analysis, design, and implementation. What is the Unified Modelling Language used for? This language (UML) is commonly used by ...Discuss·1 like·76 readsObject Oriented Programming
Ugo Chinemerem F.forMeremLabmeremlab.hashnode.net·Dec 10, 2022Basics Unified Modeling LanguageUML or Unified Modeling language is a standardized language for specifying, visualizing, and documenting the structure and behavior of software systems. it is widely used in the field of software engineering to design and model software systems. Ther...DiscussUML tools
swati jhaforswatijha.hashnode.net·Apr 18, 2023UML Class DiagramUnified Modeling Language (UML) is a visual modeling language that is widely used in software engineering to create diagrams that represent the software design. One of the most popular types of UML diagrams is the class diagram, which is used to repr...Discuss·10 likes·63 readsLow Level Design Concepts and PatternsUML
raju ghoraiforcoderj001coderj001.hashnode.net·Mar 7, 2023Maintain Accurate and Up-to-Date Diagrams with Diagrams as CodeHave you ever encountered outdated architecture diagrams or sequence diagrams while working on a new project and going through the documentation? This can be a frustrating and time-consuming experience, especially when you're trying to understand how...DiscussUML
Antony Prince JforAnto's blogantoprince001.hashnode.net·Feb 28, 2023Model transformation of conceptual data models to logical data models using QVT-Operational LanguageWhat is QVT? Query-View-Transformation (QVT) is a standard set of languages defined by the Object Management Group to perform model transformations. The QVT specification includes three languages: Relations Language Core Language Operational Langu...DiscussEclipse
Ifunanya IlohforIfunanya Ilohifunanyaio.hashnode.net·Feb 23, 2023UML Modeling tools, which do I prefer?It is only ideal that we, first of all, establish and understand what UML stands for and what exactly it does. Introduction UML is the acronym for Unified Modeling Language. It is a tool/software used for creating a roadmap or blueprint if you like f...DiscussUML tools
Mayank KapriforJugaad walamayankapdi.hashnode.net·Feb 1, 2023D2 Basics TutorialWhat is D2? Is it that robot from star wars? No! D2 is a diagram scripting language that turns text to diagrams. It stands for Declarative Diagramming. Declarative, as in, you describe what you want diagrammed, it generates an image (SVG) For example...DiscussDeveloper
Wilfred DubeforUnbusyunbusy.hashnode.net·Jan 12, 2023Designing an object-oriented solutionIntroduction In the previous chapter, I extracted all the information I could find from the problem statement. In this chapter, I will design a solution in terms of object-oriented principles. First, I will pinpoint all the relevant conceptual classe...Discuss·66 readsMy Java journeyJava
Wilfred DubeforUnbusyunbusy.hashnode.net·Jan 11, 2023Extracting important information from the pre-release materialIntroduction In the previous chapter, I introduced you to my goals, the project, and the tools I will use during my Java learning adventure. In this chapter, I'll extract and try to understand the user requirements in the problem statement. In additi...Discuss·107 readsMy Java journeyJava
Agbata Chidera NicholasforPinocchio's technick.hashnode.net·Dec 27, 2022Best UML Modelling tool.What is UML? The abbreviation UML stands for Unified Modeling Language. It first appeared in the late 1990s and continues to play a vital role in any software development effort. System and software developers can use UML to specify, visualize, gener...Discusslogin
Daniel Udechukwuforudanny.hashnode.net·Dec 25, 2022My Experience With UML Modelling Tools - LucidChart & Draw.ioAs a student of Genesys Learnable 22, I had to learn how to use UML modeling tools for flow representations. The aforementioned 2 are what we'll be discussing today. For those new to the topic, UML modeling tools are, according to Wikipedia are softw...Discuss·28 readsUML tools
Victor ErikeforDev Erike's Blogdeverike.hashnode.net·Dec 11, 2022Introducing UML and UML Modelling ToolsUML Diagrams UML is an acronym for Unified Modelling Language, This is a graphical representation of a system, the system components, and how the user interacts with the system. Types of UML diagrams UML uses elements and associates them in different...Discuss·27 readsUML