The security of data while at rest or in transit is of prime concern, so in this course, you'll discover some best practices for securing data and databases in a cloud environment and demonstrate how to apply them by adding authentication and encryption to your Django application.
Course Learning Objectives:
- Discuss the differences between relational and NoSQL databases.
- Compose SQL queries to insert, select, update, delete, and join data in a database.
- Explain Object Relational Model (ORM),
- Employ Django ORM to develop database-powered applications.
- Describe and best practices in secure cloud development, and apply by adding authentication and encryption to your application