facebook
favorite button
super instructor icon
Trusted teacher
This teacher has a fast response time and rate, demonstrating a high quality of service to their students.
member since icon
Since November 2019
Instructor since November 2019
Translated by GoogleSee original
Writing IT reports and creating WEB applications
course price icon
From 57.56 Fr /h
arrow icon
I can help you write IT reports and create WEB applications for your study projects or dynamic or static websites (Java8, angular js, angular, java / jee, oracle, mySql, sql, plsq, UML , Merise, scrum, xp, json, bootstrap4).

For more information, do not hesitate to contact me. I remain at your disposal.
Location
green drop pin icon
|
Use Ctrl + wheel to zoom!
zoom in iconzoom out icon
location type icon
At student's location :
  • Around Casablanca, Morocco
location type icon
Online from Morocco
About Me
je suis ingénieur de développement java/angular che IBM Company et je suis la pour vous idée pour connaitre le monde digital

Back: JAVA8, Java/JEE, REST, Spring (core, boot, mvc, security, data, Profiles), DDD,
Cucumber/BDD, Junit, Maven, Jenkins/sonar, GIT, Intellij, oracle, h2
Front: AngularJs, LESS, HTML 5, bootstrap, grunt,NodeJs, Npm, Nexus
Education
Université Hassan II Mohammedia
Master'en sciences d'information et ingénierie
Années de fréquentation ou date prévue d’obtention du diplôme 2015 – 2017
Master:
- Systèmes d’exploitation : Windows, Unix-LINUX,
- Technologies XML :DTD,XSD,XSLT,RDF ,XMI
- Systémes d’information Décsionnels : Modélisation, Data-werehousing,Data Mining
- Technologies de distrubition :RMI,Threads,Architecture SOA
- Conception et méthodes : MERISE, UML.
- Ingénierie des modèles :Approche MDA,ATL,QVT
- Méthodes agiles: Scrum,XP ,modèle en V,BPMN
- Base des données : ORACLE, MYSQL, Microsoft ACSESS, SQL SERVER, SQL, PLSQL
- Langage de programmation : C, C++, JAVA
- Langage de programmation Web : JAVA EE (HIBERNATE, SPRING,SPRING MVC, JSF,
MAVEN,JPA) JAVASCRIPT , JQUERY, HTML5, CSS3, PHP,Angular Js 1.0
- Mobile:Programmation des application Hybrid Framework IONIC
- Web services: SOAP ,REST
- Outils divers:IDE (Eclipse, Netbeans,Visual studio), (Power AMC, ArgoUML,
Visual paradigm) MS Project
Experience / Qualifications
Ingénieur de dévelopement fullstack JAVA/ANGUALR
Développement d'un réseaux social professionnel pour la banque PNB Paribas
mettre en avance les compétences
des collaborateurs, leur proposer des offres RH et assurer un suivi pour un bon
épanouissement au sein du Groupe BNPP .
Age
Teenagers (13-17 years old)
Adults (18-64 years old)
Seniors (65+ years old)
Student level
Beginner
Intermediate
Advanced
Duration
45 minutes
60 minutes
The class is taught in
English
French
Arabic
Reviews
Availability of a typical week
(GMT -05:00)
New York
at teacher icon
Online via webcam
at home icon
At student's home
Mon
Tue
Wed
Thu
Fri
Sat
Sun
00-04
04-08
08-12
12-16
16-20
20-24
This course is for developers and people who want to have a concept of website development from creation to hosting.
HTML 5
Angular
Node js
script type
css
bootstrap-
NgModule and architecture
components
Templating and data-binding
forms
Read more
In this Git and GitHub course, we will learn how to manage the versions of our project like a real pro using these two tools: Git is completely free and GitHub has a free plan offering the majority of the functionalities.

Git is one of the most popular version management software with over 12,000,000 users. It is present in the vast majority of development companies and is clearly a must-have for open source projects.

