In database terminology primary key refers to the column in a table that's intended to be the primary way of identifying rows. Each table must have exactly one, and it needs to be unique. This is usually some kind of a unique identifier associated with objects presented by the table, or if such an identifier doesn't exist simply a running ID number (which is incremented automatically).
Course lectures¶
- Lecture 0 Course presentation. 07.01.2025. 10:15-12:00 You can follow via Zoom.
- Lecture 1 Programmable Web. 13.01.2025. 10:15-12:00 at L3.
- Lecture 2 APIs and Microservices. 16.01.2025. 12:15-14:00 at L4.
Exercise sessions¶
- Exercise 1
- Lecture: 20.01.2025. 10:15-12:00
- Q&A Session: 23.01.2025. 08.15-10:00
- Exercise 2
- Lecture: 06.02.2025. 12.15 - 14.00
- Q&A Session: 13.02.2025 . 08.15-10:00
- Exercise 3
- Lecture: 06.03.2025.12.15-14.00
- Q&A Session: 13.03.2025. 14:00 - 16:00
- Exercise 4
- Lecture: 27.03.2025. 12.15-14.00
- Q&A Session: 03.04.2025. 08.15-10.00
Exercise deadlines¶
Exercise 1 deadline: 2025-01-30 23:59
Exercise 2 deadline: 2025-02-20 23:59
Exercise 3 deadline: 2025-03-26 23:59
Exercise 4 deadline: 2025-04-17 23:59
Exercise 2 deadline: 2025-02-20 23:59
Exercise 3 deadline: 2025-03-26 23:59
Exercise 4 deadline: 2025-04-17 23:59
Project Deliverables deadlines¶
- 2025-01-19 23:59 - Group registration
- 2025-01-26 23:59 - Project Plan
- 2025-02-09 23:59 - Database
- 2025-03-02 23:59 - API Basic Implementation
- 2025-03-30 23:59 - API Documentation and Deployment
- 2025-04-27 23:59 - API consumption (Client + Auxiliary service)
- 2025-05-04 23:59 - Final deliverable including Project Reflection and Feedback