facebook
FavouritesAdd to Wish List
FavouritesAdd to Wish List
from29.12CAD/ h

Mr: Mousab -Training and courses: Merise and database

Translated by Google. Click to view original.
The Merise course is a methodology for the design and development of information systems, in particular databases. It is structured around different steps to analyze, design and implement a database in an IT environment. Here is a general description of the main elements of the Merise Database Management course:
When using the Merise methodology for database design, one generally works with three main types of models:

MCD - Conceptual Data Model: The Conceptual Data Model is a representation of entities, their attributes and the relationships between them, independent of any technical aspect. It is often developed using Entity-Relationship (ER) diagrams. MCD focuses on representing business concepts and the relationships between them. It allows you to visualize the major entities of the organization and their interactions.

MMD - Multidimensional Model: The Multidimensional Model is particularly used in the field of data warehousing. Unlike the traditional relational model (used in operational databases), the multidimensional model is designed to analyze data along different dimensions. It is based on data cubes containing measurements and axes (dimensions) to analyze these measurements. This model is more suitable for decision analysis.

MPD - Physical Data Model: The Physical Data Model is a concrete and technical representation of the structure of the database. It takes into account the specificities of the database management system (DBMS) chosen for implementation. MPD focuses on implementation details such as tables, columns, data types, indexes, constraints, etc.

These three models are generally used as part of the Merise methodology to gradually move from an abstract and conceptual representation of data (MCD) to a more concrete and technical representation (MPD) while taking into account the specific needs of the organization or the project. MMD, on the other hand, is more oriented towards data analysis for decision-making processes and is not directly linked to the physical structure of the database.

Location

At student's location: Around Casablanca, Morocco

|
Use ⊞+wheel to zoom!
+

General info

suitcase iconSkills:
Age:
Adults (18-64 years old)
Seniors (65+ years old)
Student level:
Beginner
Intermediate
Advanced
Duration:
60 minutes
90 minutes
120 minutes
The class is taught in:French, Arabic, English

About Me

Translated by Google. Click to view original.
I am a computer science professor who is passionate about my area of expertise and committed to providing my students with a high-quality education. My discipline is essential to maintaining high standards of learning and encouraging an environment conducive to growth and exploration.

I adopt a flexible approach that recognizes the diversity of learners and adapts to their individual needs. I understand that each student has their own learning pace and knowledge assimilation preferences. Therefore, I strive to provide varied teaching methods, such as interactive presentations, hands-on workshops and group projects, to engage and motivate all students.

As a contemporary teacher, I strongly believe in integrating the latest technological advances into learning. I use advanced computer science tools and cutting-edge software to make computer science education more interesting and accessible. I believe technology can be a powerful asset in strengthening understanding of computer science concepts and developing practical skills in students.

In addition, I am constantly on the lookout for new scientific trends and best educational practices in the field of computer science. I regularly update my curriculum to include emerging topics such as artificial intelligence, machine learning, cybersecurity, and cloud computing. I also look for innovative ways to make computer science concepts more tangible and exciting for my students.

Education

Translated by Google. Click to view original.
Over the past six years, I have passionately dove into the field of IT, a journey that has provided me with countless opportunities to learn and grow. My extensive studies in this field have allowed me to acquire a solid knowledge base in computer science, from programming languages to advanced concepts of artificial intelligence.

My academic journey has been punctuated by moments of excitement and stimulating challenges, but my thirst for knowledge has never faded. Every day, I look forward to embarking on new discoveries and exploring the innovations that are shaping today's digital world.

Experience / Qualifications

Translated by Google. Click to view original.
As a Computer Science Teacher and IT Assistant with 3 years of experience, I am excited to leverage my technical and teaching skills to help students develop their passion for Computer Science and gain essential knowledge in this field constantly evolving.

Reviews (1)

