• Database Foundations

  • 12 Lessons

Database Foundations

  • Overview
  • Curriculum

This course covers practical server-side software development. Students will learn how to use package managers and how to configure and maintain an application server, how to create an API, and how to manage and use a datastore (database). The class will also cover security considerations and some specific software packages to secure a full stacks application.

  • Databse Basics in SQL Lessons
    • Lesson 1. Getting Started with SQL
    • Lesson 2. Joins
    • Lesson 3. CRUD in SQL
    • Lesson 4. Creating Tables
    • Lesson 5. Indexes and Project
    • Lesson 6. Feedback
  • Databse Basics in NoSQL
    • Lesson 7. Getting Started in NoSQL
    • Lesson 8. Querying Documents
    • Lesson 9. Updating Documents
    • Lesson 10. Deleting and Indexing Documents
    • Lesson 11. Sharding, More Methods, and Project
    • Lesson 12. Feedback