Companies Home Search Profile

Develop and Deploy MEAN Stack Project on Azure Cloud

Focused View

Rakesh Pandey

12:31:46

42 View
  • 1. Course Introduction.mp4
    01:17
  • 2. Introduction to nodejs, npm, expressjs, mongodb.mp4
    42:01
  • 1. Installing tools vsc nodejs mongodb.mp4
    03:53
  • 2. Verify-installation-node-npm-mongodb.mp4
    02:01
  • 1. Playing around with MongoDB and NoSQL queries.mp4
    16:39
  • 1. Github-Repo-Branch-Create-Checkout.mp4
    12:13
  • 2. Setting up-Express-Mongoose-DB-Pull-Request-Process.mp4
    46:58
  • 1. Mongoose-Model-Schema-Get-Tasklists.mp4
    50:04
  • 2. Create-TaskList.mp4
    34:09
  • 3. Tasklist-Get-Update.mp4
    25:48
  • 4. Tasklist-Delete-By-Id.mp4
    06:30
  • 5. Create-GetAll-GetOne-Task-PostmanCollection.mp4
    42:19
  • 6. Update-Delete-One-Task-Pullrequest.mp4
    23:41
  • 7. Delete-All-Tasks-If-TaskList-Is-Deleted.mp4
    15:51
  • 1. Angular-overview.mp4
    28:27
  • 2. Angular-setup-ng-serve.mp4
    21:31
  • 3. Angular-app-style-create-1st-component.mp4
    12:33
  • 4. Angular-routing.mp4
    08:01
  • 1. Building-frontend-with-bootstrap.mp4
    24:07
  • 2. Enriching-frontend.mp4
    10:39
  • 3. Implementing-services-for-API-call.mp4
    10:07
  • 4. Creating-model-classes.mp4
    05:17
  • 5. Get-and-CreateTaskList-Get-and-CreateTask.mp4
    11:07
  • 6. deleteTaskList-deleteTask-updatedStatus.mp4
    09:25
  • 7. showing-all-tasklists-on-page.mp4
    14:28
  • 8. get-all-tasks-for-a-taskList-onload.mp4
    21:16
  • 9. mark-task-as-complete.mp4
    17:28
  • 10. get-tasks-for-a-tasklist.mp4
    09:16
  • 11. delete-a-task.mp4
    10:12
  • 12. delete-a-tasklist.mp4
    06:52
  • 13. new-component-for-adding-task-and-tasklist.mp4
    08:15
  • 14. dynamic-routing-for-add-new-task.mp4
    04:27
  • 15. implementing-add-new-tasklist.mp4
    20:02
  • 16. implementing-add-new-task.mp4
    10:23
  • 17. making-ui-mobile-responsive.mp4
    03:41
  • 18. Source code frontend.html
  • 19. Source code backend.html
  • 20. What-Why-Cloud-OnPremise-Infrastructure.mp4
    08:19
  • 21. Public-Cloud-And-Cloud-Providers.mp4
    13:24
  • 22. Cloud-Models-IaaS-PaaS-SaaS.mp4
    11:55
  • 23. Azure-Cloud-Services-Overview.mp4
    11:08
  • 24. Azure-DevOps-Overview.mp4
    03:53
  • 25. Azure-Free-Account-Registration.mp4
    04:16
  • 26. Azure-Portal-Walkthrough.mp4
    10:49
  • 27. Azure-DevOps-Walkthrough.mp4
    03:13
  • 28. Process-to-enable-Azure-Pipeline-Agents in free account.mp4
    02:59
  • 29. Overview.mp4
    01:15
  • 30. Create-CosmosDB.mp4
    04:14
  • 31. Connecting-DB-From-Local-Code.mp4
    05:17
  • 32. Setup-Azure-Repos-Git-For-NodeExpress-API.mp4
    03:53
  • 33. CI-Pipeline-For-NodeExpress-API.mp4
    07:51
  • 34. Create-Azure-AppService.mp4
    02:20
  • 35. Create-CD-Pipeline-For-NodeExpress-API.mp4
    11:14
  • 36. Connect-AppService-API-From-Local-AngularApp.mp4
    04:11
  • 37. Logging-Monitoring-with-AppInsights.mp4
    03:40
  • 38. Pushing-Angular-Code-to-Azure-Repos-Git.mp4
    03:40
  • 39. Creating-CI-Pipeline-For-AngularApp-Part-1.mp4
    09:58
  • 40. Creating-CI-Pipeline-For-AngularApp-Part-2.mp4
    01:33
  • 41. Create-StorageAccount-Container.mp4
    04:36
  • 42. Deploy-AngularApp-with-CD-pipeline-Part-1.mp4
    03:25
  • 43. Deploy-AngularApp-with-CD-pipeline-Part-2.mp4
    02:46
  • 44. Deploy-AngularApp-with-CD-pipeline-Part-3.mp4
    01:42
  • 45. Deploy-AngularApp-with-CD-pipeline-Part-4.mp4
    04:27
  • 46. Testing-End2End-on-Azure.mp4
    04:15
  • 47. Pull-Request-DTAP-process.mp4
    09:00
  • 48. Cleanup-Delete-All-Services.mp4
    01:35
  • 49. Source code.html
  • Description


    Learn to build a complete mean stack project using MongoDB, Angular, Express, NodeJS & Bootstrap5 & Deploy using Azure

    What You'll Learn?


    • You will learn about every component of MEAN stack
    • You will learn everything in practical hands-on approach including debugging skills
    • You will learn to create RESTful API using NodeJS with Express and MongoDB
    • You will build Angular & Bootstrap based application and integrate it with RESTful API's
    • You will learn everything about public cloud services
    • You will create and use most popular Azure cloud services
    • You will learn the industry standard way of building and deploying software using CICD pipelines on Azure DevOps
    • You will learn the end to end cycle of software development to deployment to shipping it for production in a controlled automated process

    Who is this for?


  • Anyone who wants to become fullstack developer using MEAN stack
  • Anyone who wants to learn the industry way of building and deploying software to production in a controlled automated way.
  • Anyone who wants to learn the CICD, DevOps way of working using the most popular cloud service i.e Azure
  • What You Need to Know?


  • Basic knowledge of HTML, CSS, JavaScript
  • Basics of MEAN stack application development
  • More details


    Description

    This is a practical hands-on based fullsatck course. It covers all the concepts that one needs to start building end to end application using MEAN stack technology. The course is structured in such a way that you will learn everything by implementing the concepts through project based approach.

    Following are the topics that is covered in this course:

    • What is mongoDB, how to install mongoDB

    • Different concepts of NoSQL

    • Hands-on implementation of various query on mongoDB client

    • Setting up git bash

    • Creating github repositories and setting them up in local

    • Installing and setting up the code editor

    • Installing nodejs

    • Learning everything about nodejs and npm package manager

    • Installing various npm packages

    • What is ExpressJS

    • How to start writting RESTful API's using Express JS

    • How to connect your Express API's to MongoDB

    • How to create MongoDB schemas with mongoose

    • Creating a CRUD operation through handson project

    • What is Angular framework

    • How to create Angular project

    • How to create components in Angular project

    • How to create services in Angular project

    • Installing and using Bootstrap in Angular application

    • Consuming RESTful API's from Angular application

    • Dynamic Routing in Angular application

    • Submitting form in Angular application

    • Form validation in Angular application

    • Parsing JSON data in Angular application

    • You will learn to use POSTMAN for testing your RESTful API's

    • Committing and pushing code to github repository both for frontend and backend project

    • You will learn many more concepts and techniques that will help you in building any MEAN stack application but also it will help you in your MEAN stack interview.

    • You will get complete source code for frontend and backend project


    Who this course is for:

    • Anyone who wants to become fullstack developer using MEAN stack
    • Anyone who wants to learn the industry way of building and deploying software to production in a controlled automated way.
    • Anyone who wants to learn the CICD, DevOps way of working using the most popular cloud service i.e Azure

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Rakesh Pandey
    Rakesh Pandey
    Instructor's Courses
    Freelance developer with diverse experience in various technologies like cloud, blockchain, python, web and mobile app development using HTML5, CSS3, JavaScript, JQuery, Bootstrap, Angular, React, Java, Spring, Springboot, Python, Flask, Django, NodeJS, Express, Android, Ionic, React Native, Flutter to Artificial Intelligence and Cloud technologies like Amazon web services and Microsoft Azure. I have real teaching experience.
    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 64
    • duration 12:31:46
    • Release Date 2024/04/14