GOOD
Translated by Google. Click to view original.
The Word, Excel and PowerPoint office course aims to teach students the essential skills to effectively use these three popular applications in the Microsoft Office suite. This course is designed for beginners or those with basic knowledge of office software, and it provides a practical mastery of the key features offered by Word, Excel and PowerPoint. Here is a description of typical course content: Microsoft Word: Introduction to Microsoft Word and its user interface. Creation, formatting and editing of text documents. Using layout tools such as margins, alignment, tabs and bullets. Inserting and modifying images, tables and objects in a document. Using spelling and grammar checking features. Creating document templates for repeated use. Microsoft Excel: Introduction to Microsoft Excel and its user interface. Creation and management of spreadsheets. Using formulas and functions to perform calculations. Formatting data, cells and tables for professional presentation. Creating graphs and charts to visualize data. Using sorting, filtering, and search functions to analyze data. Microsoft PowerPoint: Introduction to Microsoft PowerPoint and its user interface. Creating professional presentations with slides. Adding text, images, graphics and media to slides. Using transitions and animations to make presentations dynamic. Effective oral presentation and use of notes and presenter mode. Integration between applications: Learn to copy and paste data between Word, Excel and PowerPoint. Using bindings to automatically update data in different applications. Embedding objects and graphics into documents and presentations. The Word, Excel and PowerPoint office course is essential for anyone who wants to improve their skills in word processing, data management and creating professional presentations. By the end of the course, students should be able to use these applications independently and effectively, which will benefit them both in their professional and personal lives.
Personal coaching with children involves specific, personalized support aimed at helping children develop their skills, overcome obstacles, improve their emotional well-being and achieve their personal goals. Here are some key points of this process: Skills Development: The Personal Coach for Kids helps identify the child's strengths and weaknesses, encouraging the development of social, emotional, academic and behavioral skills. This may include communication skills, problem solving, stress management, etc. Goals and aspirations: The coach works with the child to clarify their personal goals, aspirations and desires, helping them to set realistic and achievable goals. These goals can be related to school, hobbies, peer relationships, self-confidence, etc. Confidence and self-esteem: Personal coaching often aims to strengthen the child's self-confidence and self-esteem. This is done by encouraging successes, providing positive support, teaching techniques for dealing with failures, and encouraging independence. Managing Emotions: Children may face various emotions and emotional challenges. A personal coach can teach emotion management, self-regulation and conflict resolution techniques to help the child better manage their feelings and reactions. Communication and interpersonal relationships: The coach can help the child develop social skills, improve communication and establish healthy relationships with others, whether with peers, teachers or family members. Strategies and techniques adapted to the child: Each child is unique. The coach adapts to the child's personality, interests and specific needs to provide strategies and techniques adapted to their learning style and particularities. Collaboration with parents: Often, personal coaching also involves working closely with parents to understand the child's home environment, to exchange information and to implement coherent strategies between school, home and coaching. In summary, personal coaching for children aims to help children develop holistically, overcome challenges, strengthen their strengths and help them flourish in different aspects of their lives. This is often done through individualized support, positive encouragement and techniques appropriate to their age and development.
Both the algorithm and the C language are of considerable importance in the field of computer science and programming. Here is their respective importance: Importance of algorithms: Problem Solving: Algorithms are essential for solving complex problems, whether related to computer science or other fields. They help describe a sequence of logical steps to achieve a specific objective. Efficiency: A good algorithm can improve the efficiency of computer programs. By designing optimized algorithms, one can reduce execution time and memory usage, which is crucial for resource-intensive applications. Code Structuring: Algorithms help organize code in a logical and systematic manner. They allow developers to break down a complex problem into smaller, manageable sub-problems. Reusability: Well-designed algorithms are reusable. Once an algorithm is created and tested, it can be applied to different similar situations. Foundation of Artificial Intelligence: Algorithms are at the heart of artificial intelligence and machine learning. They enable systems to process data, detect patterns and make intelligent decisions. Importance of C language: Portability: C language is widely used to develop software that can be run on different platforms. Its portability makes it a popular choice for embedded systems, operating systems and cross-platform applications. Performance: The C language allows more precise control of system resources, making it particularly suitable for applications requiring high performance. Memory Access: The C language provides direct access to memory, through the use of pointers, which allows developers to efficiently manage memory and optimize resource usage. Basis of Many Other Languages: Many other modern programming languages have been influenced by C language. So, good knowledge of C language makes it easier to learn other languages. System Development: The C language is used to develop operating systems, device drivers, and other low-level software needed to run a computer. In short, understanding algorithms and mastering the C language are essential skills for developers and IT professionals. These skills enable the creation of high-performance, efficient and robust software, which contributes to the advancement of technology and the improvement of the applications and systems we use every day.

Ask a question

Send a message explaining your needs and Mousab will reply soon:
The more detail, the better.
Ex. "Hi, when are you available to meet for a lesson?"

Availability of a typical week

