Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenxl/elixir-ecosystem-talks
A curated collection of the talks that have been most impactful for me in leveling up with Elixir and its ecosystem.
https://github.com/stevenxl/elixir-ecosystem-talks
Last synced: about 1 month ago
JSON representation
A curated collection of the talks that have been most impactful for me in leveling up with Elixir and its ecosystem.
- Host: GitHub
- URL: https://github.com/stevenxl/elixir-ecosystem-talks
- Owner: StevenXL
- Created: 2016-10-22T13:27:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T13:27:51.000Z (about 8 years ago)
- Last Synced: 2024-11-30T12:33:16.629Z (about 2 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elixir Ecosystem Talks
While the Elixir ecosystem is powered by a great community, this repository is a
list of talks that I found particularly effective at teaching their respective
topics. They are very approachable, even for beginners, and provide a strong
basis for delving further into each topic.I encourage those of you that stumble upon this repo to take a look at not only
the five talks listed, but also the conference homepage in order to learn about
other topics.## Phoenix
### Taking off with Phoenix by Sonny Scroggin
- Conference Homepage: [Erlang Factory SF 2016][1]
- Conference Video: [Taking off with Phoenix][2]## Ecto
### Leveling Up with Ecto by Darin Wilson
- Conference Homepage: [Elixir & Phoenix Conf 2016][3]
- Conference Video : [Leveling Up with Ecto][4]## Elixir
### Refactoring Techniques for Elixir, Ecto, and Phoenix by Gary Rennie
- Conference Homepage: [Elixir & Phoenix Conf 2016][3]
- Conference Video : [Refactoring Techniques for Elixir, Ecto, and Phoenix by Gary Rennie][5]### Dialyzer: Optimistic Type Checking for Erland and Elixir by Jason Voegele
- Conference Homepage: [Elixir & Phoenix Conf 2016][3]
- Conference Video : [Dialyzer: Optimistic Type Checking for Erland and Elixir][11]## Umbrella Application / Separating Domain & Business Logic
### Building Umbrella Project by Wojtek Mach
- Conference Homepage: [Elixir & Phoenix Conf 2016][3]
- Conference Video : [Building Umbrella Project][6]### Controller Control by Gary Rennie
- Conference Homepage: [Elixir.LDN 2016][7]
- Conference Video : [Controller Control][8]### Phoenix is Not Your Application by Lance Halvorsen
- Conference Homepage: [ElixirConfEU 2016][9]
- Conference Video : [Phoenix Is Not Your Application][10][1]: http://www.erlang-factory.com/sfbay2016
[2]: https://youtu.be/eSWNi5vRxU8
[3]: http://www.elixirconf.com/
[4]: https://youtu.be/QE7bpqpDoKo
[5]: https://youtu.be/V21DAKtY31Q
[6]: https://youtu.be/6NTmUQClHrU
[7]: http://www.elixir.london/
[8]: https://youtu.be/XhNacMst_1o
[9]: http://www.elixirconf.eu/
[10]: https://youtu.be/lDKCSheBc-8
[11]: https://www.youtube.com/watch?v=JT0ECYZ9FaQ