Github is a collaboration platform for developers based on Git. Github will not only allow you to host your Git repositories but also provide you with many tools that will help you in team development. You should know that a large part of open source projects have their reference repository hosted on this platform. To give just one example: Vim, which is one of the most widely used text editors in Linux.
Read more
Show more
arrow icon
Similar classes
arrow icon previousarrow icon next
verified badge
Mohammed
As a computer enthusiast and expert in the field, I am delighted to introduce you to my university courses focusing on essential modules such as UML, Information Systems, Programming and many more! With my extensive experience and sharp knowledge, I will guide you through a rewarding and challenging learning journey. 📚🌐

🌟 Here's why you should choose my college computer science courses:
🔍 In-Depth Expertise: With my in-depth knowledge and hands-on experience, I am able to teach you key concepts in a clear and accessible way. You will benefit from an in-depth understanding of the academic modules, preparing you to excel in your studies.

🔍 Interactive Pedagogical Approach: My lessons are designed in an interactive and engaging way to promote active learning. I favor case studies, practical exercises and concrete projects to reinforce your understanding and develop your practical skills.

🔍 Preparation for University Success: My goal is to prepare you for success in your university studies by providing you with the knowledge and skills to excel in key IT modules. You will develop a solid foundation that will allow you to progress with confidence.

🔍 Adaptation to Student Needs: I adapt to your learning pace and your specific needs. Whether you are a beginner or advanced, my courses are designed to meet your expectations and support you in your academic journey.

🔍 Personalized Support and Coaching: I am dedicated to your success and committed to providing personalized support throughout your learning journey. I am available to answer your questions, clarify concepts and guide you towards excellence.

Join me on this exceptional learning adventure and develop a solid understanding of university modules in computer science. Whether you want to master UML, explore Information Systems or improve your Programming skills, my courses will help you achieve your academic goals and open up new professional perspectives. 💪💡
Hello, I am Mohammed, Trainer and Computer Engineer,


The sectors taught: SMIA, DUT EST, FST Génie infor!

For more info, please contact me
verified badge
Mousab
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.
message icon
Contact Ibtissam
repeat students icon
1st lesson is backed
by our
Good-fit Instructor Guarantee
Similar classes
arrow icon previousarrow icon next
verified badge
Mohammed
As a computer enthusiast and expert in the field, I am delighted to introduce you to my university courses focusing on essential modules such as UML, Information Systems, Programming and many more! With my extensive experience and sharp knowledge, I will guide you through a rewarding and challenging learning journey. 📚🌐

🌟 Here's why you should choose my college computer science courses:
🔍 In-Depth Expertise: With my in-depth knowledge and hands-on experience, I am able to teach you key concepts in a clear and accessible way. You will benefit from an in-depth understanding of the academic modules, preparing you to excel in your studies.

🔍 Interactive Pedagogical Approach: My lessons are designed in an interactive and engaging way to promote active learning. I favor case studies, practical exercises and concrete projects to reinforce your understanding and develop your practical skills.

🔍 Preparation for University Success: My goal is to prepare you for success in your university studies by providing you with the knowledge and skills to excel in key IT modules. You will develop a solid foundation that will allow you to progress with confidence.

🔍 Adaptation to Student Needs: I adapt to your learning pace and your specific needs. Whether you are a beginner or advanced, my courses are designed to meet your expectations and support you in your academic journey.

🔍 Personalized Support and Coaching: I am dedicated to your success and committed to providing personalized support throughout your learning journey. I am available to answer your questions, clarify concepts and guide you towards excellence.

Join me on this exceptional learning adventure and develop a solid understanding of university modules in computer science. Whether you want to master UML, explore Information Systems or improve your Programming skills, my courses will help you achieve your academic goals and open up new professional perspectives. 💪💡
Hello, I am Mohammed, Trainer and Computer Engineer,


The sectors taught: SMIA, DUT EST, FST Génie infor!

For more info, please contact me
verified badge
Mousab
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.
Good-fit Instructor Guarantee
favorite button
message icon
Contact Ibtissam