Practical sessions
Practical sessions on Tuesdays are organized as follows:
- Group 1 --> 12:15-14:00, Delta - room 1019.
- Group 2 --> 16.15-18.00, Delta - room 2045.
Code Repository
The implementation of the handouts corresponding to the laboratory sessions and practical lectures are publicly available in Bitbucket. Note that we will release the code of each session after its completion each Tuesday.
- ''Link to GitHub Repository: https://github.com/orlenyslp/ASD-24
Schedule
Session | Date | Topic |
---|---|---|
1 | 10.09 | No practice session (independent work) |
2 | 17.09 | Introduction to Elixir |
3 | 24.09 | Elixir: TDD and Iterative Development |
4 | 01.10 | Elixir: TDD with legacy code |
5 | 08.10 | Elixir-based web applications: Introduction to Phoenix |
6 | 15.10 | Web application development using Phoenix I. Behavior Driven Development (BDD)/Test-Driven Development (TDD) |
7 | 22.10 | Phoenix: database associations and queries |
8 | 29.10 | No practice session (Project Independent Work) |
9 | 05.11 | Project checkpoint |
10 | 12.11 | Project checkpoint |
11 | 19.11 | Project checkpoint |
12 | 26.11 | Project checkpoint |
13 | 03.12 | Project checkpoint |
14 | 10.12 | Final Project checkpoint + Demo |
- 10.09 - No lab session (Independent Work)
- Use this week to set up the development environment and familiarize yourself with Elixir
- Materials:
- Elixir Instalation: https://elixir-lang.org/install.html
- Code Editor: Visual Studio Code
- Git client: https://git-scm.com/downloads
- Elixir School: http://elixirschool.com/en/
- Debug Elixir: https://elixir-lang.org/getting-started/debugging.html
- Try Git: https://try.github.io/
- Create a Mix Project and Run Elixir Code
- Warning: To run the Interactive Elixir on Windows Power Shell run the command iex.bat instead of iex.
- 17.09 - Introduction to Elixir and Test-Driven Development (TDD).
- 24.09 - Elixir: TDD and Iterative Development.
- 01.10 - Elixir: TDD with legacy code.
- 08.10 - Elixir-based web applications: Introduction to Phoenix.
- 15.10 - Web application development using Phoenix I. Behaviour Driven Development (BDD)/Test-Driven Development (TDD)
- Handout Practice #5
- Aditional Readings:
- 22.10 - Phoenix: database associations and queries