(GMT -05:00) New York
MonTueWedThuFriSatSun
0              
1              
2              
3              
4              Sunday at 4:00
5              Sunday at 5:00
6              Sunday at 6:00
7              Sunday at 7:00
8              Sunday at 8:00
9              Sunday at 9:00
10              Sunday at 10:00
11            Saturday at 11:00  
12            Saturday at 12:00  
13            Saturday at 13:00  
14            Saturday at 14:00  
15            Saturday at 15:00  
16  Monday at 16:00  Tuesday at 16:00  Wednesday at 16:00  Thursday at 16:00  Friday at 16:00  Saturday at 16:00  
17  Monday at 17:00  Tuesday at 17:00  Wednesday at 17:00  Thursday at 17:00  Friday at 17:00  Saturday at 17:00  
18              
19              
20              
21              
22              
23              
from C$29.12At student's home

Good-fit Instructor Guarantee


If you are not satisfied after your first lesson, Apprentus will find you another instructor or will refund your first lesson.

Online reputation

  • Instructor since July 2023
  • Phone number verified
  • Google connected

Availability of a typical week

(GMT -05:00) New York
MonTueWedThuFriSatSun
0              
1              
2              
3              
4              Sunday at 4:00
5              Sunday at 5:00
6              Sunday at 6:00
7              Sunday at 7:00
8              Sunday at 8:00
9              Sunday at 9:00
10              Sunday at 10:00
11            Saturday at 11:00  
12            Saturday at 12:00  
13            Saturday at 13:00  
14            Saturday at 14:00  
15            Saturday at 15:00  
16  Monday at 16:00  Tuesday at 16:00  Wednesday at 16:00  Thursday at 16:00  Friday at 16:00  Saturday at 16:00  
17  Monday at 17:00  Tuesday at 17:00  Wednesday at 17:00  Thursday at 17:00  Friday at 17:00  Saturday at 17:00  
18              
19              
20              
21              
22              
23              
from C$29.12At student's home

Good-fit Instructor Guarantee


If you are not satisfied after your first lesson, Apprentus will find you another instructor or will refund your first lesson.

Share

You are here


Rachid
Machine Learning and Data Mining Services for your business to know the exact decisions
I am a Data Scientist / Statistical Engineer who specializes in machine learning and data mining services. I have a great experience in the analysis of données and the mise in place of predictive models for the enterprises at the beginning of the decisions. He proposed designing machine learning and data mining services for companies to help on an additional level of public life. Message domains included: Aggression styles: linéaire, logistique, multinomiale, poisson, etc. Classification patterns: arbres de decision, forêts aléatoires, SVM, etc. Clustering: k-means, DBSCAN, etc. Réseaux de neurons: Réseaux de neurones artificiels, Réseaux de neurones convolutifs, Réseaux de neurones récurrents, etc. Traitement du langage naturel: sentiment analysis, text classification, etc. Chronology analyzes of events: ARIMA, SARIMA, etc. I want you to help prepare your données, install models, improve performance and the developer. I use these tools to use Python, R, TensorFlow, Keras, PyTorch, scikit-learn, etc. Don't hesitate to contact me if you have something to do for your machine learning and data extraction projects. I am available for individual descriptions, formations or major projects.

Lana
computer software, programming and DBMS ....
Course of algorithms: basics of algorithmic Declarations of variables Inspection instructions and repetition The functions... Programming course: C, C ++, PHP, JAVA, C # language Database courses: Design methods SQL language and queries Database Management Systems, MySQL, PostgreSQL, SQLServer

Shishir Shreyas
Bioinformatics and Data Skills using R, Python, Mega and Galaxy
Dive into the exciting world of bioinformatics, where biology meets data science! This class equips you with essential bioinformatics and data analysis skills to explore and analyze biological data effectively. You will learn how to manage, visualize, and interpret complex datasets using tools like R or Python, understand sequence alignment and annotation techniques, and delve into topics like genomics, transcriptomics, and proteomics. What You'll Learn: Data Handling: Fundamentals of working with large biological datasets, including cleaning, formatting, and preprocessing data. Programming Skills: Basics of R or Python for bioinformatics applications, including scripting and automating analyses. Genomic Analysis: Sequence alignment, gene annotation, and exploring genomic databases. Statistical Analysis: Applying statistical techniques to identify patterns and draw meaningful conclusions. Visualization: Creating clear and informative plots for biological data. Applications: Perform differential gene expression analysis to understand disease mechanisms. Analyze genetic variants to study evolutionary patterns or predict disease risks. Explore protein structures and functions for drug discovery. Use bioinformatics pipelines to support cutting-edge research in academia or industry. Whether you're aspiring to work in biotech, academia, or data science, this class provides the foundation you need to bridge biology and technology, opening doors to a range of exciting opportunities.

