ModelCraft
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 104: Line 104:
     .model-craft-step-title {
     .model-craft-step-title {
       color: black;
       color: black;
       font-size: 45px;
       font-size: 2em;
       font-family: Outfit, sans-serif;
       font-family: Outfit, sans-serif;
       font-weight: 600;
       font-weight: 600;
Line 113: Line 113:
     .model-craft-step-description {
     .model-craft-step-description {
       color: black;
       color: black;
       font-size: 32px;
       font-size: 1.5em;
       font-family: Outfit, sans-serif;
       font-family: Outfit, sans-serif;
       font-weight: 400;
       font-weight: 400;
Line 136: Line 136:
   
   
       .model-craft-step-title {
       .model-craft-step-title {
         font-size: 36px;
         font-size: 1.5em;
       }
       }
   
   
       .model-craft-step-description {
       .model-craft-step-description {
         font-size: 24px;
         font-size: 1em;
       }
       }
     }
     }
Line 146: Line 146:
     @media (max-width: 480px) {
     @media (max-width: 480px) {
       .model-craft-step-title {
       .model-craft-step-title {
         font-size: 28px;
         font-size: 1.5em;
       }
       }
   
   
       .model-craft-step-description {
       .model-craft-step-description {
         font-size: 18px;
         font-size: 1em;
       }
       }
     }
     }

Revision as of 19:27, 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