https://github.com/seletz/kv
OTP chapter on elixir-lang.org
https://github.com/seletz/kv
elixir erlang erlang-otp
Last synced: about 1 month ago
JSON representation
OTP chapter on elixir-lang.org
- Host: GitHub
- URL: https://github.com/seletz/kv
- Owner: seletz
- Created: 2023-03-03T12:44:27.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-04T19:36:18.000Z (over 3 years ago)
- Last Synced: 2025-03-28T16:44:56.921Z (about 1 year ago)
- Topics: elixir, erlang, erlang-otp
- Language: Elixir
- Homepage: https://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KV
This repo contains code I made while following the [Mix and OTP Chapter](
https://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html).
I'm trying to wrap my head around Elixir and OTP.