# Week 08 - Databases

Published 2024-10-21

# Lectures

Please watch the videos prior to attending class on Wed.

# Databases

SQL and NoSQL databases. Using them with Kotlin.

CS346-08-01-Databases.mp4
CS346-08-01-Databases.mp4 138MB
CS346-08-01-Databases.pdf
CS346-08-01-Databases.pdf 3.18MB


# Wed (in-class)

In the first few mins of this class, the instructor will walkthrough the topics below. Most of the class will be a working session for you and your team.

# Demo database connectivity

# Sprint planning meeting

Review your project requirements, and make decisions on your goals for the next sprint!

See M4-M6 Releases: Planning for details.

  • If you had issues that were incomplete at the end of your first release, consider moving them into this release.
  • When possible develop entire features i.e. UI, business logic and backend for a single piece of functionality (and NO "the entire UI at one time"). This will lead to more stable functionality, and produce better long-term results.

# Fri (in-class)

Fri is a dedicated working session for you and your team. The instructor and TAs will be present to answer questions.


# TODO