ModelCraft
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 3: Line 3:
     .model-craft-container {
     .model-craft-container {
       width: 100%;
       width: 100%;
      max-width: 2251px;
      min-height: 626px;
       background: #E2F5FA;
       background: #E2F5FA;
       padding: 2rem;
       padding: 2rem;
Line 14: Line 12:
     .model-craft-image-wrapper {
     .model-craft-image-wrapper {
       flex: 0 0 auto;
       flex: 0 0 auto;
      width: 30%;
      max-width: 567px;
       margin-right: 2rem;
       margin-right: 2rem;
     }
     }

Revision as of 19:24, 10 August 2024

Image
MDRIVEn MODELCRAFT
ModelCraft is your introduction to the world of modeling through the MDriven lens. Here, you will gain a thorough grasp of modeling basics, understand UML, and master ViewModels.
1
Introduction to Software Modeling

What is a Model and why is it essential?

5
Object-relational mapping (ORM)

  • ORM
  • ORM’s role in connecting object-oriented code to relational databases.
  • Popular ORM frameworks (e.g., Hibernate, Entity..)

2
Model driven development

  • The concept of MDD and its advantages.
  • Modal views 
  • Introduction to UML

6
Codegen & Adding Code to Models

  • CodeDress
  • Code vs Model and the relationship between them

3
UML (Unified Modeling Language)

UML School

7
Debugging Models

  • Common pitfalls in modeling.
  • How to debug models effectively.

4
Viewmodels

  • Introduction to ViewModels
  • ViewModel validations
  • How to verify ViewModels

8
MDriven Designer

Introduction to MDriven Designer features