Salah Eddine
Master Python with Courses Suitable for All Ages and Levels! Beginners, Intermediates, Professionals, Everyone is Welcome
Master Python with Personalized Courses Discover the art of programming with Python courses tailor-made to meet your specific needs. Whether you are a beginner, intermediate or professional, my lessons are suitable for all levels. Why Choose My Courses? Personalized Teaching Approach: Each course is tailored to your skill level and individual goals. Practical Experience: Learn by doing with real-world projects that build your understanding and skills. Ongoing Support: Get unlimited email support for any questions you have between sessions. As a Python expert, I have a passion for teaching and sharing my knowledge. My goal is to guide you effectively in your learning journey. Book Your First Lesson: Start your journey to Python mastery now by booking your first lesson. Whether you aspire to enter the development field or hone your existing skills, these courses are designed for you.

Elmehdi
I'm a developer coach with over 10 years of experience in website and database development. Titolay
I'm a developer coach with over 10 years of experience in website and database development. Holding a professional license and several industry-recognized certifications, he is a MySQL expert and able to walk you through the most complex requests. As a coordinated and passionate website builder, I am able to share my knowledge and experience with over 100's of people to help achieve their development goals. Many renewable projects are experienced and able to deliver high quality results. If you are looking for a talented developer coach to help you with your MySQL demands, please feel free to contact me.”

Nazam
Database Development, analysis, dwsign and development.
In this class you will learn the basic, intermediate and advance topics of database development. How to analyze the requirements, design the basic structure of database and then implementing and then to retrieve the data. The basic concepts regarding the normalization will also be discussed.

Oussama
Mastering Relational Database Management: Personalized Courses with SQL, DBSM, MySQL, and PostgreSQL
I offer personalized courses that cover a wide range of topics, from the basics of relational database management to advanced data manipulation using query languages such as SQL and tools such as DBSM, MySQL, and PostgreSQL. My courses are tailored to the needs and learning styles of each student, and I am committed to helping my students achieve their individual learning goals. Whether you are a beginner or looking to improve your skills, I can help you develop your relational database management skills and take your expertise in this field to the next level. I am excited to guide you through the world of relational database management and help you master the skills necessary to succeed in this field. Please do not hesitate to contact me for more information about my services and how I can help you achieve your relational database management goals.

Jerome
PhD in cognitive psychology and statistician teaches psychology, neurosciences and statistics
Experienced teacher in science and doctor in psychology and cognitive neurosciences graduated from the University of Strasbourg (holder of a master 2 in research in Biology and a professional master 2 in scientific communication), I offer private lessons in psychology (cognitive , social, developmental psychology, neuropsychology etc.), neurosciences as well as in statistics (theoretical and applied to experimental protocols) with a personalized methodology according to the needs and potentialities of each student. Thanks to a rigorous pedagogical approach, specific and adapted to each request, I offer effective methodological assistance (references available) to meet the expectations of the students and to achieve or even exceed the objectives set. My courses also include a coaching method to optimize the learning and training necessary to pass university exams in psychology, neuroscience and statistics (as well as your research dissertations and oral defenses with or without PowerPoint support). My courses are aimed at students (in psychology, neurosciences, medicine, etc.) wishing to optimize their performance and marks in exams and competitions. Schools, Universities and teaching institutes: Universities of Strasbourg and Paris 8, CNRS, Ecole Polytechnique, ESSEC Business School, ISTH, IONIS Education Group, EEEA, Institut Tocqueville etc.

Mazuba
Complete IGCSE Computer Science & ICT: From Basics to Advanced Programming
This course is tailored for IGCSE Computer Science and ICT students who want to master all the key topics in their curriculum. With a focus on practical programming skills, theoretical computer science concepts, and hands-on problem-solving, this class will guide you through the essential topics covered in the IGCSE syllabus. Learn the fundamentals of data representation, hardware and software, databases, and Boolean logic, and then build on those concepts with programming and algorithm design. Gain a deep understanding of the inner workings of computers and their applications in real-world scenarios. By the end of this course, you will have a solid understanding of key computer science concepts and the practical skills to succeed in your IGCSE exams and beyond. What You’ll Learn: Data Representation: Learn how computers represent and process data, including binary, hexadecimal, and conversions between number systems. Data Transmission: Understand how data is transmitted over networks, focusing on packet switching, USB, and data packets. Hardware & Software: Gain a foundational understanding of computer hardware components and the role of software in running programs. Boolean Logic: Explore logic gates, truth tables, and Boolean expressions, and apply them to solve complex problems. Algorithm Design: Learn to design algorithms and solve problems using effective computational methods. Programming: Master the basics of programming with hands-on coding in Python, C++, and C#. Databases: Understand database structures, SQL queries, and primary keys. Build single-table databases and learn data management techniques.

