Companies Home Search Profile

Complete Backend Frameworks Bootcamp

Focused View

16:21:41

97 View
  • 1. Introduction.mp4
    05:57
  • 2. Look at the projects that we will create in each framework.mp4
    04:13
  • 1. What is a backend framework .mp4
    02:42
  • 2. Package Manager.mp4
    03:07
  • 3. MVC structure.mp4
    03:18
  • 4. MVT structure.mp4
    02:17
  • 1.1 Laravel tutorial mohamed jolti.pdf
  • 1. Create Laravel project.mp4
    09:18
  • 2. MVC structure in Laravel.mp4
    04:44
  • 3. Routing in Laravel.mp4
    07:53
  • 4. Conrollers in Laravel.mp4
    10:35
  • 5. Laravel Template foreach.mp4
    04:07
  • 6. Laravel template if statement.mp4
    03:55
  • 7. Laravel handle forms.mp4
    13:18
  • 8. Laravel migrations.mp4
    11:04
  • 9. Laravel queires.mp4
    12:49
  • 1. Create the project and set up the database.mp4
    08:23
  • 2. Implement the bootstrap template.mp4
    17:23
  • 3. Display employees.mp4
    12:12
  • 4. Laravel the employee manager app.zip
  • 4. create the forms.mp4
    08:00
  • 5. create an employee.mp4
    10:17
  • 6. edit an employee part 1.mp4
    04:36
  • 7. continue the edit and the delete.mp4
    10:27
  • 1. Download the template.mp4
    04:33
  • 2. create the project and implement the template.mp4
    13:59
  • 3. add migrations.mp4
    15:49
  • 4. set up the data tables and forms.mp4
    12:34
  • 5. Laravel the School management application.zip
  • 5. display groupes.mp4
    08:30
  • 6. create new Group.mp4
    11:10
  • 7. edit a groupe.mp4
    06:21
  • 8. delete a group.mp4
    06:05
  • 9. Manage divisions of a student.mp4
    15:48
  • 10. display students.mp4
    07:42
  • 11. create new Student.mp4
    10:33
  • 12. edit and delete a student.mp4
    12:53
  • 13. Manage subjects.mp4
    10:21
  • 14. Manage Teachers.mp4
    10:05
  • 15. Implement Authentication.mp4
    14:39
  • 16.1 schoolmanagement.zip
  • 16. Conclusion of the chapter.mp4
    02:48
  • 1. Create new project.mp4
    10:15
  • 2. create and display products.mp4
    09:45
  • 3. show , delete and edit product.mp4
    11:09
  • 4. upload products Images.mp4
    13:40
  • 6. Laravel create a Rest API.zip
  • 1.1 django tutorial mohamed jolti 2021.pdf
  • 1. create a project in a django.mp4
    11:09
  • 2. the structure of a Django project.mp4
    08:47
  • 3. Configure the MVT structure.mp4
    16:54
  • 4. render the templates with data.mp4
    08:53
  • 5. Django template loops and conditions.mp4
    12:24
  • 1. Django Models and migrations.mp4
    13:25
  • 2. Display Students.mp4
    07:46
  • 3. Display a specific student.mp4
    11:14
  • 4. Create a new Student part 1.mp4
    10:41
  • 5. Create a new Student part 2.mp4
    11:35
  • 6. Update a student.mp4
    10:46
  • 7. use Static files.mp4
    08:31
  • 8. Django base layout.mp4
    07:01
  • 1. create the project.mp4
    07:31
  • 2. create the client model.mp4
    06:34
  • 3. create the client register class form.mp4
    06:29
  • 4. Implement the template.mp4
    09:39
  • 5. Implement the bootstrap template part 2.mp4
    09:07
  • 6. Register a client part 1.mp4
    07:55
  • 7. Register a client part 2.mp4
    11:49
  • 8. Login a client part 1.mp4
    10:59
  • 9. Login a client part 2.mp4
    08:36
  • 10. Login a client part 3 and the logout.mp4
    12:51
  • 11. Create the profile page.mp4
    09:02
  • 12. edit the profile page.mp4
    12:27
  • 1. create the contact model.mp4
    10:23
  • 2. add new contact.mp4
    15:01
  • 3. Display the contact of a client.mp4
    10:11
  • 4. Show and delete a contact.mp4
    09:07
  • 5. edit a contact.mp4
    06:39
  • 1. Search for a contact using mutilple search filter.mp4
    17:53
  • 2. export contact to JSON.mp4
    09:31
  • 3. export a contact to CSV.mp4
    06:58
  • 4. add pagination to the contact page.mp4
    09:09
  • 5. create the message model and the message class form.mp4
    07:59
  • 6. send a message to a contact.mp4
    15:53
  • 7. display messages.mp4
    17:00
  • 1. create the task model.mp4
    06:32
  • 2. create the Task serialzer and the task viewset.mp4
    04:44
  • 3. Testing the API using postman.mp4
    10:50
  • taskManager.zip
  • 1. Express js Routes.mp4
    10:56
  • 2. render views using ejs.mp4
    10:27
  • 3. Send data to ejs views.mp4
    07:11
  • 4. handle forms using body parser.mp4
    13:11
  • 1. Mongo db vs Mysql.mp4
    04:20
  • 2. Mongodb part 1.mp4
    03:11
  • 3. Mongodb part 2.mp4
    12:54
  • 4. What is mongoose.mp4
    10:33
  • 5. Mongoose create a database.mp4
    13:55
  • 6. Mongoose the create method.mp4
    06:05
  • 7. monngoose find method.mp4
    06:20
  • 8. mongoose update method.mp4
    06:26
  • 9. mongoose delete method.mp4
    03:39
  • 10. Mongoose practice exercise.mp4
    08:20
  • 1. Create the template part 1.mp4
    09:44
  • 2. Create the template part 2.mp4
    09:20
  • 3. set up the stucture of the project.mp4
    07:53
  • 4. Create the database.mp4
    11:03
  • 1. the index page part 1.mp4
    08:58
  • 2. the index page part 2.mp4
    08:54
  • 3. the index page part 3.mp4
    06:32
  • 4. the index page part 4.mp4
    12:40
  • More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 104
    • duration 16:21:41
    • English subtitles has
    • Release Date 2023/03/30