https://github.com/maxbeizer/nash-elixir-topics
Ideas for topics to discuss
https://github.com/maxbeizer/nash-elixir-topics
Last synced: 5 months ago
JSON representation
Ideas for topics to discuss
- Host: GitHub
- URL: https://github.com/maxbeizer/nash-elixir-topics
- Owner: maxbeizer
- Created: 2015-06-19T16:48:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-03T03:49:11.000Z (over 10 years ago)
- Last Synced: 2025-03-26T21:09:20.316Z (about 1 year ago)
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nashville Elixir Topics
Please submit your ideas for topics you would like to discuss as a PR to the README.
---
- [ ] Deep dive into pattern matching
- [ ] Head/Tail recursion, explained
- [ ] OTP
- [ ] GenServer
- [ ] Supervisors
- [ ] GenEvent
- [ ] Agents
- [ ] Tasks
- [ ] Behaviors
- [ ] Using built-in behaviors
- [ ] Creating custom behaviors
- [ ] Pipe Operator
- [ ] Debugging tools
- [ ] Mix
- [ ] Protocols
- [ ] Enumerable, Collectable, Access
- [ ] Modules
- [ ] Map, Dict, Stream, HashDict
- [ ] Functions as first class citizens
- What does this mean?
- How is it used in elixir?
- Show problems & solutions that this helps solve
- [ ] Using common enum functions
- Map
- Reduce
- Fold
- etc..
- [ ] Working with data abstractions
- modules
- structs
- protocols
- etc..
- [ ] Concurrency
- Processes
- GenServers
- Agents
- etc...
- [ ] Building fault tolerant systems
- [ ] Testing
- Testing Frameworks and Tools