Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Practice Application Development With React And Django
Rating: 4.5 out of 5(33 ratings)
378 students

Practice Application Development With React And Django

Learn real-world examples of how businesses develop and securely deploy applications into the cloud
Created byJames Smith
Last updated 4/2022
English

What you'll learn

  • Learn practical applications of test-driven design for React and Django development.
  • Deploy applications to Azure using Infrastructure-As-Code.
  • Package software applications as containers and run in Azure Kubernetes Service.
  • Deploy PostgreSQL database for a Django application in Azure.
  • Use Azure Key Vault to manage Kubernetes secrets.
  • Automate deployment of applications using Azure DevOps.
  • Secure application development environments that are hosted in the cloud using Azure VPN and private DNS.

Course content

14 sections153 lectures9h 6m total length
  • Introduction1:06

    Who is this course for and why take this course?

  • Course Outline3:31

    This course covers development using React and Django, with a focus on test-driven design and mocking.  Jest and Testing Library will be used for testing React.  React Context will be used as the state management system.  Deployment to Azure using infrastructure-as-code is covered, using Azure Kubernetes, Azure Key Vault, Azure VPN, Azure Private DNS, and Azure PostgreSQL.

  • Who Is Your Instructor0:56

    Who is your instructor?

  • Course Requirements1:43

    Course requirements include programming experience, local admin access to your workstation, an Azure account, and software such as VS Code, Powershell 7.2, Azure CLI, Python, Node, kubectl, and Helm.

  • Frontend Design Considerations2:16

    Discuss the design considerations for deploying a React application into Azure.  This lesson compares Azure Storage Accounts, Azure Static Web Apps, Azure Container Apps, Azure App Service, and Azure Kubernetes Service.  It also covers the topic of containerization and running React apps with nginx instead of using npm.

  • Final Design1:16

    This lesson explains the design in Azure that will allow an application to be developed and deployed in a secure fashion, and how to work with Azure DevOps Repo, Azure DevOps Pipeline, Azure VPN, Azure Key Vault, Azure Kubernetes, Azure Private DNS, and Azure PostgreSQL.

  • The Source Code0:47

    See the source code at various stages in my GitHub repository.

Requirements

  • Some knowledge of programming will be needed.
  • A computer on which you have local administrator privileges.

Description

This course is meant to provide you with some real-world examples of building React and Django applications using test driven design.  React Context will be used for state management in the front end application.  Django will be used as an API back end application, using the Django REST framework. You will use Azure DevOps Repo to store application source code and use Azure Pipelines to automate the building and testing of the code.  You will learn to package the applications in containers and deploy them into a development Azure Kubernetes Service environment that is not accessible to the Internet.  Nginx will be used to serve the static files for the React front end and the Django administration site. You will deploy a private PostgreSQL database for the backend application, keeping the data safely off the Internet.  Using an Azure VPN to connect to the development environment, you will be able to confirm the application functionality.  PGAdmin will be used to connect to the database over the VPN.  Proper management of secret information, such as database passwords and email passwords, will be addressed by integrating Kubernetes with Azure Key Vault.  You will also learn to perform Django database migrations in cloud environments.  After performing security testing in the development environment, you will create the production environment and deploy the application to the public. 

Who this course is for:

  • Developers looking to understand how to deploy applications into a production environment.
  • This course is great for React and Pythong developers that want to learn more about test driven design.