https://github.com/tommyfurgi/erlang-and-elixir
The tasks were completed as part of laboratory classes in the Erlang and Elixir course at AGH in the academic year 2023/2024.
https://github.com/tommyfurgi/erlang-and-elixir
elixir elixir-ecto elixir-phoenix erlang erlang-otp
Last synced: about 2 months ago
JSON representation
The tasks were completed as part of laboratory classes in the Erlang and Elixir course at AGH in the academic year 2023/2024.
- Host: GitHub
- URL: https://github.com/tommyfurgi/erlang-and-elixir
- Owner: TommyFurgi
- Created: 2024-03-17T15:51:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T22:18:44.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T05:15:21.678Z (about 1 year ago)
- Topics: elixir, elixir-ecto, elixir-phoenix, erlang, erlang-otp
- Language: Elixir
- Homepage:
- Size: 1.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming in Erlang and Elixir
Programming in Erlang and Elixir, Computer Science AGH UST course
## Laboratories
### [Lab 1 - Erlang introduction I](/lab1/)
[Instructions](/lab1/README.md) (in Polish)
### [Lab 2 - Erlang introduction II](/lab2/)
[Instructions](/lab2/README.md) (in Polish)
### [Lab 3 - Processes](/lab3/)
[Instructions](/lab3/README.md) (in Polish)
### [Lab 4 - OTP & rebar](/lab4/)
[Instructions](/lab4/README.md) (in Polish)
### [Lab 5 - Introduction to Elixit & integration with Erlang](/lab5/)
[Instructions](/lab5/README.md) (in Polish)
### [Lab 6 - Databases in Elixir: mix & Ecto](/lab6/)
[Instructions](/lab6/README.md) (in Polish)
### [Lab 7 - Web application in Elixir: Phoenix](/lab7/)
[Instructions](/lab7/README.md) (in Polish)