Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whatyouhide/protohackers_in_elixir
Code for a video series I'm making on solving protohackers.com challenges in Elixir. 📺
https://github.com/whatyouhide/protohackers_in_elixir
elixir elixir-lang network-programming protohackers protohackers-solutions reference-material screencasts
Last synced: about 2 months ago
JSON representation
Code for a video series I'm making on solving protohackers.com challenges in Elixir. 📺
- Host: GitHub
- URL: https://github.com/whatyouhide/protohackers_in_elixir
- Owner: whatyouhide
- Created: 2023-01-03T08:33:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T07:26:58.000Z (over 1 year ago)
- Last Synced: 2024-10-19T13:19:44.717Z (2 months ago)
- Topics: elixir, elixir-lang, network-programming, protohackers, protohackers-solutions, reference-material, screencasts
- Language: Elixir
- Homepage: https://www.youtube.com/channel/UCiaFBwlunX1m8FKwZQ1GOSA
- Size: 71.3 KB
- Stars: 57
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Protohackers in Elixir
This repository contains the code for the video series I'm making, focused on
solving the [Protohackers] network challenges in Elixir.You can find the video series on [my YouTube channel][youtube-channel], starting
from the first video:## Running Locally
You can run this application locally by cloning the repository and running:
```shell
mix deps.get
mix run --no-halt
```## Deploying
I'm deploying this application on [Fly.io][fly].
[Protohackers]: https://protohackers.com
[youtube-channel]: https://www.youtube.com/channel/UCiaFBwlunX1m8FKwZQ1GOSA
[fly]: https://fly.io