Practical sessions
Practical sessions are organized as follows:
- Tuesdays 12:15-14:00 (Orlenys).
- Tuesdays 18.15-20.00 (Orlenys).
- Consultation.
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 Bitbucket Repository: https://bitbucket.org/orlenyslp/asd-2021
Schedule
Session | Date | Topic |
---|---|---|
1 | 07.09 | No practice session (independent work) |
2 | 14.09 | Introduction to Elixir and Test-Driven Development (TDD) |
3 | 21.09 | Elixir: TDD and Iterative Development |
4 | 28.09 | Elixir: TDD with legacy code |
5 | 05.10 | Elixir-based web applications: Phoenix |
6 | 12.10 | Elixir-based web applications: Phoenix (continuation) |
7 | 19.10 | BDD/TDD with Phoenix |
8 | 26.10 | Phoenix: database associations and queries. |
9 | 02.11 | Project introduction |
10 | 09.11 | Project checkpoint |
11 | 16.11 | Project checkpoint |
12 | 23.11 | Project checkpoint |
13 | 30.11 | Project checkpoint |
14 | 07.12 | Demos |
- 07.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.
- 14.09 - Introduction to Elixir and Test-Driven Development (TDD).
- Handout Practice #1
- Complementary Readings: Elixir fundamentals, Elixir standard libraries and control flow
- Handout Practice #1
- 21.09 - Elixir: TDD and Iterative Development.
- 28.09 - Elixir: TDD with legacy code.
- 05.10 - Elixir-based web applications: Introduction to Phoenix.
- 12.10 - Elixir-based web applications: Introduction to Phoenix (Continuation)
- 19.10 - BDD/TDD with Phoenix.