Alberto
Power BI applied. Charts, visualizations and data models.
In this course you will learn how to transform your data into useful information for decision making through visualizations. You will also create your data model. Cake Graphics. Bar Charts. Dispersion. Measurements. DAX expressions. At the end of the course you will have created your first report in Power BI Desktop.

Ashington
STATISTICS AND STATISTICAL METHODS FOR STUDENTS AND PROFESSIONALS
This class covers statistics and statistical methods for data analysis which cuts across all industry and disciplines. Sample topics, Statistical calculations Statistical methods Statistical analysis Quantitative analysis Quantitative analysis techniques Non Quantitative data analysis Research methods Research methods paper section Mathematical analysis Statistical software and spreadsheets like Rsutdio, Excel, SPSS, and many others. and any statistical topic requests by students

Emna
[PYTHON - Data Science - AI] Learn Python & Data Science & Artificial Intelligence from beginner to advanced
You are a highschool student? You have a baccalaureate? You need help with Python (Algorithmic Programming). I am here to teach you ! I am certified from Python Institute (PCAP: Certified Associate in Python Programming) and I work with Python for more than 5 years. I am also a teacher and my students love the way I teach with (simple, clear and always funny)

Ana
Statistics, Data Analysis, Math, Economics all levels
I am a Ph.D. student at the University of Luxembourg. For the past 4 years, I taught the University: statistics and probability theory to first-year students, and economics to 3th-year students. I really enjoy teaching. I am looking forward to helping students when they need reinforcement on different subjects, or anyone interested in learning the following topics: For maths: System of equations, derivatives, integrals, type of equations, etc. For statistics: Probability theory, descriptive statistics, regression analysis, multivariate analysis, hypothesis testing, and methods for causal inference. For young professionals: I have extensive experience in data analysis, data management, and statistical modeling. My class mixes both theoretical and practical parts using financial data as examples. If you are interested, just write me a message telling me what topics are you interested in learning.

Brahim
Introduction to NoSQL DataBase MongoDB by Pratique
Do not deal with the manual with terms of reference statements and basic documents that cannot be obtained in order to avoid the MongoDB problem. Please include the connection to one of the MongoDB données base, comment on simple CRUD operations and sujets clés que l'agrégation, l'indexation, la mode des données et les Transaction. 1- Install MongoDB 2- Implement MongoDB 3- Use of documents and collectibles 4 - Leadership Committee 5- Execute CRUD commands (create, read, update, delete) avec mongo shell 6- Type the register in a MongoDB database 7- Reset the base to remonter specific documents depuis mongo shell. 8- Lagrégation 9- Indexing 10- Amending institutions and transactions

Zora
Data science, Deep learning, Business intelligence, Data analysis, Visualisation des données
Je propose des cours complets en Power BI, analyse de données, science des données et algorithmes d'apprentissage profond, adaptés à tous les niveaux d'expérience. Mon approche pédagogique se concentre sur l'acquisition de compétences pratiques, vous permettant d'appliquer directement ce que vous apprenez dans des projets réels. Dans le cadre de mes cours de gestion de données, vous apprendrez à transformer vos données en visualisations interactives et informatives, en maîtrisant les techniques de création de tableaux de bord, de rapports et d'analyses visuelles. Vous découvrirez également comment connecter différentes sources de données et optimiser vos modèles pour des insights pertinents. En ce qui concerne l’analyse de données, vous développerez une compréhension approfondie des méthodes statistiques et analytiques, vous permettant de tirer des conclusions significatives à partir de vos données. Vous serez initié aux outils et aux techniques de manipulation des données, y compris l'utilisation de langages de programmation tels que Python, R, PowerBI ou TABLEAU. Dans le domaine de la science des données, nous explorerons les étapes clés du processus de data science, de la collecte et le nettoyage des données à la modélisation et à la validation des résultats. Vous serez également introduit aux algorithmes d’apprentissage profond, apprenant à construire et à entraîner des modèles neuronaux pour des applications variées, allant de la reconnaissance d'image à la prévision. Chaque cours est structuré autour de projets pratiques et de cas d’étude, afin de vous préparer à relever des défis réels en matière d’analyse et d’interprétation des données. Si vous êtes prêt à développer vos compétences en Power BI, analyse de données, science des données et apprentissage profond.